Re: VM thread dump from windows service

2005-04-25 Thread Patrick Lacson
if it helped.. -Anoop On 4/22/05, Patrick Lacson [EMAIL PROTECTED] wrote: If I run tomcat as a windows service, what is the best way to get a VM thread dump? From a command window it's pretty easy with the Control-Break command.. what are my options for doing the equivalent from

Re: VM thread dump from windows service

2005-04-25 Thread Patrick Lacson
Spoke too soon.. :( Our tomcat is installed using the tomcat.exe service installer that ships with the tomcat 4.1.x series. This Stack Trace tool cannot do a thread dump on the process id of tomcat.exe -Patrick On 4/25/05, Patrick Lacson [EMAIL PROTECTED] wrote: perfect. this works nicely

Re: VM thread dump from windows service

2005-04-25 Thread Peter Rossbach
that register the Mbean Peter Patrick Lacson schrieb: Spoke too soon.. :( Our tomcat is installed using the tomcat.exe service installer that ships with the tomcat 4.1.x series. This Stack Trace tool cannot do a thread dump on the process id of tomcat.exe -Patrick On 4/25/05, Patrick Lacson [EMAIL

Re: VM thread dump from windows service

2005-04-24 Thread Patrick Lacson
This looks promising. the application detects VM instances and can pull a thread-dump on that instance.. i'll try it on monday and see how it goes. thanks! On 4/22/05, Anoop kumar V [EMAIL PROTECTED] wrote: Patrick, I am not sure if this will help you but it is worth checking out Stack

VM thread dump from windows service

2005-04-22 Thread Patrick Lacson
If I run tomcat as a windows service, what is the best way to get a VM thread dump? From a command window it's pretty easy with the Control-Break command.. what are my options for doing the equivalent from a running tomcat windows service? Thanks, Patrick

Re: VM thread dump from windows service

2005-04-22 Thread Anoop kumar V
service, what is the best way to get a VM thread dump? From a command window it's pretty easy with the Control-Break command.. what are my options for doing the equivalent from a running tomcat windows service? Thanks, Patrick

Re: Thread dump for Windows Service

2004-09-25 Thread Peter Rossbach
Peter Robert Herold schrieb: I've installed tomcat as a Windows service. Is there any way to trigger the JVM to produce a thread dump? I understand how to do so when Tomcat is run in a console window (cntl-break), but in this case it has to be run as a service. Thanks for any pointers... -- bob

Thread dump for Windows Service

2004-09-24 Thread Robert Herold
I've installed tomcat as a Windows service. Is there any way to trigger the JVM to produce a thread dump? I understand how to do so when Tomcat is run in a console window (cntl-break), but in this case it has to be run as a service. Thanks for any pointers... -- bob -- Robert Herold

RE: Broken Pipe (continued) - Thread Dump Results

2004-03-23 Thread Shapira, Yoav
Hola, I did a thread dump (SIG-QUIT) on both the JRun and Tomcat environments during the refresh button load test and the differences are significant. The differences in internal thread management between any two servers are likely to be significant. Tomcat: Java CPU% exceeds 80%. Site

Broken Pipe (continued) - Thread Dump Results

2004-03-22 Thread Chris Boyce
Our server does recover (whether JRun or Tomcat), but as Pepijn points out, the thread management during the behaviour is the main concern. I did a thread dump (SIG-QUIT) on both the JRun and Tomcat environments during the refresh button load test and the differences are significant. Between

Re: thread dump analysis

2004-02-26 Thread Daniel Gibby
on top and got a stack trace... the problem is I have no idea how to analyze the thread dump to see what is consuming CPU. I'm sure something must be spinning its wheels, but I don't know how to tell... I can just see that when I run top my tomcat process has 99.9 % of the CPU and the load average

Re: thread dump analysis

2004-02-26 Thread Oscar Carrillo
a relatively light load. I did a kill -3 on the process that showed up on top and got a stack trace... the problem is I have no idea how to analyze the thread dump to see what is consuming CPU. I'm sure something must be spinning its wheels, but I don't know how to tell... I can just see

thread dump analysis

2004-02-17 Thread Daniel Gibby
trace... the problem is I have no idea how to analyze the thread dump to see what is consuming CPU. I'm sure something must be spinning its wheels, but I don't know how to tell... I can just see that when I run top my tomcat process has 99.9 % of the CPU and the load average is 8.00 8.00 8.00

RE: thread dump analysis

2004-02-17 Thread Shapira, Yoav
Howdy, Can you reproduce this behavior when running with a profiler? Yoav Shapira Millennium ChemInformatics -Original Message- From: Daniel Gibby [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 12:21 PM To: Tomcat Users List Subject: thread dump analysis My tomcat 4.1.29

Re: thread dump analysis

2004-02-17 Thread Daniel Gibby
with a profiler? Yoav Shapira Millennium ChemInformatics -Original Message- From: Daniel Gibby [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 12:21 PM To: Tomcat Users List Subject: thread dump analysis My tomcat 4.1.29 instance running J2RE 1.4.1 IBM build cxia321411-20030930

RE: thread dump analysis

2004-02-17 Thread Shapira, Yoav
Howdy, My tomcat 4.1.29 instance running J2RE 1.4.1 IBM build cxia321411-20030930 on RedHat 9 kernel 2.4.18-14 keeps gaining processor usage until finally can't answer requests successfully. OK, so you can't profile. I'm not sure a thread dump would be that useful in this scenario because

Re: thread dump analysis

2004-02-17 Thread David Rees
On Tue, February 17, 2004 at 9:20 am, Daniel Gibby wrote: I did a kill -3 on the process that showed up on top and got a stack trace... the problem is I have no idea how to analyze the thread dump to see what is consuming CPU. I'm sure something must be spinning its wheels, but I don't know

Re: thread dump analysis

2004-02-17 Thread Daniel Gibby
and got a stack trace... the problem is I have no idea how to analyze the thread dump to see what is consuming CPU. I'm sure something must be spinning its wheels, but I don't know how to tell... I can just see that when I run top my tomcat process has 99.9 % of the CPU and the load average is 8.00 8.00

Re: thread dump analysis

2004-02-17 Thread David Rees
On Tue, February 17, 2004 1at 2:04 pm, Daniel Gibby wrote: Well, I'd rather not show the world what my java processes are doing in case there is something proprietary in there. I'll send it to you personally. OK, but it's tough for people to help troubleshoot your issue unless you do so. ;-)

Re: thread dump analysis

2004-02-17 Thread David Rees
troubleshoot your issue unless you do so. ;-) I had a look at Daniel's thread dump, it did not appear to be an issue with Tomcat, but rather an issue with either some jcrontab threads or a JVM/OS issue as he is running the IBM 1.4.1 JDK on a stock RH 8 system. -Dave

Re: thread dump analysis

2004-02-17 Thread Daniel Gibby
, I'd rather not show the world what my java processes are doing in case there is something proprietary in there. I'll send it to you personally. OK, but it's tough for people to help troubleshoot your issue unless you do so. ;-) I had a look at Daniel's thread dump, it did not appear

RE: Need help to study thread dump

2003-12-15 Thread Shapira, Yoav
] Sent: Friday, December 12, 2003 7:56 PM To: [EMAIL PROTECTED] Subject: Need help to study thread dump Hi, My app is running on bes 5.1 App sometime stops responsding and i have to restart my server. Below is some portion of thread dump which i got for the app VBJ ThreadPool Worker daemon prio=5

Need help to study thread dump

2003-12-12 Thread Vikas
Hi, My app is running on bes 5.1 App sometime stops responsding and i have to restart my server. Below is some portion of thread dump which i got for the app VBJ ThreadPool Worker daemon prio=5 tid=0x14f1148 nid=0xad70 waiting for monitor entry [e767d000..e767fc24

[OT] How to get a thread dump (was: Severe notification ...)

2003-11-05 Thread Christopher Schultz
Mufaddal, Is there a facility in tomcat that would allow me to dump its threads and allow me to see where the threads are waiting and not moving on ? People need to stop asking this question and do google java virtual machine thread dump. Sheesh... Send the process a STOP signal

RE: [OT] How to get a thread dump (was: Severe notification ...)

2003-11-05 Thread Shapira, Yoav
:27 AM To: Tomcat Users List Subject: [OT] How to get a thread dump (was: Severe notification ...) Mufaddal, Is there a facility in tomcat that would allow me to dump its threads and allow me to see where the threads are waiting and not moving on ? People need to stop asking this question and do

Re: [OT] How to get a thread dump (was: Severe notification ...)

2003-11-05 Thread Christopher Schultz
Yoav, Howdy, At least on unix, it's a QUIT (not STOP) signal. kill -s QUIT processId Oh! Brain fart. Yep, it's QUIT, not STOP. It's still CTRL-\ from the terminal. -chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Thread dump - (basic)

2003-09-01 Thread Euan Guttridge
What is the best method to get a stack dump following a frozen tomcat? I cannot use kill -QUIT (pid) since running in production and do not want to run TC in the foreground. Thanks, Euan J2DSK_1.4.1_03 TC 4.1.24 (Standalone, Coyote connector) Linux RH9.

Re: Thread dump - (basic)

2003-09-01 Thread Eric J. Pinnell
Hi, Kill -QUIT will work. It will send the output to catalina.out and not kill the process. It doesn't have to be running in the foreground. -e On Mon, 1 Sep 2003, Euan Guttridge wrote: What is the best method to get a stack dump following a frozen tomcat? I cannot use kill -QUIT (pid)

Thread dump

2002-12-06 Thread Manavendra Gupta
I have tomcat 4.1 running on Linux. How do i see the thread dump? The startup.sh on linux just starts it in the background, while i could use startup.bat on windows and get the thread dump. thanks, manav. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: Thread dump

2002-12-06 Thread rsequeira
Subject: Thread dump Please respond to Tomcat Users List

RE: Thread dump

2002-12-06 Thread Manavendra Gupta
Beg your pardon? would that not actually kill the process, rather than displaying the thread dump? And what if one wants to see the thread dump right from the moment tomcat starts up? Thanks, manav. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday

RE: Thread dump

2002-12-06 Thread rsequeira
You could use Thread.enumerate(Thread [] ) and then do a Thread.dumpStack() on each thread in your code. I can't provide any definite answers on how to get a thread dump right from the moment Tomcat starts, but I suppose you could modify Tomcat code (call the about the methods in your code) to do

Re: Thread dump

2002-12-06 Thread Denis Haskin
Run it under a JPDA debugger and use something like - Xrunjdwp:transport=dt_shmem,server=y,suspend=y so that the JVM stops and waits for debugger commands right away. Then you could get to the right point in your code, and with any decent debugger look at the thread dump without needing to send

RE: Thread dump

2002-12-06 Thread Manavendra Gupta
Thanks. I'm gonna try jpda - i have just started exploring it. i was interested to see the thread dump from the point tomcat's main() starts, to get a hang of the sequence of the class loaders/resource managers/security realms, etc starting up. thanks, manav. -Original Message- From

RE: Thread dump

2002-12-06 Thread Schnitzer, Jeff
: Manavendra Gupta [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 8:01 AM To: Tomcat Users List Subject: RE: Thread dump Beg your pardon? would that not actually kill the process, rather than displaying the thread dump? And what if one wants to see the thread dump right from

RE: Thread dump

2002-12-06 Thread Ben Ricker
. This is a JVM feature. It can be done anytime and is a *really* useful debugging feature. Jeff -Original Message- From: Manavendra Gupta [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 8:01 AM To: Tomcat Users List Subject: RE: Thread dump Beg your pardon? would

RE: Thread dump

2002-12-06 Thread Jeremy Joslin
, not System.err. This is a JVM feature. It can be done anytime and is a *really* useful debugging feature. Jeff -Original Message- From: Manavendra Gupta [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 8:01 AM To: Tomcat Users List Subject: RE: Thread dump

Tomcat still falling over. Thread dump help ?

2001-06-11 Thread Andy C
using CTRL-Break. Any ieads from this why the process is behaving like this? This is Win2000, Tomcat 3.2.2 and apache 1.3.12 ANy sugesstions please, help put me out of my misery ! Andy C Full thread dump: Thread-33 (TID:0xb4a2c0, sys_thread_t:0x1e16e88, Win32ID:0x798, state:CW) prio=5