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 lin

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 ra

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 Gesendet:

AW: AW: Tomcat hangs

2006-11-15 Thread Philipp Lehner
$Lock) at java.lang.ref.ReferenceQueue.remove(Unknown Source) - locked <0x12770138> (a java.lang.ref.ReferenceQueue$Lock) at java.lang.ref.ReferenceQueue.remove(Unknown Source) at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source) "Reference Handler" daemon prio=10 tid=0x008

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. On

AW: AW: Tomcat hangs

2006-11-15 Thread Philipp Lehner
Charles R" <[EMAIL PROTECTED]> An: Tomcat Users List Gesendet: Donnerstag, den 16. November 2006, 06:52:43 Uhr Betreff: RE: AW: Tomcat hangs > From: Philipp Lehner [mailto:[EMAIL PROTECTED] > Subject: AW: AW: Tomcat hangs > > Thank you fro your reply but it doesn't wo

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

AW: AW: Tomcat hangs

2006-11-15 Thread Philipp Lehner
k the servlet status Does anyone has another suggestion how i can fix my problem? kind regards Philipp - Ursprüngliche Mail Von: "Edao, Aliye" <[EMAIL PROTECTED]> An: Tomcat Users List CC: [EMAIL PROTECTED] Gesendet: Mittwoch, den 15. November 2006, 09:54:28 Uhr Betreff:

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