Play(Play 1.2.5)アプリケーションでHibernate 3.6.10、MySQLデータベースを使用しています。私は毎日このエラーを受けています
01:05:02,304 ERROR ~ The last packet successfully received from the server was 39,593,644 milliseconds ago.
The last packet sent successfully to the server was 39,593,644 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.
サーバーを再起動すると、アプリケーションは正常に動作します。しかし、数時間後に同じエラーが発生します。現在、アプリケーションで接続プールを使用していません。