This was working fine a couple of days ago.
Originally I was getting a JVM heap space issue, so I upped that, and now I get this:
2014-03-13 13:37:48,778 ERROR [org.hibernate.util.JDBCExceptionReporter] failed batch2014-03-13 13:37:48,778 ERROR [org.hibernate.event.def.AbstractFlushingEventListener] Could not synchronize database state with session
org.hibernate.exception.GenericJDBCException: Could not execute JDBC batch update
...
Caused by: java.sql.BatchUpdateException: failed batch at org.hsqldb.jdbc.jdbcStatement.executeBatch(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.executeBatch(Unknown Source)
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:246)
... 82 more
(attached full log)
Now I've tried a couple of things, replacing hibernate.script with a generic one, as supplied and referenced in another thread works, but then I see none of my solution directories, and I can't change any security settings or anything like that.
I noticed when I went to publish a report through the report designer that the structure of one of my folders didn't match what was actually there when viewing the directory in a terminal.
Thinking this is what was meant by the states not matching I used the report designer to republish the files so that they would all match up, but I still get this error.
I'm not sure what else to try and am open to suggestions.
Thank you,
David
Originally I was getting a JVM heap space issue, so I upped that, and now I get this:
Quote:
2014-03-13 13:37:48,778 ERROR [org.hibernate.util.JDBCExceptionReporter] failed batch2014-03-13 13:37:48,778 ERROR [org.hibernate.event.def.AbstractFlushingEventListener] Could not synchronize database state with session
org.hibernate.exception.GenericJDBCException: Could not execute JDBC batch update
Quote:
Caused by: java.sql.BatchUpdateException: failed batch at org.hsqldb.jdbc.jdbcStatement.executeBatch(Unknown Source)
at org.hsqldb.jdbc.jdbcPreparedStatement.executeBatch(Unknown Source)
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:246)
... 82 more
Now I've tried a couple of things, replacing hibernate.script with a generic one, as supplied and referenced in another thread works, but then I see none of my solution directories, and I can't change any security settings or anything like that.
I noticed when I went to publish a report through the report designer that the structure of one of my folders didn't match what was actually there when viewing the directory in a terminal.
Thinking this is what was meant by the states not matching I used the report designer to republish the files so that they would all match up, but I still get this error.
I'm not sure what else to try and am open to suggestions.
Thank you,
David