Skip to content

Instantly share code, notes, and snippets.

@hgomez
Created July 23, 2014 10:27
Show Gist options
  • Select an option

  • Save hgomez/821f06b8a7687992177d to your computer and use it in GitHub Desktop.

Select an option

Save hgomez/821f06b8a7687992177d to your computer and use it in GitHub Desktop.
jcmd local failure
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