Til yesterday, jstack was working fine. Today, all out of sudden it gives me the exception below and I don\'t know why:
Appliation server Sun appserver 8.1 JVM - java 1.5.0.11 We have a JMS receiver processing messages deployed in Sun application Server 9.x
We recently upgraded from JDK6u20 (Linux, 32bit and 64bit) to JDK6u23. Since then, we cannot longer use the tools jstack and jstat to get monitoring information from the running process. If we switch
Does anyone know any reason why tomcat might stop responding or any way I can find out why this is happening?
I want to use the JStack in a Java 1.5 VM.I found in several web pages that a version of JStack exists for this version, but I can\'t find it.
We\'v开发者_StackOverflowe been experiencing a strange deadlock during the startup of our java application.When I run jstack on the application to investigate, I see that the AWT-EventQueue is in Obje
I\'m considering whipping up a script to run once a minute (or every five minutes) run jstack against a running JVM in production
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.