Hello.

You need to post a complete stack trace, first few lines don't contain 
enough information about your problem.


You can try to use a more recent version of H2 or even try to build H2 from 
its current sources, current H2 is more reliable than 1.4.197. You can also 
try to use the legacy PageStore backend instead of default one.

If your application interrupts threads that work with the database, you 
need to use the async: file system supported by recent versions of H2 
(jdbc:h2:async:/path/to/database). This file system is not supported by 
1.4.197.

If the whole processes are killed, it's better not to use the embedded 
database. H2 can be used as a normal database server.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/1c8a2bcb-a9fe-4900-85e8-e31cc6c09d38%40googlegroups.com.

Reply via email to