码迷,mamicode.com
首页 > 其他好文 > 详细

JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) 解决

时间:2018-07-17 14:17:34      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:模式   ror   add   pre   debug模式   bug   解决   div   soc   

重启tomcat 后台出现JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) 错误,因为tomca开启了debug,而debug端口占用导致的问题

1 ERROR: transport error 202: bind failed: 地址已在使用
2 ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
3 JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugInit.c:750]

解决方法:

    找出tomcat/bin 目录下的 catalina.sh 文件修改

    CATALINA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=60222,suspend=n,server=y"

   注释tomcat debug模式或改修改其他可用端口

 

JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) 解决

标签:模式   ror   add   pre   debug模式   bug   解决   div   soc   

原文地址:https://www.cnblogs.com/immer/p/9322802.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!