Created
May 29, 2011 02:30
-
-
Save nym/997405 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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