Hi, we are using H2 since 7 years with many hundreds of customers for a 
desktop application.

Since a few month, we get very often  corrupt customer data databases for 
local installations.

Mostly we see:

org.h2.jdbc.JdbcSQLException: Allgemeiner Fehler: 
"java.lang.ArrayIndexOutOfBoundsException: 9"
General error: "java.lang.ArrayIndexOutOfBoundsException: 9" [50000-193]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.get(DbException.java:168)
at org.h2.message.DbException.convert(DbException.java:295)
at org.h2.table.RegularTable.removeRow(RegularTable.java:407)
at org.h2.store.PageStore.redo(PageStore.java:1580)
at org.h2.store.PageStore.redoDelete(PageStore.java:1553)
at org.h2.store.PageLog.recover(PageLog.java:346)
at org.h2.store.PageStore.recover(PageStore.java:1406)
at org.h2.store.PageStore.openExisting(PageStore.java:367)
at org.h2.store.PageStore.open(PageStore.java:288)
at org.h2.engine.Database.getPageStore(Database.java:2482)
at org.h2.engine.Database.open(Database.java:695)
at org.h2.engine.Database.openDatabase(Database.java:273)
at org.h2.engine.Database.<init>(Database.java:267)
at org.h2.engine.Engine.openSession(Engine.java:64)
at org.h2.engine.Engine.openSession(Engine.java:176)


The database seemed to be closed normal. It happens also with 1.3.175 and 
with 1.4.193.
In h2 tracelog with see no error.
Actual we could not handle that and many many customers are not very happy 
of that, of course our apps makes weekly automatic backups on the customers 
desktop....

How we can go forward and find the error ?

-- 
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 https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to