アプリケーションの1つで同様の問題が発生し、多くの調査を行った後、すべての接続の問題を解決する次のプロパティを追加しました。
maxAge="180000"
testOnBorrow="true"
testWhileIdle="true"
validationInterval="0" //forces the connection pool to validate each time a connection is given to the application
アプリケーションの1つで同様の問題が発生し、多くの調査を行った後、すべての接続の問題を解決する次のプロパティを追加しました。
maxAge="180000"
testOnBorrow="true"
testWhileIdle="true"
validationInterval="0" //forces the connection pool to validate each time a connection is given to the application