Re: How to get thread dump on Tomcat 6 (windows)

2009-06-22 Thread Michael Ludwig
Caldarale, Charles R schrieb am 19.05.2009 um 08:37:23 (-0500): > > From: Gregor Schneider [mailto:rc4...@googlemail.com] > > Subject: Re: How to get thread dump on Tomcat 6 (windows) A late reply to this: > > Thread-Dump on Windows: > > > > If I'm not mi

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Madhu, On 5/20/2009 1:14 PM, madhu sudhan bandari wrote: > Thanks for quick response..but in the below URL..it was mentioned that > jstack is not available on windows platforms > > http://java.sun.com/j2se/1.5.0/docs/tooldocs/#debug You're right. Th

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-21 Thread madhu sudhan bandari
I got it ..thanks to all and also sorry for the trouble.. regards Madhu On Wed, May 20, 2009 at 10:57 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: madhu sudhan bandari [mailto:madhu.band...@gmail.com] > > Subject: Re: How to get thread dump on

RE: How to get thread dump on Tomcat 6 (windows)

2009-05-20 Thread Caldarale, Charles R
> From: madhu sudhan bandari [mailto:madhu.band...@gmail.com] > Subject: Re: How to get thread dump on Tomcat 6 (windows) > > Thanks for quick response..but in the below URL..it was mentioned that > jstack is not available on windows platforms > > http://java.sun.com/j2s

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-20 Thread madhu sudhan bandari
Hi Rainer, Thanks for quick response..but in the below URL..it was mentioned that jstack is not available on windows platforms http://java.sun.com/j2se/1.5.0/docs/tooldocs/#debug I am just pasting the contents of above URL for your quick reference Troubleshooting Tools The following tools can

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-20 Thread Rainer Jung
On 20.05.2009 18:37, madhu sudhan bandari wrote: > Hi Chris, > > I have installed JDK1.6 only..is jconsole solves my problem?.. As Chris pointed out correctly, jstack *is* part of a recent version of the JDK 1.6. If you really have the JDK 1.6.0, then there is a jstack.exe in the bin folder. We

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-20 Thread madhu sudhan bandari
Hi Chris, I have installed JDK1.6 only..is jconsole solves my problem?.. Rgards Madhu On 5/19/09, Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Madhu, > > On 5/19/2009 4:21 AM, madhu sudhan bandari wrote: > > i have downloaded JDK1.6 and installed on window

RE: How to get thread dump on Tomcat 6 (windows)

2009-05-19 Thread Caldarale, Charles R
> From: Gregor Schneider [mailto:rc4...@googlemail.com] > Subject: Re: How to get thread dump on Tomcat 6 (windows) > > but only with 1.6? Do you have access to another Windows box to experiment with? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETA

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-19 Thread Gregor Schneider
hm, there are only two possible scenarioes I can think of: - either the key-combination is somehow intercepted in the swing-app I was using (actually pretty unlikely) - german keyboard might interfere but only with 1.6? strrange... cheers gregor -- just because your paranoid, doesn't m

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 5/19/2009 10:18 AM, Caldarale, Charles R wrote: > I get thread dumps from Tomcat and two different swing apps > under JVM 1.6 on Vista with ctrl-break done in their respective > windows; also works with jstack, of course. Same here: C:\Use

RE: How to get thread dump on Tomcat 6 (windows)

2009-05-19 Thread Caldarale, Charles R
> From: Gregor Schneider [mailto:rc4...@googlemail.com] > Subject: Re: How to get thread dump on Tomcat 6 (windows) > > is he running TC as a service? The OP does not appear to be running Tomcat as a service, but since he couldn't find jstack.exe in the JDK, the reliability of

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-19 Thread Gregor Schneider
Hi Chuck, is he running TC as a service? I couldn't find any information on that in the post - otoh, as Rainer pointed out, my eysight seems not to be the best... Just tested it with a sample Java-Swing-Application: - getting a thread-dump with on JDK 1.5, don't get it with JDK 1.6 - hm, strang

RE: How to get thread dump on Tomcat 6 (windows)

2009-05-19 Thread Caldarale, Charles R
> From: Gregor Schneider [mailto:rc4...@googlemail.com] > Subject: Re: How to get thread dump on Tomcat 6 (windows) > > Thread-Dump on Windows: > > If I'm not mistaken, the key-combination should > do the trick on /most/ JVMs Not when running as a service on

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-19 Thread Gregor Schneider
Thread-Dump on Windows: If I'm not mistaken, the key-combination should do the trick on /most/ JVMs Rgds Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 @ http://p

RE: How to get thread dump on Tomcat 6 (windows)

2009-05-19 Thread Caldarale, Charles R
> From: madhu sudhan bandari [mailto:madhu.band...@gmail.com] > Subject: Re: How to get thread dump on Tomcat 6 (windows) > > i have downloaded JDK1.6 and installed on windows. but i didn't find > jstack utility in the package.. If you really downloaded and installed a

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Madhu, On 5/19/2009 4:21 AM, madhu sudhan bandari wrote: > i have downloaded JDK1.6 and installed on windows. but i didn't find jstack > utility in the package. Did you get the JDK or the JRE? I have the JRE installed and it looks like jstack.exe is

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-19 Thread madhu sudhan bandari
Hi Christopher, i have downloaded JDK1.6 and installed on windows. but i didn't find jstack utility in the package.. also googled for downloaind the same and found that it will support on windows.. please suggest any other means of getting the thread dump.. regards Madhu Bandari On Fri, May 15,

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-15 Thread madhu sudhan bandari
Thanks Christopher..i'll do that. On Fri, May 15, 2009 at 12:29 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Madhu, > > On 5/14/2009 4:02 AM, madhu sudhan bandari wrote: > > I am running my applications on Tomcat 6.0 at windo

Re: How to get thread dump on Tomcat 6 (windows)

2009-05-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Madhu, On 5/14/2009 4:02 AM, madhu sudhan bandari wrote: > I am running my applications on Tomcat 6.0 at windows 2000 server. > > I have tried to use ctrl+break to get thread dump on the command prompt > where the process is running but didn't get th

How to get thread dump on Tomcat 6 (windows)

2009-05-14 Thread madhu sudhan bandari
Hi All, I am running my applications on Tomcat 6.0 at windows 2000 server. I have tried to use ctrl+break to get thread dump on the command prompt where the process is running but didn't get the expected output. can somebody help me on this. Let me know if you need more information on the same.