sangkyoonnam / openjdk-osx-build

Automatically exported from code.google.com/p/openjdk-osx-build
0 stars 0 forks source link

jconsole fails connecting to itself #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start jconlsole
2. In the appearing New connection dialog select jconsole and click on connect

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

It shold connect and show jconsole's own data.

This works with Apple's own jconsole but not with jdk 1.7.

What version of the product are you using? On what operating system?

OpenJDK-OSX-1.7-universal-20110310.dmg

Please provide any additional information below.

I have installed OpenJDK-OSX-1.7-universal-20110310.dmg for me only, i.e. it is 
installed in ~/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home

Original issue reported on code.google.com by claudio....@gmail.com on 17 Mar 2011 at 11:57

GoogleCodeExporter commented 8 years ago
Work for me with recent build

Original comment by henri.gomez on 30 Sep 2011 at 10:18

GoogleCodeExporter commented 8 years ago
I tried with the latest build and indeed I can confirm this issue is solved.

Upon connection an additional console output  window appears which shows some 
exceptions (*) which do not seem to affect the working of console in any way 
and are totally unrelated to this issue.

jconsole works as expected. In my opinion thus this issue is completely solved 
and can be closed.

Thank you very much for taking care of the issue. 

* One UnsatisfiedLinkError: no osx in java.library.path and three 
java.lang.NoClassDefFoundError: Could not initialize class 
com.apple.eio.FileManager 

Original comment by claudio....@gmail.com on 30 Sep 2011 at 6:40