brleeflang / eurocarb

Automatically exported from code.google.com/p/eurocarb
0 stars 0 forks source link

Unhandled exception during /unicarbdb/uploadGWFile.action #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

---context---
action:org.eurocarbdb.action.ms.orimcGWUploadFile
url:/unicarbdb/uploadGWFile.action
params:
server:unicarb-db.biomedicine.gu.se

---
org.hibernate.exception.ConstraintViolationException: Could not execute JDBC 
batch update
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:96)
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66)
org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:275)
...
cause:
java.sql.BatchUpdateException: Batch entry 0 /* insert 
org.eurocarbdb.dataaccess.ms.Scan */ insert into ms.scan (ms_exponent, 
polarity, start_mz, end_mz, contributor_quality, original_scan_id, 
acquisition_id, reducing_end_id, scan_id) values (2, 0, 349.4, 1695.8, 0.0, 1, 
398, 2, 1317) was aborted.  Call getNextException to see the cause.
org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler.handleError(Abstr
actJdbc2Statement.java:2534)
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1
328)
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:352)
...

Original issue reported on code.google.com by terryngu...@gmail.com on 16 May 2011 at 7:20