Skip to content

Instantly share code, notes, and snippets.

/Jitsu Error Secret

Created August 19, 2013 10:48
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 anonymous/d5aa2fd137629c763786 to your computer and use it in GitHub Desktop.
Save anonymous/d5aa2fd137629c763786 to your computer and use it in GitHub Desktop.
Nodejitsu Errors -
PAckage.json
-------------------
{
"name": "apg888",
"subdomain": "apg888",
"domains": [
"apg888.com",
"www.apg888.com",
"*.apg888.com"
],
"scripts": {
"start": "node app.js"
},
"version": "0.0.0-136",
"engines": {
"node": "0.8.x"
},
"dependencies": {
"express": "3.x",
"ejs": "*",
"mongodb": "*",
"stylus": "*",
"mongoose": "*",
"force-secure": "*",
"bcrypt": "*",
"socket.io": "*",
"mongoose-pureautoinc": "*",
"session-mongoose": "*"
}
}
Jitsu Errors -
rompt: Is this ok?: (yes)
info: Creating snapshot 0.0.0-134
info Uploading: [=============================] 100%
info: Updating app apg888
info: Activating snapshot 0.0.0-134 for apg888
info: Starting app apg888
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: App failed to start after 3 attempts.
error: at AppController._startDrone.server (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:479:25)
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