Re: Fwd: DBCP error

2011-05-11 Thread Dhaval Jaiswal
interactive/wait_timeout = 120Seconds max_connection = 1500 still we are getting errors. -- Regards, Dhaval On Fri, May 6, 2011 at 4:05 PM, Nigel Wood wrote: > On Fri, 2011-05-06 at 11:12 +0100, Dhaval Jaiswal wrote: > > Caused by: java.net.SocketException: Socket closed > > I'd suggest you

Re: Fwd: DBCP error

2011-05-06 Thread Nigel Wood
On Fri, 2011-05-06 at 11:12 +0100, Dhaval Jaiswal wrote: > Caused by: java.net.SocketException: Socket closed I'd suggest you look at server side timeout and maximum connection settings in http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html I'd suspect wait_timeout is the setting y

Fwd: DBCP error

2011-05-06 Thread Dhaval Jaiswal
Hi All, We are frequently getting DBCP error. We have seen this error in catalina.log & apps log. This issue has started since last 2 -3 days. We have checked the application code when this error has occured and assure that there is no connection leakage in code. Mysql server is also running fine