Nio related problem - all threads are stuck

2008-03-06 Thread esagi123 esagi123
Hello, I have a web server application running (I am using TOMCAT NIO connector). Looking at the thread dump It appears 392 request processing threads are stuck while waiting for a monitor: Waiting for monitor entry [0x58d75000..0x58d75eb0] at

RE: Nio related problem - all threads are stuck

2008-03-06 Thread Caldarale, Charles R
From: esagi123 esagi123 [mailto:[EMAIL PROTECTED] Subject: Nio related problem - all threads are stuck Looking at the thread dump It appears 392 request processing threads are stuck while waiting for a monitor: Tomcat version? JRE/JDK version? Platform? - Chuck THIS COMMUNICATION

Re: Nio related problem - all threads are stuck

2008-03-06 Thread esagi123 esagi123
I am running with JDK 1.5.0_11-b03, tomcat 6.0.14 on a linux redhat machine On Thu, Mar 6, 2008 at 4:38 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: esagi123 esagi123 [mailto:[EMAIL PROTECTED] Subject: Nio related problem - all threads are stuck Looking at the thread dump

RE: Nio related problem - all threads are stuck

2008-03-06 Thread Caldarale, Charles R
From: esagi123 esagi123 [mailto:[EMAIL PROTECTED] Subject: Re: Nio related problem - all threads are stuck I am running with JDK 1.5.0_11-b03, tomcat 6.0.14 on a linux redhat machine What happens on a current JDK? (And a current Tomcat, for that matter.) - Chuck THIS COMMUNICATION

RE: Nio related problem - all threads are stuck

2008-03-06 Thread Kaderabek, Kevin (TS)
threads are stuck I am running with JDK 1.5.0_11-b03, tomcat 6.0.14 on a linux redhat machine On Thu, Mar 6, 2008 at 4:38 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: esagi123 esagi123 [mailto:[EMAIL PROTECTED] Subject: Nio related problem - all threads are stuck Looking

Re: Nio related problem - all threads are stuck

2008-03-06 Thread Filip Hanik - Dev Lists
can you point us to the complete dump, too little info below Filip esagi123 esagi123 wrote: Hello, I have a web server application running (I am using TOMCAT NIO connector). Looking at the thread dump It appears 392 request processing threads are stuck while waiting for a monitor: Waiting

Re: Nio related problem - all threads are stuck

2008-03-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, Kaderabek, Kevin (TS) wrote: | On Linux, I have to create a virtual display with Xvfb This is very unlikely to be the problem. If the application needs X, you'll get an exception when you try to do something that requires it. - -chris

RE: Nio related problem - all threads are stuck

2008-03-06 Thread Kaderabek, Kevin (TS)
- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 10:55 AM To: Tomcat Users List Subject: Re: Nio related problem - all threads are stuck -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, Kaderabek, Kevin (TS) wrote: | On Linux, I have to create a virtual

Re: Nio related problem - all threads are stuck

2008-03-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, Kaderabek, Kevin (TS) wrote: | Understood. My point was more to see if startup.sh had been modified in | previous tomcat version and those changes needed including in the new | tomcat startup.sh. The DISPLAY variable was the one that's