Heim > Web-Frontend > HTML-Tutorial > jps出现– process information unavailable解决方法_html/css_WEB-ITnose

jps出现– process information unavailable解决方法_html/css_WEB-ITnose

WBOY
Freigeben: 2016-06-21 09:01:17
Original
1832 Leute haben es durchsucht

使用jps命令查看java进程,经常出现类似"3135 -- process information unavailable",有两种情况,第一种:3135这个PID存在,原因为当前ID为其他用户启动,该用户没有查看权限。第二种:3135这个PID不存在。

jps命令process information unavailable

# jps631 Jps3135 -- process information unavailable24351 Bootstrap323 Bootstrap2978 -- process information unavailable
Nach dem Login kopieren
# jps631 Jps3135 -- processinformationunavailable24351 Bootstrap323 Bootstrap2978 -- processinformationunavailable
Nach dem Login kopieren

解决process information unavailable

/tmp中找到hsperfdata_前缀的目录,并找出PID对应的文件并且删除即可。

# rm /tmp/hsperfdata_ttlsa/3135# jps744 Jps24351 Bootstrap323 Bootstrap2978 -- process information unavailable
Nach dem Login kopieren
# rm /tmp/hsperfdata_ttlsa/3135# jps744 Jps24351 Bootstrap323 Bootstrap2978 -- processinformationunavailable
Nach dem Login kopieren

可以发现3135不存在了,接下来在删除2978

# rm /tmp/hsperfdata_ttlsa/2978# jps759 Jps24351 Bootstrap323 Bootstrap
Nach dem Login kopieren
Nach dem Login kopieren
# rm /tmp/hsperfdata_ttlsa/2978# jps759 Jps24351 Bootstrap323 Bootstrap
Nach dem Login kopieren
Nach dem Login kopieren

Quelle:php.cn
Erklärung dieser Website
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage