Hi,

There are two kinds of server: The H2 TCP server, and the web server.

It seems the H2 TCP server is stopped for some reason, so the
connection to the database is lost. After that, the code tries to
close the database connection. This fails because the connection was
lost. If this is really the case, then solution would be is: either
don't stop the TCP server before closing the connection, or ignore the
exception when closing the connection.

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 h2-database@googlegroups.com.
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to