Not able to send reply for the post

2012-01-27 Thread gnath
Hi all, Im not able to reply to some of my posts. I have been getting this failure notice saying: : Remote host said: 552 spam score (7.4) exceeded threshold (FREEMAIL_FORGED_REPLYTO,FU_COMMON_SUBS2,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS ) [BODY] Is there any workaround or solution for th

Re: Tomcat 6.0.35-SocketException: Too many open files issue with

2012-01-27 Thread gnath
files issue with On 27 Jan 2012, at 05:32, gnath wrote: > Hello Chris, > > > After seeing the initial connection pool issue, i started searching online > for help and i found this article : > http://vigilbose.blogspot.com/2009/03/apache-commons-dbcp-and-tomcat-jdbc.html >

Re: Dead lock with tomcat-jdbc.jar on Tomcat 6.0.35

2012-01-27 Thread gnath
on Tomcat 6.0.35 On 27 Jan 2012, at 07:04, gnath wrote: > Hi All, > > Quick update: after i looked at the dead lock trace, it looked to me like an > issue with mysql driver jar. As i mentioned that we are using > mysql-connector-java.3.1.12-bin.jar, and i have been seeing these b

Re: Dead lock with tomcat-jdbc.jar on Tomcat 6.0.35

2012-01-26 Thread gnath
://bugs.mysql.com/bug.php?id=18719 http://bugs.mysql.com/bug.php?id=14972 Please suggest if anyone has faced such issues and the upgrade of Mysql connector jar had fixed this issue? Thanks -G From: gnath To: "users@tomcat.apache.org" Sent: Thursday, January 26, 20

Dead lock with tomcat-jdbc.jar on Tomcat 6.0.35

2012-01-26 Thread gnath
Hello all, So we have 2 Linux servers running our application with  Tomcat-6.0.35, JDK 1.6.30. We are using: tomcat-jdbc.jar (Verison 1.1.1), mysql-connector-java-3.1.12-bin.jar We have 'removeAbandoned' flag to true in our configuration. We initially had commons-dbcp.jar 1.3 version and as i

Re: Tomcat 6.0.35-SocketException: Too many open files issue with

2012-01-26 Thread gnath
oledConnection.disconnect(PooledConnection.java:320) Please help us on this. Could it be a problem with tomcat-jdbc.jar? Thanks -G From: Christopher Schultz To: Tomcat Users List Sent: Thursday, January 26, 2012 9:41 AM Subject: Re: Tomcat 6.0.35-SocketException

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-25 Thread gnath
configured count -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 G, On 1/23/12 8:44 AM, gnath wrote: > Recently i happened to check our access logs when the server hung > and stopped responding. We were printing the thread number in the > logs and i have seen the number going upto 770 (t

Re: Tomcat 6.0.35-SocketException: Too many open files issue with

2012-01-25 Thread gnath
SAGE- Hash: SHA1 G, On 1/22/12 6:18 PM, gnath wrote: > We have 2 connectors (one for http and another for https) using > the tomcatThreadPool. I have the connectionTimeout="2" for > http connector.  However i was told that our https connector might > not be used by t

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread gnath
Sure i will keep monitoring the Thread count as you said using jstack and keep you posted once the server hangs again. Thanks -G From: Daniel Mikusa To: Tomcat Users List ; gnath Sent: Monday, January 23, 2012 6:44 AM Subject: Re: Tomcat 6.0.35 -crossing

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread gnath
: Monday, January 23, 2012 6:37 AM Subject: Re: Tomcat 6.0.35 -crossing maxThreads configured count gnath wrote: > > Hi Andre, > Sorry, my mistake. > > you are right. i actually meant milliseconds. However i checked my > configuration again and here is what i have :  ( I have

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread gnath
any mistake or missing anything here. Thanks -G From: André Warnier To: Tomcat Users List Sent: Monday, January 23, 2012 6:14 AM Subject: Re: Tomcat 6.0.35 -crossing maxThreads configured count André Warnier wrote: > gnath wrote: >> Hi all, >&

Re: Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread gnath
Sent: Monday, January 23, 2012 6:12 AM Subject: Re: Tomcat 6.0.35 -crossing maxThreads configured count On 23/01/2012 14:06, Daniel Mikusa wrote: > On Mon, 2012-01-23 at 05:44 -0800, gnath wrote: >> Hi all, >> >> >> We have Tomcat 6.0.35 in our production Environme

Tomcat 6.0.35 -crossing maxThreads configured count

2012-01-23 Thread gnath
Hi all, We have Tomcat 6.0.35 in our production Environment running on Linux, and we have configured to use tomcatThreadPool with maxThreads=500 and minSpareThreads=50 with default connectionTimeout(which is 6 sec). We have two connectors (http and ssl) It has been giving some problems li

Re: Tomcat 6.0.35-SocketException: Too many open files issue with

2012-01-23 Thread gnath
List ; gnath Sent: Monday, January 23, 2012 1:32 AM Subject: RE: Tomcat 6.0.35-SocketException: Too many open files issue with Sorry to possibly state the obvious, but are there perhaps files that are not being closed? This can often happen if code goes into a "catch", and a f

Re: Tomcat 6.0.35-SocketException: Too many open files issue with

2012-01-22 Thread gnath
hristopher Schultz To: Tomcat Users List Sent: Sunday, January 22, 2012 11:20 AM Subject: Re: Tomcat 6.0.35-SocketException: Too many open files issue with -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 G, On 1/22/12 3:01 AM, gnath wrote: > We have been seeing "SocketException:

Tomcat 6.0.35-SocketException: Too many open files issue with

2012-01-22 Thread gnath
Hello, We have been seeing "SocketException: Too many open files" in production environment(Linux OS running Tomcat 6.0.35 with sun's JDK 1.6.30) every day and requires a restart of Tomcat. When this happened for the first time, we searched online and found people suggesting to increase the fi

Re: Cannot make war file as default app

2011-08-15 Thread gnath
Thanks Chris, for your answers. My understanding was that tomcat figures out the changes in the re-deployed war file and starts to explode it in order to overwrite the existing exploded directories in order to serve the changes in war file. But it looks like it does not overwrite the exploded f