我使用以下选项设置我的远程 WebLogic 服务器进行调试:
-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=${DEBUG_PORT},server=y,suspend=n -Djava.compiler=NONE"
我在服务器上启动了 WebLogic,发现它正在 8453 上监听 dt_socket。我在本地 Eclipse 上添加了远程服务器并测试了连接。我还看到服务器已启动,我可以查看详细信息。但是,我无法在 DEBUG 中重新启动。我还在服务器上停止了 WebLogic,现在在 Eclipse 中我看到它已停止,但我无法启动它(调试和启动的图标显示为灰色)。当我在 Eclipse 中设置远程 Java 应用程序时,我确实检查了“允许终止远程 VM”。
在停止服务器之前,调试图标没有被禁用,当我点击它时,我收到了这条消息:
Cannot attach to remote server.
Please make sure the server myserver.com is running and listening for transport dt_socket at address: 8453
Failed to connect to remote VM. Connection refused.
Connection refused: connect