Fix database connectivity issues. #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
java.sql.SQLNonTransientConnectionException: (conn=111267) (conn=111267) Connection is closedis thrown after some runtime. A guess is that the database closes connection after some period of inactivity. A solution is to imply reopen it.Fixed
It is not fixed...
Upon further inspection, I suspect that if
com.sun.net.httpserveris multi-threaded, it could be that the sql server is limiting the handle count.Make Database.getConnection() reconnect if closed and has not errored.to Fix database connectivity issues.