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?
I've just tried it here, and it works fine. I can connect to a 1.6.0_10-rc JVM
using either the same version jconsole or the jconsole from 1.6.0_07-b06. This
is on RHEL5, 32bit.
mechanism I've tested.