users@glassfish.java.net

GF V3 + JMX + JConsole ?

From: Sven Hafner <sven.hafner_at_gmx.de>
Date: Thu, 11 Feb 2010 16:31:32 +0800

Hi,

using the out-of-the-box GF V3 (without making any modifications, just
unzip and start domain1) on a remote server I cant connect using
JConsole (while it works perfect for the local GF V3).

Any specific changes required to make it run ?

<jmx-connector port="8686" address="0.0.0.0" name="system"
auth-realm-name="admin-realm" />

Its not a port problem:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 0.0.0.0:5432 0.0.0.0:*
LISTEN -
tcp 0 0 0.0.0.0:21 0.0.0.0:*
LISTEN -
tcp 0 0 0.0.0.0:22 0.0.0.0:*
LISTEN -
tcp 0 0 0.0.0.0:23 0.0.0.0:*
LISTEN -
tcp6 0 0 :::5432 :::*
LISTEN -
tcp6 0 0 127.0.0.1:7676 :::*
LISTEN -
tcp6 0 0 127.0.0.1:6666 :::*
LISTEN -
tcp6 0 0 :::8686 :::*
LISTEN -
tcp6 0 0 :::40400 :::*
LISTEN -
tcp6 0 0 :::4848 :::*
LISTEN -
tcp6 0 0 :::8080 :::*
LISTEN -
tcp6 0 0 :::3700 :::*
LISTEN -
tcp6 0 0 :::8181 :::*
LISTEN -
tcp6 0 0 :::22 :::*
LISTEN -
udp 0 0 0.0.0.0:5353
0.0.0.0:* -
udp 0 0 0.0.0.0:34969
0.0.0.0:* -
udp 0 0 0.0.0.0:68
0.0.0.0:* -
udp 0 0 0.0.0.0:68
0.0.0.0:* -
udp 0 0 0.0.0.0:35024
0.0.0.0:* -
udp6 0 0 :::33848 :::*

Thanks for any input
Sven