Skip to content

Instantly share code, notes, and snippets.

@nym
Created May 29, 2011 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nym/997405 to your computer and use it in GitHub Desktop.
Save nym/997405 to your computer and use it in GitHub Desktop.
$ node lockerd.js
[19:30:04][Locker] lservicemanager lockerPortNext = 18042
[19:30:05][Locker][ERROR] mongod err: execvp(): No such file or directory
[19:30:05][Locker][ERROR] mongod did not start successfully.
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Cannot call method 'kill' of undefined
at shutdown (/Users/tomlong/code/Locker/lockerd.js:128:24)
at ChildProcess.<anonymous> (/Users/tomlong/code/Locker/lockerd.js:61:13)
at ChildProcess.emit (events.js:67:17)
at Socket.<anonymous> (child_process.js:172:12)
at Socket.emit (events.js:64:17)
at Array.<anonymous> (net.js:831:12)
at EventEmitter._tickCallback (node.js:126:26)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment