linux - xd-admin node service pid error -
we trying know status of spring-xd-admin service.
executed command :
gives following error:
[root@hostname run]# service spring-xd-admin status xd-admin dead pid file exists
then tried kill process associated spring-xd-admin
in /var/run/xd-admin.pid
executed :
[root@hostname run]# kill 25376 -bash: kill: (25376) - no such process
then tried removing xd-admin.pid file didn't work
any appreciated
Comments
Post a Comment