-
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 web errored, empty error logs #445
Comments
+1 (tried node 0.11.10 and 0.10.28) Whats strange is the console output shows the application worked (it got past a call to listen on port 8080). pm2 list says it is errored, and the error log file is empty. |
Yeah, similar issue here #488 |
@gillesdemey @fschwiet give us an update on this please, thx. |
I am no longer seeing the issue. |
Seeing the same issue, version 0.8.15 |
@gillesdemey could you try enabling debug to see what's going on (https://github.com/Unitech/pm2/blob/master/CONTRIBUTING.md)? |
Perhaps this one is not related with i mean no url there, it's default express.js log |
Log file is empty too? Seems it's written with black on black ^^. |
The 0.10.0 fixing this issue has been published:
|
See the same issue on 2.2.2. |
System: Ubuntu 14.04
Node Version: v0.10.25
When running
pm2 web
the process spawns but shows up aserrored
, all the logs files are empty (both the error log and the out log).Any ideas on how to trace the issue?
Am I missing something / doing something wrong?
The text was updated successfully, but these errors were encountered: