jstack報錯解決


環境:jdk1.8,centos7

1.報錯:22691: Unable to open socket file: target process not responding or HotSpot VM not loaded
The -F option can be used when the target process is not responding

[root@hy-jar-1 monitor_jar]# /usr/local/java/jdk1.8.0_211/bin/jstack 22691
22691: Unable to open socket file: target process not responding or HotSpot VM not loaded
The -F option can be used when the target process is not responding

解決:加上-F參數

[root@hy-jar-1 monitor_jar]# /usr/local/java/jdk1.8.0_211/bin/jstack -F 22691 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM