-
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
pm2 list: cannot read string of undefined #1137
Comments
It shouldn't happen with pm2 v0.12.9. |
It happens again on reboot, |
Can you |
That worked! Both while PM2 is running and using a clean install. |
Waiting for this to reach stable. :) |
Possibly related to #1029 and #1009
Ubuntu 14.04 LTS (Server) inside Vagrant
PM2 v0.12.9
io.js v1.6.2
I simply saved my processes using
pm2 save
Then generated a startup script using
sudo pm2 startup -u vagrant
Then rebooted the server to see if it worked.
Here's the callstack I get when trying to list PM2 processes using
pm2 list
:On a side-note, I am able to check the processes using
pm2 info
andpm2 monit
, so I assume this is most likely just a visual bug.Executing
pm2 update
fixes the error message.The text was updated successfully, but these errors were encountered: