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 linux in virtualbox is
not-so low-level the random number is generated due to RAM
squarenumbers, because no memory is changed - no new random number
has been generated and we get a OS-based softlock.


WHAT?

-chris

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



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.  You need to take a thread dump and find out
where and why your app's threads are hanging up.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 the problem fixed, you can go back to
running it as a service.

If you installed Tomcat from the .exe, the startup and shutdown scripts
will not be in the bin directory; you'll need to get them from the .zip
download instead.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]