We have also seen a few occurrences of a slightly different stack
trace:

Caused by: java.lang.ArrayIndexOutOfBoundsException: i=0 size=0
        at org.h2.util.IntArray.get(IntArray.java:67)
        at
org.h2.store.PageOutputStream.initNextData(PageOutputStream.java:93)
        at org.h2.store.PageOutputStream.write(PageOutputStream.java:
130)
        at org.h2.store.PageLog.write(PageLog.java:529)
        at org.h2.store.PageLog.commit(PageLog.java:549)
        at org.h2.store.PageStore.commit(PageStore.java:1391)
        at org.h2.engine.Database.commit(Database.java:1683)
        at org.h2.engine.Session.commit(Session.java:462)
        at org.h2.command.Command.stop(Command.java:144)
        at org.h2.command.Command.executeQuery(Command.java:193)
        at
org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:
96)
        ... 12 more

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to