[h2] Re: Database Hangs on schema update

2014-09-09 Thread D. Aldenderfer
Further testing shows that when 'SET EXCLUSIVE 1' is NOT executed first, the statement runs normally. On Tuesday, September 9, 2014 1:23:30 PM UTC-4, D. Aldenderfer wrote: When our application starts it performs schema updates to the H2 database as needed. Before performing updates we SET

Re: [h2] Re: Database Hangs on schema update

2014-09-09 Thread Noel Grandin
Can you either (a) attach a debugger (b) use ctrl-break in a command window (c) connect with VisualVM and generate a set of stack traces and locks of the active threads when it is locked up? Either that or a reproducible standalone test case. Thanks. -- You received this message because you