ログメッセージの全文:
Log Message: An error occurred while grabbing new users
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 44,567,434 milliseconds ago. The last packet sent successfully to the server was 44,567,434 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.
それは10時間以上なので、これは私には奇妙です。私のプログラムは、過去10時間にわたって、データベースとの通信を含め、正常に実行されていました。私が持っている最良の仮説は、プール内の1つの接続が古くなったというものですが、その場合、なぜこれが自動的にクリーンアップされないのか、またはこの例外がその操作に関連していたのかわかりません。これをどのように処理すればよいですか?
c3p0接続プールを使用しています。