/
Getting debug info from a non-responsive node

Getting debug info from a non-responsive node

In a node doesn't respond anymore, but the process is still running, we need two things for debugging:

  • jstack <pid>
  • jmap -histo:live <pid>

The two tools above are included in the Java SE Development Kit, you can download here for your system: http://www.oracle.com/technetwork/java/javase/downloads/index.html

Please copy the output of both commands into a file, compress it and send it to us then.

Related content

Problem: Node not responding
Problem: Node not responding
More like this
External monitoring
External monitoring
More like this
Server - Memory Configuration
Server - Memory Configuration
More like this
Client - Configuring memory limits
Client - Configuring memory limits
More like this
DEConfiguring memory limits
DEConfiguring memory limits
More like this
Client Log Files
Client Log Files
More like this