forever: error: Forever cannot find process with id
My app is currently running, let’s say its name is name.js.
If I run forever list
, it shows name.js related entry.
But if I run forever stop name.js
it throws
error: Forever cannot find process with id: name.js
If I look at ps aux
output, it shows one entry for the currently running name.js app, and one entry for the monitor process.
Versions: node: 0.10.33 npm: 1.4.28 forever: 0.13.0
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 17 (4 by maintainers)
If you have a directory like
/User/bitliner/Node/app
, and the entry isname.js
,forever stop
only works in following manners: Start it like these:or
or
If you wanna stop it, try to pass a relative or absolute path, like:
or
or
or
+1 This is a real problem . version 0.15.3
BTW, usage:
We recommend using pid, uid, index. e.g.: if
pid
is24789
and if
index
is[0]
and if
uid
isuX0l