Last active
December 21, 2015 10:08
-
-
Save melcher/6289509 to your computer and use it in GitHub Desktop.
Not sure what is wrong - keep getting this error. Thought it was winston writing to a system file that was the problem, but I removed that and now I'm not sure what the problem might be. Any thoughts?
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
info: Starting app counter | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
warn: Error returned from Nodejitsu | |
error: Error: Application crashed with the following output: | |
error: | |
error: at AppController._startDrone.connection.on.connection.exec.stream.on.nodejitsu.emit.action (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:585:26) | |
error: at Servers.free (/root/nodejitsu/node_modules/conservatory-api/lib/client/servers.js:89:5) | |
error: at Request.onComplete [as _callback] (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:161:7) | |
error: at Request.init.self.callback (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:127:22) | |
error: at Request.EventEmitter.emit (events.js:99:17) | |
error: at Request.<anonymous> (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:767:16) | |
error: at Request.EventEmitter.emit (events.js:126:20) | |
error: at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:729:14) | |
error: at IncomingMessage.EventEmitter.emit (events.js:126:20) | |
error: at IncomingMessage._emitEnd (http.js:367:10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment