Hello:

We are running h2 1.3.170 (2012-11-30) for quite a while fine
but suddenly we got errors

org.h2.jdbc.JdbcSQLException: General error: 
"java.lang.ArrayIndexOutOfBoundsException: 0"; SQL statement:
SELECT * FROM USER [50000-170]

Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
        at org.h2.index.PageDataLeaf.getRowAt(PageDataLeaf.java:327)

we have two tables are like this now and cannot be queried and two other 
tables are ok. It is a very small database.

I am luckily able to run the recover script to recreate db (not sure if we 
list any data).

the url is  

jdbc:h2:file:/database;USER=sa;PASSWORD=;AUTO_SERVER=TRUE;LOG=2;IFEXISTS=TRUE

I saw some similar topics way back.

Thanks





-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to