Skip to content
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 start scripts #83

Closed
kaptajnen opened this issue Jul 3, 2011 · 3 comments
Closed

Unable to start scripts #83

kaptajnen opened this issue Jul 3, 2011 · 3 comments

Comments

@kaptajnen
Copy link

After I updated forever it has stopped working. If I do forever app.js the script runs fine, but forever start app.js seems to do nothing at all.

decko@alyx:~/projects/test$ forever start -v app.js 
info: Running action: start
silly: Tidying /home/decko/.forever
silly: /home/decko/.forever tidied.
info: Forever processing file: app.js
silly: Forever using options ,verbose=true,forever=true,sourceDir=/home/decko/projects/test,uid=M-ej,pidFile=M-ej.pid,logFile=M-ej.log,spawnWith=

decko@alyx:~/projects/test$ forever list
info: Running action: list
info: No forever processes running
@indexzero
Copy link
Member

@kaptajnen Can you provide information about:

  1. The version of forever you were using
  2. The version of forever you are using now
  3. The OS you're on
  4. Versions of node / npm

@kaptajnen
Copy link
Author

I don't know exactly what version of forever I was using, but from the timestamps in the logs, it was working back in march.

Now I'm using 0.5.6 on Debian 6 with node 0.4.0 and npm 1.0.15

Edit: Updating to node 0.4.9 seems to have fixed the issue.

@indexzero
Copy link
Member

This also should be fixed in the 0.6.x branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants