Failed to validate a newly established connection

2018-05-21 Thread Kota, Sriraghavi Latha
Hello, We are on Tomcat 8.5.23. We recently added a fix to recover application after database restart. testOnBorrow: true validationInterval: 6 We added this to 5 of our services. While we were restarting the services, one of the services is throwing this error. Trying to figure out the

testOnBorrow = true

2018-04-14 Thread Kota, Sriraghavi Latha
Hello, We are on Tomcat 8.5.23. We are trying to add fix to recover application after database restart. Here are our versions: Tomcat 8.5.23 DB2 version: 11.1 JDBCDriver: DB2JCC 4.22.9 Does testonBorrow = true issue a select statement to the database to validate the connection or is that a

RE: testOnBorrow = true

2018-04-17 Thread Kota, Sriraghavi Latha
Chris, Thank you for your quick response. We are planning to use the combination of one of these below in production. Our application is a high volume application with transactions per second of about 20. Just wondering for the recommended value for validationInterval. Option1: testOnBorrow =

Tomcat 8.5 -testOnBorrow

2018-04-17 Thread Kota, Sriraghavi Latha
Chris, Thank you for your quick response. We are planning to use the combination of one of these below in production. Our application is a high volume application with transactions per second of about 20. Just wondering for the recommended value for validationInterval. Option1:

RE: testOnBorrow = true

2018-04-16 Thread Kota, Sriraghavi Latha
er Schultz [mailto:ch...@christopherschultz.net] Sent: Sunday, April 15, 2018 12:00 PM To: users@tomcat.apache.org Subject: Re: testOnBorrow = true -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kota, On 4/14/18 8:09 PM, Kota, Sriraghavi Latha wrote: > Hello, We are on Tomcat 8.5.23. We are