Just some follow up.

I've launched an H2 1.3.161 TCP server from the command line using:

java -cp /Users/ljnelson/lib/h2.jar org.h2.tools.Server -baseDir 
/Users/ljnelson -trace -tcp -tcpPort 9092

I give it a few seconds to get settled.

Then I debugged my one-line test case and set a breakpoint on 
TcpServer.shutdown().  I confirmed that this is indeed connecting to the 
server and sending it a CALL STOP_SERVER() command.  The shutdown() call 
completes normally and the test case passes.

Meanwhile, on the server side, the server spits this out and then stays up:

org.h2.server.TcpServerThread@7290cb03 Connect
org.h2.server.TcpServerThread@7290cb03 Connected
org.h2.server.TcpServerThread@7290cb03 Close
org.h2.server.TcpServerThread@7290cb03 Disconnect
org.h2.server.TcpServerThread@7290cb03 Close

So the server is receiving and processing the client's call.  But it won't 
shut down.

Thanks again for the help so far.

Best,
Laird

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/h2-database/-/URvAFSdragcJ.
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