Hi, The empty database was created with version 1.3.161, as the "CREATE_BUILD" is 161. Since then, a few bugs have been fixed that could cause corruption; see the change log for details. I suggest to try again with a more recent version of H2. If it is still a problem, it would be great if you could provide a simple, reproducible test case.
Regards, Thomas On Tuesday, August 13, 2013, Dieter Cailliau wrote: > jdbc:h2:/tmp/x;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=5000 > It's a small db (3M on a windows7) with small tables (about 100 rows). > I'm using multiple threads. > I attached the empty schema. If it helps i can send you a (non-corrupt) > populated one. I'm still trying to reproduce the corruption. > While reading the list, i learned that h2 performs a corruption correction > at open-time: i think that does not help, because the opening succeeds, but > later that query fails. > > Thanks! > > Op dinsdag 13 augustus 2013 10:18:19 UTC+2 schreef Noel Grandin: >> >> >> On 2013-08-13 10:05, Dieter Cailliau wrote: >> > >> > Here's another example of ArrayIndexOutOfBoundsException at >> > org.h2.index.PageDataLeaf.**getRowAt: this happened on 1.3.168. The >> most >> > recent fix i found in changelog about this kind of error was 1.3.166, >> > so probably there's still something wrong since then, or have there >> > been fixes related to this, since 1.3.168? >> >> What does your database URL look like? >> > -- > 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] <javascript:_e({}, > 'cvml', 'h2-database%[email protected]');>. > To post to this group, send email to > [email protected]<javascript:_e({}, 'cvml', > '[email protected]');> > . > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- 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.
