brleeflang / eurocarb

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

Unhandled exception during HPLC /eurocarb/create_parent.action #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
this was obtained while going through the Tools -> AutoGU workflow. need to
either populate the field or set it nullable.

---context---
action:org.eurocarbdb.action.hplc.CreateParent
url:/eurocarb/create_parent.action
params:instrumentId=1&columnId=1&detectorId=1&profile.acqSwVersion=Waters+Empowe
r&profile.dextranStandard=&profile.userComments=&profile.operator=&submit=Submit
server:www.ebi.ac.uk

---
org.hibernate.exception.ConstraintViolationException: could not insert:
[org.eurocarbdb.dataaccess.hplc.Profile]
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71)
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPers
ister.java:2272)
...
cause:
org.postgresql.util.PSQLException: ERROR: null value in column
"date_acquired" violates not-null constraint
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.
java:1559)
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1
327)
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:193)
...

Original issue reported on code.google.com by glycosl...@googlemail.com on 24 Jul 2009 at 11:51