Created
March 31, 2011 16:36
-
-
Save jabley/896713 to your computer and use it in GitHub Desktop.
Hibernate Stack Trace (constraint violation during batch update)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Could not execute JDBC batch update; SQL [insert into IdentityKey (accessCount, created, lastAccessed, profile_uid, quality, validUntil, authkey) values (?, ?, ?, ?, ?, ?, ?)]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update | |
at org.springframework.orm.hibernate3.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:637) | |
at org.springframework.orm.hibernate3.HibernateAccessor.convertHibernateAccessException(HibernateAccessor.java:412) | |
at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:411) | |
at org.springframework.orm.hibernate3.HibernateTemplate.executeWithNativeSession(HibernateTemplate.java:374) | |
at org.springframework.orm.hibernate3.HibernateTemplate.flush(HibernateTemplate.java:881) | |
at com.bemoko.live.platform.mwc.plugins.ContextPlugins.execute(ContextPlugins.java:446) | |
... 62 more | |
Caused by: org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update | |
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:94) | |
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66) | |
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:275) | |
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:266) | |
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:167) | |
at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:321) | |
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:50) | |
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1028) | |
at org.springframework.orm.hibernate3.HibernateTemplate$28.doInHibernate(HibernateTemplate.java:883) | |
at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:406) | |
... 65 more | |
Caused by: java.sql.BatchUpdateException: Cannot add or update a child row: a foreign key constraint fails (`mydb`.`identitykey`, CONSTRAINT `FKB5C2BCA1AFCBE09F` FOREIGN KEY (`profile_uid`) REFERENCES `Profile` (`uid`)) | |
at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:2018) | |
at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1449) | |
at org.apache.tomcat.dbcp.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:297) | |
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:70) | |
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:268) | |
... 72 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:70)
at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:321)