从 Eclipse 远程调试

Remote debugging from eclipse

我正在尝试远程调试通过 Websphere 部署的应用程序。我在服务器端和 eclipse 端都正确配置了所有端口。我可以使用

telnet host port

正确连接到远程主机和端口。但是当我尝试通过 Eclipse 进行远程调试连接时,我 运行 进入错误

Failed to connect to remote VM
  com.sun.jdi.connect.spi.ClosedConnectionException 

这可能是什么原因造成的?我已经检查并搜索了 Whosebug 以查找此错误。我在这个问题的答案中尝试了最多的东西 Eclipse Error: "Failed to connect to remote VM"

我更改了端口并且成功了。这是 7777 端口的网络问题。