Top "Jstack" questions

Java Virtual Machine (JVM) Stack Trace dumper tool.

jstack: Target process not responding

I am running Ubuntu server edition and I wanted to take a thread dump of Tomcat. So, I first tried …

java jstack thread-dump
Java thread dump: BLOCKED thread without "waiting to lock ..."

I'm having difficulties in understanding the thread dump I got from jstack for a Spring MVC web application running on …

java jstack thread-dump
jstack - well-known file is not secure

I am running tomcat 5.5 on x86_64 CentOS 5.7 using 32-bit Oracle Java 1.6.0. JVM process used by tomcat has 6421 pid. Tomcat is …

java jvm jstack
jstack not working on server

We use jstack on servers to detect if java apps are getting deadlocked. It's not working on one of our …

java jstack
Jstack and Not enough storage is available to process this command

I'm trying to run jstack command on my java application. Application is rather big, running inside jboss AS occupying about 4…

java jstack
How does jstack -F affect a running Java process?

I am trying to diagnose a problem where a Java web application I'm using (Jenkins) becomes unresponsive. If I run …

java jvm jstack
How do I create a thread dump via JMX?

I have a Tomcat running as a Windows Service, and those are known not to work well with jstack. jconsole …

java jconsole jstack
Java stack trace on Windows

I need to get a stack trace for a JVM process running on a client machine that uses windows. The …

java jstack
Java threads: interpreting thread states of a running JVM

A Java thread is always in one of the following ten states: NEW: Just starting up, i.e., in process …

java performance multithreading stack-trace jstack
interpreting jstack output

I have a java process loading a lot of data from a bunch of .csv files into a Neo4j …

java neo4j deadlock openjdk jstack