1 2 3 4 5 6 7 8 9 10 11 12 13
|
11:08:34,884 WARN JDBCExceptionReporter:77 - SQL Error: 0, SQLState: null
11:08:34,884 ERROR JDBCExceptionReporter:78 - L'élément du batch 0 insert into INF_HostingSite (inf_name, inf_address, inf_description, inf_objectMiscellaneousInfo, vs_objectUID) values (testSylvain, 10.0.0.1, testSylvain, youpi, 3146) a été annulé. Appeler getNextException pour en connaître la cause.
11:08:34,884 WARN JDBCExceptionReporter:77 - SQL Error: 0, SQLState: 42P01
11:08:34,884 ERROR JDBCExceptionReporter:78 - ERROR: relation "inf_hostingsite" does not exist
11:08:34,900 ERROR AbstractFlushingEventListener:301 - Could not synchronize database state with session
org.hibernate.exception.SQLGrammarException: Could not execute JDBC batch update
.....
Caused by: java.sql.BatchUpdateException: L'élément du batch 0 insert into INF_HostingSite (inf_name, inf_address, inf_description, inf_objectMiscellaneousInfo, vs_objectUID) values (testSylvain, 10.0.0.1, testSylvain, youpi, 3146) a été annulé. Appeler getNextException pour en connaître la cause.
at org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler.handleError(AbstractJdbc2Statement.java:2512) |
Partager