首页 > 其他 > 详细

arthas报错

时间:2020-09-07 10:14:01      阅读:465      评论:0      收藏:0      [点我收藏+]

 

[ERROR] The telnet port 3658 is used by process 20546 instead of target process 27149, you will connect to an unexpected process.
[ERROR] 1. Try to restart arthas-boot, select process 20546, shutdown it first with running the ‘stop‘ command.
[ERROR] 2. Or try to stop the existing arthas instance: java -jar arthas-client.jar 127.0.0.1 3658 -c "stop"
[ERROR] 3. Or try to use different telnet port, for example: java -jar arthas-boot.jar --telnet-port 9998 --http-port -1

技术分享图片

原因:上次启动后未正常关闭。

解决方法:按提示进入上次未正常关闭的项目,然后执行shutdown关闭。就可以进入其他项目了

 

arthas报错

原文:https://www.cnblogs.com/hourukai/p/13625101.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!