Hi Mathias,
try to use the following JMX URL:
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
with principal smx and credential smx (it's the default values).
What's the connection exception what you have ?
Do you have tried a simple telnet localhost 1099 to view if the port
number is bound ?
Regards
JB
mast wrote:
Hi,
Have anyone here successfully been able to connect to a running servicemix
container with a JMX JConsole on Ubuntu 8.10? I'm constantly failing when
trying to do so.
I guess this has something to do with my hosts-file setup but I am not sure
how to configure it.
My scenario is simple:
1) I fire up the servicemix(3.3) container from bin dir with ./servicemix
2) Starting the Jconsole with jconsole.
3) In the connection window selecting remote process
4) Enter the location to the servicemix jmx service as:
5) service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
6) Receives a connection failed message when hiting the connect button.
Here is my host file content:
127.0.0.1 localhost
127.0.1.1 Everest
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Any clues? I will appreciate any help.
BR
Mathias