what is java.io.EOFException, Message: Can not read response from server. Expected to read 4 bytes, read 0 bytes
The connection has failed, possibly due to a firewall idle-timeout, etc. If you don’t have your JDBC driver configured to reconnect on failure, then this error will not go away unless you open a new connection. If you are using a database connection pool (you are using one, right?), then you probably want to enable … Read more