users@glassfish.java.net

unable to conect to a remote glassfish using jconsole

From: <glassfish_at_javadesktop.org>
Date: Thu, 05 Feb 2009 14:11:42 PST

Hi,

I'm unable to connect to a glassfish instance using jconsole, the error is that jconsole just don't connect [is there a log or something similar for jconsole ] to a remote glassfish running in a linux server , yet in a windows it does work :S

My not working glassfish has this on domain.xml

<jmx-connector accept-all="true" address="0.0.0.0" auth-realm-name="admin-realm" enabled="true" name="system" port="8686" protocol="rmi_jrmp" security-enabled="false"/>

Add these to the java-config element:
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false

yet I'm unable to connect

Thanks in Advance
[Message sent by forum member 'khrono' (khrono)]

http://forums.java.net/jive/thread.jspa?messageID=330419