01-04-2006 09:26 AM
01-06-2006 11:43 AM
01-06-2006 12:59 PM
01-11-2006 06:27 AM
01-11-2006 06:33 AM
01-11-2006 04:34 PM
hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
Here is some proof of dialect in the log file:2006-01-11 16:00:03,871 DEBUG [org.hibernate.cfg.Configuration] dialect=org.hibernate.dialect.PostgreSQLDialect
Here is the error:
16:00:38,799 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: null
16:00:38,799 ERROR [JDBCExceptionReporter] Batch entry 0 insert into node_status (change_txn_id, deleted, protocol, identifier, guid) values (1137013237154:508f4893-82e5-11da-a637-d5cdb3fd5489, 0, system, system, 5102a3d4-82e5-11da-a637-d5cdb3fd5489) was aborted. Call getNextException to see the cause.
16:00:38,799 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: 42804
16:00:38,799 ERROR [JDBCExceptionReporter] ERROR: column "deleted" is of type bit but expression is of type boolean
16:00:38,803 ERROR [AbstractFlushingEventListener] Could not synchronize database state with session
org.hibernate.exception.SQLGrammarException: Could not execute JDBC batch update
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:59)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:200)
at org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:91)
at org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:86)
at org.hibernate.jdbc.AbstractBatcher.prepareBatchStatement(AbstractBatcher.java:169)
at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2033)
at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2410)
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.