[JBoss JIRA] (JBTM-2693) jca-and-hibernate quickstart CI failure
by Michael Musgrove (JIRA)
Michael Musgrove created JBTM-2693:
--------------------------------------
Summary: jca-and-hibernate quickstart CI failure
Key: JBTM-2693
URL: https://issues.jboss.org/browse/JBTM-2693
Project: JBoss Transaction Manager
Issue Type: Bug
Components: Demonstrator
Affects Versions: 5.3.3.Final
Reporter: Michael Musgrove
Assignee: Gytis Trikleris
The quickstart fails with a hibernate constraint violation:
CI output: http://172.17.130.4:8083/job/narayana-quickstarts-ipv6/28
Output:
{quote}
2016-06-18 07:36:23,944 [main] ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Unique index or primary key violation: "UK_6M4FUHXJ4CKIXI1VSB8OSII7R_INDEX_5 ON PUBLIC.CUSTOMER(NAME)"; SQL statement:
insert into Customer (name, id) values (?, ?) [23505-171]
2016-06-18 07:36:23,947 [main] WARN com.arjuna.ats.arjuna - ARJUNA012125: TwoPhaseCoordinator.beforeCompletion - failed for SynchronizationImple< -180000000000000:22cf30fffe66b53b:d118:5764ebe6:2a, org.hibernate.engine.transaction.synchronization.internal.RegisteredSynchronization@1b0a7baf >
javax.persistence.PersistenceException: org.hibernate.exception.ConstraintViolationException: could not execute statement
2016-06-18 07:36:23,944 [main] ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Unique index or primary key violation: "UK_6M4FUHXJ4CKIXI1VSB8OSII7R_INDEX_5 ON PUBLIC.CUSTOMER(NAME)"; SQL statement:
insert into Customer (name, id) values (?, ?) [23505-171]
2016-06-18 07:36:23,947 [main] WARN com.arjuna.ats.arjuna - ARJUNA012125: TwoPhaseCoordinator.beforeCompletion - failed for SynchronizationImple< -180000000000000:22cf30fffe66b53b:d118:5764ebe6:2a, org.hibernate.engine.transaction.synchronization.internal.RegisteredSynchronization@1b0a7baf >
javax.persistence.PersistenceException: org.hibernate.exception.ConstraintViolationException: could not execute statement
{quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)