-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to (re)start errored process: Process <id> not found #1983
Comments
Weird, just tried here, everything is fine, |
Same thing. |
I still have the process in errored state if you want me to dig up something that would help in debugging. |
|
Same thing. |
|
That made all processes restart and that particular process is also online now. |
and if you try again |
I got into this state again, one of the processes got into errored state and I couldn't restart it. |
closing in favor of #2061 |
pm2 update - helped for me!) thank you! |
I'm experiencing this now. On a live server. Will doing pm2 update restart all services? |
@majimboo it just did for me |
Got this error once - process stopped and just wouldn't start up again. Turns out that there were too many background processes running on the server that were hogging too much memory. Killed them, started my process up again, and it worked. |
worked for me.thanks |
worked |
Still having issue on v4. |
Still having the same issue in v4.5.4 and it's even worse. I found that my apps are running in the background and pm2 status shows the apps as stopped. |
I am still having the same issue in v5.1.0. Restarting the service says process not found. Only pm2 update works and its not an reliable solution. |
Same here - you really need to have a look into this. It's a very serious thing that process stops out of nowhere. |
I have a same issue 5.1.0 |
I solved the issue. |
add to system variable " %SystemRoot%/System32/Wbem" This should solve the problem. |
For me this happens after I've changed the username that killall pm2
cd /home/newusername/.pm2
sed -i 's/oldusername/newusername/' dump.pm2
pm2 resurrect
pm2 update
pm2 ls
pm2 save |
Is there any update on this? This issue is still happening. Somehow I got a hint that issue might be a bugged fs library so I upgraded node version to latest. And it did indeed work but it's not anymore. I've tried installing various pm2 versions as well but all of them have errors/deprecated libraries. This is happening on a windows server, never faced any issue on linux |
Seems like a bug to me.
The text was updated successfully, but these errors were encountered: