Re: Errors in trace.db when closing Database

2012-03-19 Thread Thomas Mueller
Hi, This should not occur. It doesn't look like it would corrupt the database, but really such errors should not occur. Could you send me the database file? I would like to better understand the problem. Regards, Thomas On Wednesday, March 7, 2012, Uli wrote: I get the NullPointerException

Re: Errors in trace.db when closing Database

2012-03-07 Thread Uli
I get the NullPointerException also if I open and close the db with the H2 console: 03-07 09:03:05 database: close java.lang.NullPointerException at org.h2.index.PageDataLeaf.moveTo(PageDataLeaf.java:552) at org.h2.store.PageStore.compact(PageStore.java:709) at

Errors in trace.db when closing Database

2012-03-06 Thread Uli
Hi, today I tried the latest H2 1.3.164 release. My application compacts that database from time to time by closing all connections and running SHUTDOWN COMPACT. After that it reopens the database by creating a pooled connection. Using 1.3.164 I see the following exceptions in the trace file: