I am running the command:
jstack 1234 > threadDump.tdump
On an PID of a Java process. I keep getting the following message:
Unable to open socket file: target process not responding or HotSpot VM not loaded The -F option can be used when the target process is not responding
I am not asking just how to solve, but I want to understand why I am getting this message, since I never got it in the past.
I am on a Unix Red Hat.