Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. jordi@jd:~/cube$ jstack -F 2002
  2. Attaching to process ID 2002, please wait...
  3. Error attaching to process: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process: ptrace(PTRACE_ATTACH, ..) failed for 2002: Operation not permitted
  4. sun.jvm.hotspot.debugger.DebuggerException: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process: ptrace(PTRACE_ATTACH, ..) failed for 2002: Operation not permitted
  5. at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$LinuxDebuggerLocalWorkerThread.execute(LinuxDebuggerLocal.java:163)
  6. at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach(LinuxDebuggerLocal.java:278)
  7. at sun.jvm.hotspot.HotSpotAgent.attachDebugger(HotSpotAgent.java:671)
  8. at sun.jvm.hotspot.HotSpotAgent.setupDebuggerLinux(HotSpotAgent.java:611)
  9. at sun.jvm.hotspot.HotSpotAgent.setupDebugger(HotSpotAgent.java:337)
  10. at sun.jvm.hotspot.HotSpotAgent.go(HotSpotAgent.java:304)
  11. at sun.jvm.hotspot.HotSpotAgent.attach(HotSpotAgent.java:140)
  12. at sun.jvm.hotspot.tools.Tool.start(Tool.java:185)
  13. at sun.jvm.hotspot.tools.Tool.execute(Tool.java:118)
  14. at sun.jvm.hotspot.tools.JStack.main(JStack.java:92)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  18. at java.lang.reflect.Method.invoke(Method.java:498)
  19. at sun.tools.jstack.JStack.runJStackTool(JStack.java:140)
  20. at sun.tools.jstack.JStack.main(JStack.java:106)
  21. Caused by: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process: ptrace(PTRACE_ATTACH, ..) failed for 2002: Operation not permitted
  22. at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.attach0(Native Method)
  23. at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal.access$100(LinuxDebuggerLocal.java:62)
  24. at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$1AttachTask.doit(LinuxDebuggerLocal.java:269)
  25. at sun.jvm.hotspot.debugger.linux.LinuxDebuggerLocal$LinuxDebuggerLocalWorkerThread.run(LinuxDebuggerLocal.java:138)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement