Hi,

> it times out

Is there some message and/or stack trace? If not, could you run the
following during this one minute (one a different shell):

jps -l (to get the process id of the process; or use ps -elf | grep java)
jstack <pid> (or kill -QUIT <pid>) to get the stack trace

It would be nice to know where exactly it's blocked.

Regard,
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.

Reply via email to