minhas informações de contato
Correspondência[email protected]
2024-07-12
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
No servidor Linux, quando estou prestes a fechar o aplicativo Java, recebo o seguinte erro:
- [root@VM-32-25-centos ~]# service eposGatewayService stop
- Application is running as root (UID 0). This is considered insecure.
- Unable to kill process 7080
Se não quiser reiniciar o host, você pode tentar os seguintes métodos para resolver este problema:
1. Verifique o status do processo ps aux |
- [root@VM-32-25-centos ~]# ps aux | grep eposGatewayService
- root 28217 0.0 0.0 112812 964 pts/0 S+ 15:09 0:00 grep --color=auto eposGatewayService
2. Processe manualmente o processo sudo kill -9 7080
- [root@VM-32-25-centos ~]# sudo kill -9 7080
- [root@VM-32-25-centos ~]# service eposGatewayService stop
- Application is running as root (UID 0). This is considered insecure.
- Not running (process 7080). Removing stale pid file.
- [root@VM-32-25-centos ~]# service eposGatewayService start
- Application is running as root (UID 0). This is considered insecure.
- Started [28643]
A julgar pelos resultados acima, está tudo bem