dotjorgeu

Save Role Error

May 9th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.88 KB | None | 0 0
  1. [09/05/12 08:30:22:330 VET] ERROR job.CascadePermissionsJob: ERROR: column "identifier" does not exist
  2. Position: 37
  3. com.dotmarketing.exception.DotDataException: ERROR: column "identifier" does not exist
  4. Position: 37
  5. at com.dotmarketing.common.db.DotConnect.loadResult(DotConnect.java:232)
  6. at com.dotmarketing.common.db.DotConnect.loadResults(DotConnect.java:331)
  7. at com.dotmarketing.quartz.job.CascadePermissionsJob.retrievePermissionable(CascadePermissionsJob.java:143)
  8. at com.dotmarketing.quartz.job.CascadePermissionsJob.execute(CascadePermissionsJob.java:101)
  9. at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
  10. at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
  11. Caused by: org.postgresql.util.PSQLException: ERROR: column "identifier" does not exist
  12. Position: 37
  13. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
  14. at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
  15. at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
  16. at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
  17. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
  18. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:273)
  19. at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
  20. at com.dotmarketing.common.db.DotConnect.executeQuery(DotConnect.java:555)
  21. at com.dotmarketing.common.db.DotConnect.executeQuery(DotConnect.java:467)
  22. at com.dotmarketing.common.db.DotConnect.loadResult(DotConnect.java:230)
  23. ... 5 more
  24. [09/05/12 08:30:22:330 VET] INFO business.DotGuavaCacheAdministratorImpl: *** Building Cache : permissioncache, size:50000, toDisk:false,Concurrency:32
  25. [09/05/12 08:30:22:330 VET] INFO business.DotGuavaCacheAdministratorImpl: *** Building Cache : parentpermissionablecache, size:10000, toDisk:false,Concurrency:32
  26. [09/05/12 08:30:22:331 VET] ERROR core.JobRunShell: Job cascade_permissions_jobs.CascadePermissionsJob-9c481b9f-69bd-4486-b710-698f8f4498b7 threw an unhandled Exception:
  27. com.dotmarketing.exception.DotRuntimeException: ERROR: column "identifier" does not exist
  28. Position: 37
  29. at com.dotmarketing.exception.DotRuntimeException.fillInStackTrace(DotRuntimeException.java:33)
  30. at java.lang.Throwable.<init>(Throwable.java:181)
  31. at java.lang.Exception.<init>(Exception.java:29)
  32. at java.lang.RuntimeException.<init>(RuntimeException.java:32)
  33. at com.dotmarketing.exception.DotRuntimeException.<init>(DotRuntimeException.java:21)
  34. at com.dotmarketing.quartz.job.CascadePermissionsJob.execute(CascadePermissionsJob.java:107)
  35. at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
  36. at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
  37. Caused by: com.dotmarketing.exception.DotDataException: ERROR: column "identifier" does not exist
  38. Position: 37
  39. at com.dotmarketing.common.db.DotConnect.loadResult(DotConnect.java:232)
  40. at com.dotmarketing.common.db.DotConnect.loadResults(DotConnect.java:331)
  41. at com.dotmarketing.quartz.job.CascadePermissionsJob.retrievePermissionable(CascadePermissionsJob.java:143)
  42. at com.dotmarketing.quartz.job.CascadePermissionsJob.execute(CascadePermissionsJob.java:101)
  43. ... 2 more
  44. Caused by: org.postgresql.util.PSQLException: ERROR: column "identifier" does not exist
  45. Position: 37
  46. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
  47. at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
  48. at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
  49. at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
  50. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
  51. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:273)
  52. at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
  53. at com.dotmarketing.common.db.DotConnect.executeQuery(DotConnect.java:555)
  54. at com.dotmarketing.common.db.DotConnect.executeQuery(DotConnect.java:467)
  55. at com.dotmarketing.common.db.DotConnect.loadResult(DotConnect.java:230)
  56. ... 5 more
  57. [09/05/12 08:30:22:333 VET] ERROR core.ErrorLogger: Job (cascade_permissions_jobs.CascadePermissionsJob-9c481b9f-69bd-4486-b710-698f8f4498b7 threw an exception.
  58. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: com.dotmarketing.exception.DotRuntimeException: ERROR: column "identifier" does not exist
  59. Position: 37]
  60. at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
  61. at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
  62. Caused by: com.dotmarketing.exception.DotRuntimeException: ERROR: column "identifier" does not exist
  63. Position: 37
  64. at com.dotmarketing.exception.DotRuntimeException.fillInStackTrace(DotRuntimeException.java:33)
  65. at java.lang.Throwable.<init>(Throwable.java:181)
  66. at java.lang.Exception.<init>(Exception.java:29)
  67. at java.lang.RuntimeException.<init>(RuntimeException.java:32)
  68. at com.dotmarketing.exception.DotRuntimeException.<init>(DotRuntimeException.java:21)
  69. at com.dotmarketing.quartz.job.CascadePermissionsJob.execute(CascadePermissionsJob.java:107)
  70. at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
  71. ... 1 more
  72. Caused by: com.dotmarketing.exception.DotDataException: ERROR: column "identifier" does not exist
  73. Position: 37
  74. at com.dotmarketing.common.db.DotConnect.loadResult(DotConnect.java:232)
  75. at com.dotmarketing.common.db.DotConnect.loadResults(DotConnect.java:331)
  76. at com.dotmarketing.quartz.job.CascadePermissionsJob.retrievePermissionable(CascadePermissionsJob.java:143)
  77. at com.dotmarketing.quartz.job.CascadePermissionsJob.execute(CascadePermissionsJob.java:101)
  78. ... 2 more
  79. Caused by: org.postgresql.util.PSQLException: ERROR: column "identifier" does not exist
  80. Position: 37
  81. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102)
  82. at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835)
  83. at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257)
  84. at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500)
  85. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388)
  86. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:273)
  87. at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
  88. at com.dotmarketing.common.db.DotConnect.executeQuery(DotConnect.java:555)
  89. at com.dotmarketing.common.db.DotConnect.executeQuery(DotConnect.java:467)
  90. at com.dotmarketing.common.db.DotConnect.loadResult(DotConnect.java:230)
  91. ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment