arthas报错


 

[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关闭。就可以进入其他项目了

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM