Re: [h2] FILE_LOCK=NO in multi ihreaded server application

2017-11-24 Thread Thomas Mueller Graf
Hi, Why do you use FILE_LOCK=NO? I don't think you should. Could you provide a simple, reproducible test case? Regards, Thomas On Friday, November 24, 2017, Olaf van der Meer wrote: > Hi, > > We have got a multi threaded server application. Each thread connects with > a

[h2] Re: Is there A way to kill the watchdog without the shutdown hook?

2017-11-24 Thread 'Sno0t' via H2 Database
Hello Noel, Just writing to let you know that I already used the SHUTDOWN statement but it didn't work. However, using 'SHUTDOWN IMMEDIATELY' did the trick. Sorry for the late response. Thank you for your help anbd kind regards, Sno0t -- You received this message because you are subscribed

[h2] FILE_LOCK=NO in multi ihreaded server application

2017-11-24 Thread Olaf van der Meer
Hi, We have got a multi threaded server application. Each thread connects with a h2 database using the H2 properties: FILE_LOCK=NO, MV_STORE=FALSE The h2 version is h2-1.4.190. Every now and then we got a EOFException when closing the database. Reopening the database after this error sometimes