<service-name> dead but pid file exists
have you tried :
kill -9 pid
ps -eaf|grep pid
If pid gone now, try :
service service-name restart
(stop will fail, but should success when starting)
have you tried :
kill -9 pid
ps -eaf|grep pid
If pid gone now, try :
service service-name restart
(stop will fail, but should success when starting)