laghdaf / jvmtop

Automatically exported from code.google.com/p/jvmtop
0 stars 0 forks source link

could not attach to jvm #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. We are invoking 1.5 jvm using our own wrapper application and invoking our 
compiled class in it.

What is the expected output? What do you see instead?
jvmtop is not able to attache to the jvm and it displays Could not attach to VM

What version of jvmtop are you using? On what operating system?
latest jvmtop on centos 5.2

Please post the output of the following commands:
java -version 1.6 for running jvmtop and java 1.5 for our application jvm
echo $JAVA_HOME  (for unix/linux systems)
echo %JAVA_HOME% (for windows)

Please provide any additional information below.
Using multiple java versions

Original issue reported on code.google.com by srinidhi...@gmail.com on 28 Aug 2013 at 10:55

GoogleCodeExporter commented 9 years ago
Thanks for your report.
Unfortunately, jvmtop does currently not support attaching to jvms with version 
<= 1.5.

Due to the fact that 1.5 jvms are rarely used only (EOL has been reached since 
years!) it's unlikely that this will ever be implemented.
However, any help or hints are welcome.

Original comment by patric.r...@gmail.com on 28 Aug 2013 at 11:50