|
|
|
1.Looked into the issue.
2.Currently 5 stars are displayed by default but when checked with documentation (http://dotcms.com/docs/1.9/VelocityAndDotCMS#ContentRating) of Rating macro the default stars to be displayed are 10. 3.We checked the code and seen that RATING_MAX_VALUE = 5 in dotmarketing-config.properties file. 4.We understand that we need to change the value of RATING_MAX_VALUE to 10. Are we right? 5.Working on reproducing the DB error. the issue is teh DB error I think. They stars should have a default value also which displays in a different color once you rate it.
1.We understand that total default stars will come with rated stars colored.
i.e if rating is 2 then 2 should be colored of the 5 stars displayed.Is it right? 2.Tried to reproduce the error as below: I used below code to display ratings. #pullContent+type:content +live:true +structureName:webPageContent '5' 'date1') #foreach($content in $list) title: $!content.contentTitle #getRating($!.content.identifier) #end Nothing was displayed. 2.I tried with Event structure they are displayed but with no colored stars. 3.I even tried #getRating('5f236925-ce7a-4f13-8259-92af0ae356c4') no result is displayed. 4.I tried to debug UpdateRatingThread.java class.But as no data exists in content_rating table.Result set is coming as empty.It is not entering into the logic where error is coming. Please help us to move forward Did you actually click the starts on the front end and try to rate something?
The actual issue is that the default rating is not happening. Meaning before the user even rates anything. The DB error happens from the rating thread which is a QUARTZ Job and run to update ratings that have been entered. I fixed the thread itself which was trying to create the field that already existed.
I think the default is being handled with CSS is being overridden on the page. The front end content ratings are persistently saving but do not return "rating saved"
Posts are now happening properly with the proper values, and backend content ratings are aggregating ratings. However, the front end does not seem to be re-loading. This did not pass QA. After using Ratings Macro, I tried to view ratings saved to the content. The ratings fields are not showing up on backend even after it seems that they have been saved. Errors generated in log as well: (Please see the Jing video on how to reproduce using a pull of webpage content from starter.
[09/08/10 09:26:30:030 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 09:26:46:046 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 09:29:07:007 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 09:32:03:003 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 09:32:03:003 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 09:38:42:042 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 09:38:51:051 EDT] INFO action.ViewCMSMaintenanceAction: Flushing All Caches [09/08/10 09:45:18:018 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 09:52:11:011 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 09:57:58:058 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 09:59:41:041 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 10:03:43:043 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:03:44:044 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:03:44:044 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:04:44:044 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:04:44:044 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:04:45:045 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:04:45:045 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:04:45:045 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:04:45:045 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:11:011 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:11:011 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:11:011 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:11:011 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:11:011 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:11:011 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:23:023 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at live/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:23:023 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at live/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:53:053 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 10:05:58:058 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:58:058 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:58:058 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:58:058 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:58:058 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:05:58:058 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:14:014 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:14:014 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:14:014 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:14:014 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:15:015 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:15:015 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:24:024 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:24:024 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:24:024 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:24:024 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:24:024 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:24:024 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:35:035 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:36:036 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:36:036 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:36:036 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:36:036 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:36:036 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:43:043 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:43:043 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:43:043 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:43:043 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:43:043 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:43:043 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:06:46:046 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 10:07:13:013 EDT] INFO action.ViewCMSMaintenanceAction: Flushing All Caches [09/08/10 10:08:05:005 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 10:08:10:010 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:08:10:010 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:08:10:010 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:08:10:010 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:08:10:010 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:08:10:010 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:08:54:054 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:08:54:054 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:08:54:054 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:08:54:054 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:08:54:054 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:08:54:054 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:09:26:026 EDT] INFO action.ViewCMSMaintenanceAction: Flushing Live and Working File Cache [09/08/10 10:09:28:028 EDT] INFO action.ViewCMSMaintenanceAction: Flushing All Caches [09/08/10 10:09:29:029 EDT] INFO action.ViewCMSMaintenanceAction: Deleting Menu Files [09/08/10 10:09:31:031 EDT] INFO action.ViewCMSMaintenanceAction: Flushing All Caches [09/08/10 10:11:17:017 EDT] ERROR dwrp.DefaultConverterManager: No converter found for 'java.io.File' [09/08/10 10:11:24:024 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:11:24:024 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:11:24:024 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:11:24:024 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:11:24:024 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] [09/08/10 10:11:24:024 EDT] ERROR app.VelocityEngine: Left side (${consultingCount}) of '<' operation has null value at working/45144c3f-c791-46ad-b715-d9f12b77fa71_5c6e0bff-cfeb-44c6-86e2-a0ba40e7b66c.field[line 1, column 25] |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
[26/07/10 06:30:05:005 EDT] ERROR db.DotHibernate: ---------- DotHibernate: error on update ---------------
net.sf.hibernate.exception.ConstraintViolationException: could not insert: [com.dotmarketing.portlets.structure.model.Field#e6736f89-3413-4b6d-a1cb-c1f7dd9c5667]
at net.sf.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:62)
at net.sf.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at net.sf.hibernate.persister.AbstractEntityPersister.convert(AbstractEntityPersister.java:1331)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:464)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:426)
at net.sf.hibernate.impl.ScheduledInsertion.execute(ScheduledInsertion.java:37)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2449)
at net.sf.hibernate.impl.SessionImpl.executeAll(SessionImpl.java:2435)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2392)
at net.sf.hibernate.impl.SessionImpl.flush(SessionImpl.java:2261)
at com.dotmarketing.db.DotHibernate.saveOrUpdate(DotHibernate.java:423)
at com.dotmarketing.factories.InodeFactory.saveInode(InodeFactory.java:1152)
at com.dotmarketing.portlets.structure.factories.FieldFactory.saveField(FieldFactory.java:107)
at com.dotmarketing.quartz.job.UpdateRatingThread.execute(UpdateRatingThread.java:158)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:304)
at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:454)
... 12 more
[26/07/10 06:30:07:007 EDT] WARN util.JDBCExceptionReporter: SQL Error: 0, SQLState: 23505
[26/07/10 06:30:07:007 EDT] ERROR util.JDBCExceptionReporter: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
[26/07/10 06:30:07:007 EDT] ERROR impl.SessionImpl: Could not synchronize database state with session
[26/07/10 06:30:07:007 EDT] ERROR db.DotHibernate: ---------- DotHibernate: error on update ---------------
net.sf.hibernate.exception.ConstraintViolationException: could not insert: [com.dotmarketing.portlets.structure.model.Field#deb7e0bd-4c4b-440b-87f4-877fcfc4a4dc]
at net.sf.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:62)
at net.sf.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at net.sf.hibernate.persister.AbstractEntityPersister.convert(AbstractEntityPersister.java:1331)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:464)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:426)
at net.sf.hibernate.impl.ScheduledInsertion.execute(ScheduledInsertion.java:37)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2449)
at net.sf.hibernate.impl.SessionImpl.executeAll(SessionImpl.java:2435)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2392)
at net.sf.hibernate.impl.SessionImpl.flush(SessionImpl.java:2261)
at com.dotmarketing.db.DotHibernate.saveOrUpdate(DotHibernate.java:423)
at com.dotmarketing.factories.InodeFactory.saveInode(InodeFactory.java:1152)
at com.dotmarketing.portlets.structure.factories.FieldFactory.saveField(FieldFactory.java:107)
at com.dotmarketing.quartz.job.UpdateRatingThread.execute(UpdateRatingThread.java:158)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:304)
at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:454)
... 12 more
[26/07/10 06:30:09:009 EDT] WARN util.JDBCExceptionReporter: SQL Error: 0, SQLState: 23505
[26/07/10 06:30:09:009 EDT] ERROR util.JDBCExceptionReporter: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
[26/07/10 06:30:09:009 EDT] ERROR impl.SessionImpl: Could not synchronize database state with session
[26/07/10 06:30:09:009 EDT] ERROR db.DotHibernate: ---------- DotHibernate: error on update ---------------
net.sf.hibernate.exception.ConstraintViolationException: could not insert: [com.dotmarketing.portlets.structure.model.Field#df74b6d6-df99-48a5-9946-967c2d65fdc2]
at net.sf.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:62)
at net.sf.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at net.sf.hibernate.persister.AbstractEntityPersister.convert(AbstractEntityPersister.java:1331)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:464)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:426)
at net.sf.hibernate.impl.ScheduledInsertion.execute(ScheduledInsertion.java:37)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2449)
at net.sf.hibernate.impl.SessionImpl.executeAll(SessionImpl.java:2435)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2392)
at net.sf.hibernate.impl.SessionImpl.flush(SessionImpl.java:2261)
at com.dotmarketing.db.DotHibernate.saveOrUpdate(DotHibernate.java:423)
at com.dotmarketing.factories.InodeFactory.saveInode(InodeFactory.java:1152)
at com.dotmarketing.portlets.structure.factories.FieldFactory.saveField(FieldFactory.java:107)
at com.dotmarketing.quartz.job.UpdateRatingThread.execute(UpdateRatingThread.java:158)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:304)
at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:454)
... 12 more
[26/07/10 06:30:11:011 EDT] WARN util.JDBCExceptionReporter: SQL Error: 0, SQLState: 23505
[26/07/10 06:30:11:011 EDT] ERROR util.JDBCExceptionReporter: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
[26/07/10 06:30:11:011 EDT] ERROR impl.SessionImpl: Could not synchronize database state with session
[26/07/10 06:30:11:011 EDT] ERROR db.DotHibernate: ---------- DotHibernate: error on update ---------------
net.sf.hibernate.exception.ConstraintViolationException: could not insert: [com.dotmarketing.portlets.structure.model.Field#1a0bb8f6-602d-435e-bc71-19b20ec99fd2]
at net.sf.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:62)
at net.sf.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at net.sf.hibernate.persister.AbstractEntityPersister.convert(AbstractEntityPersister.java:1331)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:464)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:426)
at net.sf.hibernate.impl.ScheduledInsertion.execute(ScheduledInsertion.java:37)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2449)
at net.sf.hibernate.impl.SessionImpl.executeAll(SessionImpl.java:2435)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2392)
at net.sf.hibernate.impl.SessionImpl.flush(SessionImpl.java:2261)
at com.dotmarketing.db.DotHibernate.saveOrUpdate(DotHibernate.java:423)
at com.dotmarketing.factories.InodeFactory.saveInode(InodeFactory.java:1152)
at com.dotmarketing.portlets.structure.factories.FieldFactory.saveField(FieldFactory.java:107)
at com.dotmarketing.quartz.job.UpdateRatingThread.execute(UpdateRatingThread.java:158)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:304)
at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:454)
... 12 more
[26/07/10 06:30:13:013 EDT] WARN util.JDBCExceptionReporter: SQL Error: 0, SQLState: 23505
[26/07/10 06:30:13:013 EDT] ERROR util.JDBCExceptionReporter: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
[26/07/10 06:30:13:013 EDT] ERROR impl.SessionImpl: Could not synchronize database state with session
[26/07/10 06:30:13:013 EDT] ERROR db.DotHibernate: ---------- DotHibernate: error on update ---------------
net.sf.hibernate.exception.ConstraintViolationException: could not insert: [com.dotmarketing.portlets.structure.model.Field#e0962131-b298-40ea-996b-a7e8917f2bc8]
at net.sf.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:62)
at net.sf.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at net.sf.hibernate.persister.AbstractEntityPersister.convert(AbstractEntityPersister.java:1331)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:464)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:426)
at net.sf.hibernate.impl.ScheduledInsertion.execute(ScheduledInsertion.java:37)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2449)
at net.sf.hibernate.impl.SessionImpl.executeAll(SessionImpl.java:2435)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2392)
at net.sf.hibernate.impl.SessionImpl.flush(SessionImpl.java:2261)
at com.dotmarketing.db.DotHibernate.saveOrUpdate(DotHibernate.java:423)
at com.dotmarketing.factories.InodeFactory.saveInode(InodeFactory.java:1152)
at com.dotmarketing.portlets.structure.factories.FieldFactory.saveField(FieldFactory.java:107)
at com.dotmarketing.quartz.job.UpdateRatingThread.execute(UpdateRatingThread.java:158)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:304)
at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:454)
... 12 more
[26/07/10 06:30:18:018 EDT] WARN util.JDBCExceptionReporter: SQL Error: 0, SQLState: 23505
[26/07/10 06:30:18:018 EDT] ERROR util.JDBCExceptionReporter: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
[26/07/10 06:30:18:018 EDT] ERROR impl.SessionImpl: Could not synchronize database state with session
[26/07/10 06:30:18:018 EDT] ERROR db.DotHibernate: ---------- DotHibernate: error on update ---------------
net.sf.hibernate.exception.ConstraintViolationException: could not insert: [com.dotmarketing.portlets.structure.model.Field#d5e7275e-f2e4-4e58-91cf-eea561150ae5]
at net.sf.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:62)
at net.sf.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at net.sf.hibernate.persister.AbstractEntityPersister.convert(AbstractEntityPersister.java:1331)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:464)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:426)
at net.sf.hibernate.impl.ScheduledInsertion.execute(ScheduledInsertion.java:37)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2449)
at net.sf.hibernate.impl.SessionImpl.executeAll(SessionImpl.java:2435)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2392)
at net.sf.hibernate.impl.SessionImpl.flush(SessionImpl.java:2261)
at com.dotmarketing.db.DotHibernate.saveOrUpdate(DotHibernate.java:423)
at com.dotmarketing.factories.InodeFactory.saveInode(InodeFactory.java:1152)
at com.dotmarketing.portlets.structure.factories.FieldFactory.saveField(FieldFactory.java:107)
at com.dotmarketing.quartz.job.UpdateRatingThread.execute(UpdateRatingThread.java:158)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:304)
at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:454)
... 12 more
[26/07/10 06:30:21:021 EDT] WARN filters.URLMapFilter: No urlmap contentlent found uri:/docs/1.9/PluginDevelopment/ query:+structureName:DotcmsDocumentation +deleted:false +live:true +DotcmsDocumentation.sinceVersion:1.9 +DotcmsDocumentation.wikiTitle:PluginDevelopment
[26/07/10 06:30:26:026 EDT] WARN filters.URLMapFilter: No urlmap contentlent found uri:/docs/1.9/RemovingTagsFromDotCMS/ query:+structureName:DotcmsDocumentation +deleted:false +live:true +DotcmsDocumentation.sinceVersion:1.9 +DotcmsDocumentation.wikiTitle:RemovingTagsFromDotCMS
[26/07/10 06:30:27:027 EDT] WARN util.JDBCExceptionReporter: SQL Error: 0, SQLState: 23505
[26/07/10 06:30:27:027 EDT] ERROR util.JDBCExceptionReporter: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
[26/07/10 06:30:27:027 EDT] ERROR impl.SessionImpl: Could not synchronize database state with session
[26/07/10 06:30:27:027 EDT] ERROR db.DotHibernate: ---------- DotHibernate: error on update ---------------
net.sf.hibernate.exception.ConstraintViolationException: could not insert: [com.dotmarketing.portlets.structure.model.Field#dff882c5-4172-403a-b2c6-821743e9d15f]
at net.sf.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:62)
at net.sf.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at net.sf.hibernate.persister.AbstractEntityPersister.convert(AbstractEntityPersister.java:1331)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:464)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:426)
at net.sf.hibernate.impl.ScheduledInsertion.execute(ScheduledInsertion.java:37)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2449)
at net.sf.hibernate.impl.SessionImpl.executeAll(SessionImpl.java:2435)
at net.sf.hibernate.impl.SessionImpl.execute(SessionImpl.java:2392)
at net.sf.hibernate.impl.SessionImpl.flush(SessionImpl.java:2261)
at com.dotmarketing.db.DotHibernate.saveOrUpdate(DotHibernate.java:423)
at com.dotmarketing.factories.InodeFactory.saveInode(InodeFactory.java:1152)
at com.dotmarketing.portlets.structure.factories.FieldFactory.saveField(FieldFactory.java:107)
at com.dotmarketing.quartz.job.UpdateRatingThread.execute(UpdateRatingThread.java:158)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "idx_field_velocity_structure"
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:304)
at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102)
at net.sf.hibernate.persister.NormalizedEntityPersister.insert(NormalizedEntityPersister.java:454)
... 12 more