From: SourceForge.net <no...@so...> - 2009-11-18 18:17:52
|
Bugs item #2897427, was opened at 2009-11-13 20:09 Message generated for change (Comment added) made by rvos You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126676&aid=2897427&group_id=248804 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: ui Group: None >Status: Closed Priority: 9 Private: No Submitted By: William Piel (sfrgpiel) >Assigned to: Rutger Vos (rvos) Summary: Cannot create new submission Initial Comment: When I try to create a new submission in the nescent-dev build, I get a data access failure. (below) ================== Data Access Failure Could not execute JDBC batch update; nested exception is org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update org.springframework.dao.DataIntegrityViolationException: Could not execute JDBC batch update; nest ... [etc] ---------------------------------------------------------------------- >Comment By: Rutger Vos (rvos) Date: 2009-11-18 18:17 Message: The bug happened because IDs were not being autoincremented correctly. This has been fixed by changing the autoincrement strategy from AUTO (which was appropriate for DB2) to SEQUENCE (which is how postgres does it). ---------------------------------------------------------------------- Comment By: Rutger Vos (rvos) Date: 2009-11-18 18:17 Message: Your bug has been resolved. Thanks for the report. ---------------------------------------------------------------------- Comment By: Rutger Vos (rvos) Date: 2009-11-17 17:03 Message: I think this is due to the fact that EhCache (the plug in that caches stuff before committing) can't write its files to /tmp. This also affects searching, but clearly not in the same way. I have filed this as a support request to nescent, hopefully they can sort this out. ---------------------------------------------------------------------- Comment By: Rutger Vos (rvos) Date: 2009-11-17 17:03 Message: Thanks for reporting this bug. We'll look into it as soon as possible. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126676&aid=2897427&group_id=248804 |