Roedy Green <see_website@mindprod.com.invalid> wrote:
JDK 1.6.0_10 release candidate released.
downloado at http://java.sun.com/javase/downloads/ea.jsp
Has anyone else tried it, yet?
On my machine (Linux 32bit) processes running with this
version of Java cannot be attached to with jconsole.
I've two versions installed: 1.6.0_06 and the 1.6.0_10(rc),
It doesn't matter which version of jconsole I use, I can
only attach to processes running with ..._06 but not to
those running with ..._10. These processes run exactly
the same application class files (not even a .jar), so the
difference must be on Java's side.
The symptom of not-working is, that jconsole gives up after a
while, writing: "The connection to 23456 did not succeed. Would
you like to try again?"
Can anyone confirm this? Perhaps also on other platforms?
It's working fine for me.