Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 0.76 KB  |  hits: 25  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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]