process information unavailable 的解决办法

简介: 有时候在centos上查看java进程时,会遇到process information unavailable 的情况,如下图: 不同账号之间kill进程时,可能会造成这种现象(比如:deploy用户启动了一个java进程,但是用root用户去kill,虽然杀掉了,但是查看进程时偶尔就会...

 

有时候在centos上查看java进程时,会遇到process information unavailable 的情况,如下图:

不同账号之间kill进程时,可能会造成这种现象(比如:deploy用户启动了一个java进程,但是用root用户去kill,虽然杀掉了,但是查看进程时偶尔就会出现)

 

解决办法:
cd /tmp 进到该目录,然后ls查看下,通常会遇到很多hsperfdata_开头的目录,进入可疑的目录看看,比如 

然后把11786这个给 rm -rf 11786 干掉,然后再看进程就消失了

 

目录
相关文章
|
21天前
|
网络协议 网络安全 数据库
|
7天前
|
iOS开发 Perl
解決pod install报错:unable to access: LibreSSL SSL_read: error:Operation timed out, errno 60
解決pod install报错:unable to access: LibreSSL SSL_read: error:Operation timed out, errno 60
18 0
|
9月前
|
Java API Spring
Gateway网关报错Unable to start ServletWebServerApplicationContext due to missing ServletWebServer
Gateway网关报错Unable to start ServletWebServerApplicationContext due to missing ServletWebServer
169 0
运行JProfiler:ERROR: Invalid license key. Aborting
运行JProfiler:ERROR: Invalid license key. Aborting
417 0
运行JProfiler:ERROR: Invalid license key. Aborting
|
SQL 分布式计算 安全
jps查看进程出现「xxxx -- process information unavailable」
jps查看进程出现「xxxx -- process information unavailable」
1313 0
jps查看进程出现「xxxx -- process information unavailable」
|
Java
jps查看进程出现process information unavailable
jps查看进程出现process information unavailable
244 0
jps查看进程出现process information unavailable
|
关系型数据库 MySQL Java
The program has unexpectedly finished.解决方法
一般出现上述错误是因为控件没有进行实例化,错误案例如下:
|
Go iOS开发
The operation couldn’t be completed. Unable to log in with account 'myappleid'. An unexpected failure occurred while logging in (Underlying error code 1100).解决方法
The operation couldn’t be completed. Unable to log in with account 'myappleid'. An unexpected failure occurred while logging in (Underlying error code 1100).解决方法
406 0