I am using H2 with default settings on Red Hat Enterprise Linux and it causes my tocat server to hang. I created a thread dump and it looks like H2 keep waiting for gaining lock over the database file. No Exceptions anywhere. No deadlocks detected in thread dump. I have tried using sun/Oracle JDK as well as Open JDK. Please note the same application works fine under Windows 7, ubuntu 12.04 and Cent OS 5.x
Solution to this was change it to use: FILE_LOCK=SOCKET Now, can anybody tell me if I can use this or not? I have a single application accessing the database. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/GCG1LYWYLvcJ. 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.
