|
Hello, I have a set of three applications. One which starts the server, and two others which use a common database, connecting by JDBC to the server. When i launch, everything looks fine, but after a minute or so, both my programs breakdown and give the following warning
Code:
org.h2.jdbc.JdbcSQLException: Connection is broken: "session closed" [90067-126]
Why could this be happening?
Thanks a lot!
Last edited by frubeng; 01-26-2010 at 11:38 AM..
|