Hi,
Please note you need to use shutdownForce to force closing existing
connections.
I can't reproduce the problem. What I do is:
java -cp . org.h2.tools.Server -trace -tcp -tcpPort 9092
and then from another process
java -cp . org.h2.tools.Server -tcpShutdown "tcp://localhost:9092"
Could you try that? If it doesn't stop for you, could you run
jps -l
and then
jstack -l <pid>
To get the full thread dump, and paste the result?
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.