Hi. I've had similiar experiences, and it was always either a buggy JDK/ JRE or even faulty machine RAM. One system in particular (WinXP Pro- based) kept giving weird crash errors in my application that uses H2. We finally ended up using Mem86 and it identified faulty RAM. Replaced it and everything went well. In another instance my application kept crashing and it turned out to be bad video drivers. Remember that the JVM is dependant on the underlying OS for most of it's operations, so if it crashes, you might need to look further to find the cause.
I've been using H2 for about two years now, with quite a few research projects and it's never given me any issues (well, with the stable releases) that were show-stoppers. It's a deliciously fun, small, fast and reliable database and I use it exclusively for all my own projects. Just make sure your JDK/JRE is not buggy, and that the machine you are using has no physical problems like bad memory or an overheating CPU. Best regards Ewald Horn South Africa -- 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.
