I am trying to connect to weblogic via an SSH tunnel.

Local machine --> putty --> Linux server --> Anothe Linux server 2 with weblogic

I use the connect string t3:127.0.0.1:7001

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?

link|improve this question

69% accept rate
Details, please? How are you connecting -- what is the exact ssh command line? What are the hosts involved? – larsks Jan 15 '11 at 15:00
I use putty from my local windows machine to create an ssh tunnel on a remote Linux machine. – Zubair Jan 15 '11 at 15:04
Is Weblogic configured to listen on that address, 127.0.0.1? – KM01 Feb 20 '11 at 13:58
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.