Hello all H2 users,
I am a fairly new user to H2, which is great, however I seem to occasionally get a strange error.
I was wondering if anybody may be able to shed some light/advice on what might be causing it?
org.h2.jdbc.jdbcSQLException: Connection is broken: "unexpected status 5505072" [90067-168]
The error occurs after some point in time and then repeats everytime you access the database from then on. I read that the error code is related to :
CONNECTION_BROKEN_1 = 90067
The error with code 90067 is thrown when the client could not connect to the database, or if the connection was lost. Possible reasons are: the database server is not running at the given port, the connection was closed due to a shutdown, or the server was stopped. Other possible causes are: the server is not an H2 server, or the network connection is broken
Any Ideas?
Thanks, Jason