Hi, In the worst case, I guess you need to debug your application to find out where the problem is, but maybe it's easier to solve.
What is your JDBC URL? A common problem is to use a relative URL, see also http://h2database.com/html/faq.html#database_files Could you set the trace option to "3" (debug) and then post the .trace.db files? To do that, set the system property h2.dataSourceTraceLevel to 3 (java -Dh2.dataSourceTraceLevel=3 ...). The trace file is in ./trace.db/h2datasource.trace.db Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
