-
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
execvp trying run app #580
Comments
no forking, clustering or something like that inside my app |
Please read: https://github.com/Unitech/pm2/blob/master/CONTRIBUTING.md and use the "edit" button. Thanks. |
sorry, my fault. |
can you give me any advice? |
|
If i run without -x - everything is ok.
execvp-error has no any context. |
and this happens only with one of my app, other starts fine with -x on the same machine |
So, where is the |
seems like it throwing by pm2.
if i try launch with no --name key usally the same thing happens, but
|
You are using vagrant? What I read is that your app is killing itself:
|
i try run app, but receive this error:
it's happens only if i use "-x" key and not forever, but if it happens once on machine its happens always.
How to reproduce - don't know, looks like random.
Are you using a cluster module? - no
pm2 version: 0.9.1
nodejs v0.10.25
debuging:
Why is it possible ? how to fix and prevent that?
The text was updated successfully, but these errors were encountered: