Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Edson Richter
There is a similar thread published a week ago. It can be caused by almost anything, and my last suspect would be Tomcat it self. Most of time, the cause is some programming error, like: - missing step out of recursive loop - loading too many objects is memory (for example, when using JPA where

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
of these sound like reason. It would be great to get pointed in the right direction. Regards,Ayush Date: Tue, 12 Feb 2013 15:35:40 -0200 From: edsonrich...@hotmail.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] There is a similar thread published a week ago

Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Edson Richter
Subject: Re: Tomcat hanging unexpectedly [URGENT] There is a similar thread published a week ago. It can be caused by almost anything, and my last suspect would be Tomcat it self. Most of time, the cause is some programming error, like: - missing step out of recursive loop - loading too many objects

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
: edsonrich...@hotmail.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] Em 12/02/2013 15:53, Cool Techi escreveu: I am new to this, I have just installed YourKit and see a lot of threads blocked,but currently my response are fine, the blocked thread

Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Edson Richter
: Tue, 12 Feb 2013 16:00:12 -0200 From: edsonrich...@hotmail.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] Em 12/02/2013 15:53, Cool Techi escreveu: I am new to this, I have just installed YourKit and see a lot of threads blocked,but currently my response are fine

Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Pid
? p Date: Tue, 12 Feb 2013 15:35:40 -0200 From: edsonrich...@hotmail.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] There is a similar thread published a week ago. It can be caused by almost anything, and my last suspect would be Tomcat it self. Most

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
, Ayush Date: Tue, 12 Feb 2013 18:38:24 + From: p...@pidster.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] On 12/02/2013 17:53, Cool Techi wrote: I am new to this, I have just installed YourKit and see a lot of threads blocked,but currently

Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Pid
@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] On 12/02/2013 17:53, Cool Techi wrote: I am new to this, I have just installed YourKit and see a lot of threads blocked,but currently my response are fine, the blocked thread are showing the following Blocker Thread

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
new to this I am not sure what might be causing this, is it log4j or something else like dbcp pool. Help appreciated. Ayush. Date: Tue, 12 Feb 2013 18:45:03 + From: p...@pidster.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] On 12/02/2013 18:42

Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Edson Richter
help to identify the cause. Seems too little information to deal with such big problem. Regards, Edson Help appreciated. Ayush. Date: Tue, 12 Feb 2013 18:45:03 + From: p...@pidster.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] On 12/02/2013 18:42

Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Mark Eggers
thread dump of the blocked thread. . . . . just my two cents. /mde/ Date: Tue, 12 Feb 2013 18:45:03 + From: p...@pidster.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] On 12/02/2013 18:42, Cool Techi wrote: I am not logging to database, these are my

Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Mark Eggers
#JDBC_Data_Sources In particular, note removeAbandoned and logAbandoned. These will impact performance, so do it on a test system. Date: Tue, 12 Feb 2013 15:35:40 -0200 From: edsonrich...@hotmail.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] There is a similar

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
those methods again. Really appreciate your time and help. Regards, Ayush Date: Tue, 12 Feb 2013 11:36:52 -0800 From: its_toas...@yahoo.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] On 2/12/2013 10:38 AM, Pid wrote: On 12/02/2013 17:53, Cool Techi

Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Mark Eggers
on reqular intervals, Log4j is used in those methods, so will cross check those methods again. Really appreciate your time and help. Regards, Ayush Date: Tue, 12 Feb 2013 11:36:52 -0800 From: its_toas...@yahoo.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT

Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pid, On 2/12/13 1:38 PM, Pid wrote: On 12/02/2013 17:53, Cool Techi wrote: I am new to this, I have just installed YourKit and see a lot of threads blocked,but currently my response are fine, the blocked thread are showing the following

Re: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ayush, On 2/12/13 2:48 PM, Cool Techi wrote: Thanks Everyone for the help, I will enable thread dump for my Tomcat, just reading up on how to get that done. My database connection string is given below. You don't need to enable a thread dump

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
as expected as tomcat still hangs once in 12 hrs, but I know where to look. Regards, Ayush Date: Tue, 12 Feb 2013 18:13:40 -0500 From: ch...@christopherschultz.net To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] -BEGIN PGP SIGNED MESSAGE- Hash