Hi, > After 45-60 minutes connection was broken in client machine.
Do you use a firewall that breaks long running open connections? If yes, could you try using AUTO_RECONNECT? http://h2database.com/html/features.html#auto_reconnect - If not, please provide the exception message and all stack traces. > And sometimes Timeout error was occurred when we try to access the Well, did you check the table is not locked for a long time? You can verify that using: SELECT * FROM INFORMATION_SCHEMA.LOCKS 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.
