How can I connect to weblogic JMX via an SSH tunnel?
Posted
by
Zubair
on Server Fault
See other posts from Server Fault
or by Zubair
Published on 2011-01-15T14:31:54Z
Indexed on
2011/01/15
14:55 UTC
Read the original article
Hit count: 381
I am trying to connect to weblogic via an SSH tunnel. When I connect to the web interface it works fine, but when I try to connect via JMX I get the message:
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://127.0.0.1:7001: Bootstrap to 127.0.0.1/127.0.0.1:7001 failed. It is likely that the remote side declared peer gone on this JVM]
Does anyone know what this means?
© Server Fault or respective owner