laghdaf / jvmtop

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

JavaTop not running on Ubuntu 14.0 #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Before submitting a bug report, please check the FAQ:
http://code.google.com/p/jvmtop/wiki/FAQ

What steps will reproduce the problem?
1.Downloaded https://jvmtop.googlecode.com/files/jvmtop-0.8.0.tar.gz, extracted 
& added the JAVA_HOME in the javatop.sh file
2.execute sh javatop.sh 
3.The following process seems to run in backgroud, "root     31976 17.6  2.4 
1532580 41224 pts/0   Sl+  12:36   0:02 
/usr/lib/jvm/java-7-openjdk-amd64//bin/java -cp 
/opt/jvmtop/jvmtop.jar:/usr/lib/jvm/java-7-openjdk-amd64//lib/tools.jar 
com.jvmtop.JvmTop" I dont see any output

What is the expected output? What do you see instead?

Expected output is not seen. The process just runs. 

What version of jvmtop are you using? On what operating system?

jvmtop-0.8.0 on Ubuntu 14.04 
Please post the output of the following commands:

java -version
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)

echo $JAVA_HOME  (for unix/linux systems)

I do not have a JAVA_HOME setting globally, but I put added the  path in
the shell script. 

Please provide any additional information below.

Original issue reported on code.google.com by ganeshgk...@gmail.com on 24 Apr 2015 at 12:45