Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. [23/06/17 10:05:58:820 EST] ERROR business.PublisherAPIImpl: Error Publishing Bundle: ERROR: duplicate key value violates unique constraint "unique_struct_vel_var_name"
  2. Detail: Key (velocity_var_name)=(Comments) already exists.
  3. com.dotcms.publishing.DotPublishingException: ERROR: duplicate key value violates unique constraint "unique_struct_vel_var_name"
  4. Detail: Key (velocity_var_name)=(Comments) already exists.
  5. at com.dotcms.enterprise.publishing.remote.handler.ContentTypeHandler.a(SourceFile:197) ~[ee-4.2.0-SNAPSHOT.jar:?]
  6. at com.dotcms.enterprise.publishing.remote.handler.ContentTypeHandler.handle(SourceFile:74) ~[ee-4.2.0-SNAPSHOT.jar:?]
  7. at com.dotcms.publisher.receiver.BundlePublisher.process(BundlePublisher.java:201) [dotcms_4.2.0_4a47fe5.jar:?]
  8. at com.dotcms.rest.PublishThread.run(PublishThread.java:41) [dotcms_4.2.0_4a47fe5.jar:?]
  9. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]
  10. Caused by: com.dotmarketing.exception.DotDataException: ERROR: duplicate key value violates unique constraint "unique_struct_vel_var_name"
  11. Detail: Key (velocity_var_name)=(Comments) already exists.
  12. at com.dotmarketing.db.LocalTransaction.wrapReturn(LocalTransaction.java:47) ~[dotcms_4.2.0_4a47fe5.jar:?]
  13. at com.dotcms.contenttype.business.ContentTypeAPIImpl.save(ContentTypeAPIImpl.java:412) ~[dotcms_4.2.0_4a47fe5.jar:?]
  14. at com.dotcms.contenttype.business.ContentTypeAPIImpl.save(ContentTypeAPIImpl.java:187) ~[dotcms_4.2.0_4a47fe5.jar:?]
  15. at com.dotcms.enterprise.publishing.remote.handler.ContentTypeHandler.a(SourceFile:125) ~[ee-4.2.0-SNAPSHOT.jar:?]
  16. ... 4 more
  17. Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "unique_struct_vel_var_name"
  18. Detail: Key (velocity_var_name)=(Comments) already exists.
  19. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2102) ~[postgresql-9.0-801.jdbc3.jar:?]
  20. at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1835) ~[postgresql-9.0-801.jdbc3.jar:?]
  21. at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:257) ~[postgresql-9.0-801.jdbc3.jar:?]
  22. at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:500) ~[postgresql-9.0-801.jdbc3.jar:?]
  23. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:388) ~[postgresql-9.0-801.jdbc3.jar:?]
  24. at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:381) ~[postgresql-9.0-801.jdbc3.jar:?]
  25. at org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:197) ~[tomcat-dbcp.jar:8.0.18]
  26. at org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:197) ~[tomcat-dbcp.jar:8.0.18]
  27. at com.dotmarketing.common.db.DotConnect.executeQuery(DotConnect.java:595) ~[dotcms_4.2.0_4a47fe5.jar:?]
  28. at com.dotmarketing.common.db.DotConnect.executeQuery(DotConnect.java:511) ~[dotcms_4.2.0_4a47fe5.jar:?]
  29. at com.dotmarketing.common.db.DotConnect.loadResult(DotConnect.java:240) ~[dotcms_4.2.0_4a47fe5.jar:?]
  30. at com.dotcms.contenttype.business.ContentTypeFactoryImpl.dbInsert(ContentTypeFactoryImpl.java:449) ~[dotcms_4.2.0_4a47fe5.jar:?]
  31. at com.dotcms.contenttype.business.ContentTypeFactoryImpl.dbSaveUpdate(ContentTypeFactoryImpl.java:347) ~[dotcms_4.2.0_4a47fe5.jar:?]
  32. at com.dotcms.contenttype.business.ContentTypeFactoryImpl.lambda$save$13(ContentTypeFactoryImpl.java:190) ~[dotcms_4.2.0_4a47fe5.jar:?]
  33. at com.dotmarketing.db.LocalTransaction.wrapReturn(LocalTransaction.java:34) ~[dotcms_4.2.0_4a47fe5.jar:?]
  34. at com.dotcms.contenttype.business.ContentTypeFactoryImpl.save(ContentTypeFactoryImpl.java:189) ~[dotcms_4.2.0_4a47fe5.jar:?]
  35. at com.dotcms.contenttype.business.ContentTypeAPIImpl.lambda$save$1(ContentTypeAPIImpl.java:442) ~[dotcms_4.2.0_4a47fe5.jar:?]
  36. at com.dotmarketing.db.LocalTransaction.wrapReturn(LocalTransaction.java:34) ~[dotcms_4.2.0_4a47fe5.jar:?]
  37. at com.dotcms.contenttype.business.ContentTypeAPIImpl.save(ContentTypeAPIImpl.java:412) ~[dotcms_4.2.0_4a47fe5.jar:?]
  38. at com.dotcms.contenttype.business.ContentTypeAPIImpl.save(ContentTypeAPIImpl.java:187) ~[dotcms_4.2.0_4a47fe5.jar:?]
  39. at com.dotcms.enterprise.publishing.remote.handler.ContentTypeHandler.a(SourceFile:125) ~[ee-4.2.0-SNAPSHOT.jar:?]
  40. ... 4 more
  41. [23/06/17 10:05:58:828 EST] ERROR lang.String: Error Publishing: com.dotcms.publishing.DotPublishingException: ERROR: duplicate key value violates unique constraint "unique_struct_vel_var_name"
  42. Detail: Key (velocity_var_name)=(Comments) already exists.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement