Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Is it possible for a single Java Virtual Machine to have different id's
- $./jinfo -flags 13278
- Attaching to process ID 13278, please wait...
- Debugger attached successfully.
- Server compiler detected.
- JVM version is 1.5.0_22-b03
- [flags for jboss_node_b1]
- $./jinfo -flags 20569
- Attaching to process ID 20569, please wait...
- Debugger attached successfully.
- Server compiler detected.
- JVM version is 1.5.0_22-b03
- [flags for jboss_node_b1]
- $./jinfo -flags 13255
- Attaching to process ID 13255, please wait...
- Error attaching to process: sun.jvm.hotspot.debugger.DebuggerException: Can't attach to the process
- $./jps
- 13278 -- process information unavailable
- 20569 -- process information unavailable
- 13255 -- process information unavailable
- 26716 Jps
- [several other jboss jvms]
Advertisement
Add Comment
Please, Sign In to add comment