Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Profile TAB does not show up in JVisualVM

843798Sep 9 2009 — edited Apr 8 2010
My application is running on JDK 1.6_14 on Windows Vista. When i run JVisualVM, this application shows up in the “local” node as <Unknown Application>. Command jps also shows the application as "process information unavailable".

After that I set it up the JMX agent as follows.

-Dcom.sun.management.jmxremote=
-Dcom.sun.management.jmxremote.port=9999
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false

I used the Add JMX connection in the “local” node to add the application. I could then create the Thread dump and analyze memory with the thread dump etc. However I still cannot profile CPU. The profile TAB is missing completely so I cannot do any performance timings.

We are using the NTFS and the temp directory seems accessible. A directory called [hsperfdata_vsshetty] is created and seems to have the right permissions. I can manually create a directory or file in this directory.

I have tried many things but none of them work. Is there a way to get the “profile” tab ? Any help will be appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 6 2010
Added on Sep 9 2009
1 comment
787 views