Guest User

Untitled

a guest
Jun 17th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Is it possible for a single Java Virtual Machine to have different id's
  2. $./jinfo -flags 13278
  3. Attaching to process ID 13278, please wait...
  4. Debugger attached successfully.
  5. Server compiler detected.
  6. JVM version is 1.5.0_22-b03
  7. [flags for jboss_node_b1]
  8.  
  9. $./jinfo -flags 20569
  10. Attaching to process ID 20569, please wait...
  11. Debugger attached successfully.
  12. Server compiler detected.
  13. JVM version is 1.5.0_22-b03
  14. [flags for jboss_node_b1]
  15.  
  16. $./jinfo -flags 13255
  17. Attaching to process ID 13255, please wait...
  18. Error attaching to process: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process
  19.  
  20. $./jps
  21. 13278 -- process information unavailable
  22. 20569 -- process information unavailable
  23. 13255 -- process information unavailable
  24. 26716 Jps
  25. [several other jboss jvms]
Advertisement
Add Comment
Please, Sign In to add comment