Re: Aw: tomcat hangs

2021-09-09 Thread Christopher Schultz
Peter, On 9/9/21 08:21, Peter Rader wrote: I might noticed a simmilar issue: I ran the JVM in a linux OS on a VM (in virtualbox btw). The jdk for some reason request a random number. The JDK asks the LinuxOS for a new random number (maybe in the hope to use a hardware-based TRNG). Since this

Aw: tomcat hangs

2021-09-09 Thread Peter Rader
I might noticed a simmilar issue: I ran the JVM in a linux OS on a VM (in virtualbox btw). The jdk for some reason request a random number. The JDK asks the LinuxOS for a new random number (maybe in the hope to use a hardware-based TRNG). Since this linux in virtualbox is not-so low-level the

AW: tomcat hangs

2021-09-09 Thread Thomas Hoffmann (Speed4Trade GmbH)
Just some hints or ideas: - Is it a busy hang? CPU load high? - Can you use jstack at console to get a stack trace? - Does it also happen with current version of tomcat 8.0.52? - Does is alto happen with a current version of JDK? -Ursprüngliche Nachricht- Von: Mehrdad Taagholi

AW: Tomcat hangs

2006-11-15 Thread Edao, Aliye
Hi Philipp, try the following: Increase maxThreads in server.xml. A good value to start with is maxProcessors=100. Set connectionTimeout to a minute - connectionTimeout=6. Restart Tomcat. Hope this will help. Mit freundlichem Gruß / kind regards Dr.

AW: AW: Tomcat hangs

2006-11-15 Thread Philipp Lehner
: Tomcat hangs Hi Philipp, try the following: Increase maxThreads in server.xml. A good value to start with is maxProcessors=100. Set connectionTimeout to a minute - connectionTimeout=6. Restart Tomcat. Hope this will help. Mit freundlichem Gruß / kind

RE: AW: Tomcat hangs

2006-11-15 Thread Caldarale, Charles R
From: Philipp Lehner [mailto:[EMAIL PROTECTED] Subject: AW: AW: Tomcat hangs Thank you fro your reply but it doesn't work. I got the same message like one day before, only the value changed: The advice to raise your thread limit was pretty much guaranteed to just postpone the inevitable

RE: AW: Tomcat hangs

2006-11-15 Thread Caldarale, Charles R
From: Philipp Lehner [mailto:[EMAIL PROTECTED] Subject: AW: AW: Tomcat hangs How can I start such a thread dump. The Tomcat is running on an Windows 2003 Server as a Service? For the duration of the investigation, you probably need to run it from the command line. Once you have

AW: AW: Tomcat hangs

2006-11-15 Thread Philipp Lehner
Von: Caldarale, Charles R [EMAIL PROTECTED] An: Tomcat Users List users@tomcat.apache.org Gesendet: Donnerstag, den 16. November 2006, 07:28:58 Uhr Betreff: RE: AW: Tomcat hangs From: Philipp Lehner [mailto:[EMAIL PROTECTED] Subject: AW: AW: Tomcat hangs How can I start such a thread dump