Created
July 23, 2014 10:27
-
-
Save hgomez/821f06b8a7687992177d to your computer and use it in GitHub Desktop.
jcmd local failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jcmd 21958 JFR.start duration=60s filename=myrecording.jfr | |
| 21958: | |
| com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file: target process not responding or HotSpot VM not loaded | |
| at sun.tools.attach.LinuxVirtualMachine.<init>(LinuxVirtualMachine.java:106) | |
| at sun.tools.attach.LinuxAttachProvider.attachVirtualMachine(LinuxAttachProvider.java:63) | |
| at com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:213) | |
| at sun.tools.jcmd.JCmd.executeCommandForPid(JCmd.java:140) | |
| at sun.tools.jcmd.JCmd.main(JCmd.java:129) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment