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