您的位置:首页 > 大数据 > 人工智能

Debugger failed to attach: handshake failed - connection prematurally closed 解决方法

2016-09-05 15:34 2021 查看
之前一直远程调试服务器。

Tomcat  40003端口

后来发现这个服务器的端口被关掉了。然后tomcat log 就在一直报Debugger failed to attach: handshake failed - connection prematurally closed。

所以解决版本基本上就是换个端口或者把远程调试关掉。

关掉的意思就是

#JAVA_OPTS="-agentlib:jdwp=transport=dt_socket,address=40003,suspend=n,server=y"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐