Skip to content

Instantly share code, notes, and snippets.

@mwawrusch
Created November 25, 2013 18: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 mwawrusch/7646157 to your computer and use it in GitHub Desktop.
Save mwawrusch/7646157 to your computer and use it in GitHub Desktop.
{ method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/fanignite/fanignite-site/start',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: '1000000000',
debug: rejectUnauthorized: false,
debug: body: '{}' }
debug: { statusCode: 500,
debug: result:
debug: { message: 'Errors occured while starting the application',
debug: stack: 'Error: Errors occured while starting the application\n at onStarted (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:843:16)\n at respond (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:559:14)\n at retry (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:569:14)\n at checkFree (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:713:14)\n at AppController._provision (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:300:14)\n at isOk (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:143:7)\n at Request.onComplete [as _callback] (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:152:12)\n at Request.init.self.callback (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:127:22)\n at Request.EventEmitter.emit (events.js:99:17)\n at Request.<anonymous> (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:767:16)',
debug: errors:
debug: [ { message: 'conservatory Error (403): Forbidden',
debug: stack: 'Error: conservatory Error (403): Forbidden\n at isOk (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:137:15)\n at Request.onComplete [as _callback] (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:152:12)\n at Request.init.self.callback (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:127:22)\n at Request.EventEmitter.emit (events.js:99:17)\n at Request.<anonymous> (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:767:16)\n at Request.EventEmitter.emit (events.js:126:20)\n at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:729:14)\n at IncomingMessage.EventEmitter.emit (events.js:126:20)\n at IncomingMessage._emitEnd (http.js:367:10)\n at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23)',
debug: status: 403 } ] } }
error: Error running command deploy
error: Errors occured while starting the application
error: Error returned from Nodejitsu:
error: Error: conservatory Error (403): Forbidden
error: at isOk (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:137:15)
error: at Request.onComplete [as _callback] (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:152:12)
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)
error: at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23)
./bin/nodejitsu returned exit code 1action ./bin/nodejitsu failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment