Hi, > Error opening database: "Lock file recently modified" [8000-128]
It sounds like multiple threads try to open the same database at the same time. Could you try with a more recent version of H2 (1.2.135 or newer)? There were some (small) changes related to file locking before that version. If you still get the problem, I would like to know what operating system and file system you use, and I would like to find out if really only one process and thread runs (I believe if you stop a maven build sometimes tests keep running for some time). 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.
