Hi Alfonso,
but I still get an error from my java application
Exception in thread "main"
org.hibernate.exception.GenericJDBCException: could not get next
sequence value
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103) ...Caused by: org.continuent.sequoia.common.exceptions.driver.DriverSQLException:
Message of cause: Query 3 is not in the list of currently scheduled
queries
at org.continuent.sequoia.driver.Connection.statementExecuteQuery(Connection.java:2848) at org.continuent.sequoia.driver.Statement.executeQuery(Statement.java:467) at org.continuent.sequoia.driver.PreparedStatement.executeQuery(PreparedStatement.java:163) at org.hibernate.id.SequenceGenerator.generate(SequenceGenerator.java:75)
    ... 11 more
Caused by: org.continuent.sequoia.common.exceptions.driver.protocol.BackendDriverException:
Query 3 is not in the list of currently scheduled queries
Could you capture the request that is sent by Hibernate (you should be able to track it in request.log if you activate the request logger in log4j.properties) ? There is probably a problem with that particular query that is not interpreted properly by Sequoia.

Thanks for your report,
Emmanuel

--
Emmanuel Cecchet
Chief Scientific Officer, Continuent

Blog: http://emanux.blogspot.com/
Open source: http://www.continuent.org
Corporate: http://www.continuent.com
Skype: emmanuel_cecchet
Cell: +33 687 342 685


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to