You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overcome MySQL's connection timeout after 8 hrs idle.
Fixed following exception:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully
received from the server was 324,520,962 milliseconds ago. The last packet sent successfully to the
server was 324,520,962 milliseconds ago. is longer than the server configured value of
'wait_timeout'. You should consider either expiring and/or testing connection validity before use in
your application, increasing the server configured values for client timeouts, or using the
Connector/J connection property 'autoReconnect=true' to avoid this problem.
@seehttp://stackoverflow.com/questions/4950396/tomcat-configuration-using-dbcp
0 commit comments