On 15/02/18 00:35, Halder, Arpan [ITSUS Non J&J] wrote:
> Hi All,
> 
> Need urgent help. We are using apache tomcat version -7.0.67  and 
> sporadically facing issue that application become unresponsive and below 
> error message encountered in Catalina.out log:
> 
> ExceptionCannot get a connection, pool error Timeout waiting for idle object
> Exception in detailorg.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot get 
> a connection, pool error Timeout waiting for idle object
> within doFilter of Session Filter
> url :::::/SPECTRA/login
> Chain.doFilter()..
> Inside Login Method.........
> 
> We had to restart tomcat service every time and issue gets resolved for the 
> time being and again reappears sporadically. Could you please advise if we 
> need to change any tomcat setting to mitigate this issue from happening in 
> future.
> 
> Please let us know if you need anything else from my side in this regards. 
> Thank you in advance.

It sounds like you have a connection leak in your application. Enable
abandoned connection logging to find out where the leaked connections
are being created.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to