如何通过SSH隧道连接到weblogic JMX?

我正尝试通过SSH隧道连接到weblogic

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

我使用连接stringt3:127.0.0.1:7001

当我连接到Web界面,它工作正常,但是当我尝试通过JMX连接时,我得到的消息:

 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] 

有谁知道这是什么意思?