Skip to content

Instantly share code, notes, and snippets.

@joshvermaire
Created April 9, 2012 16:52
Show Gist options
  • Save joshvermaire/2344694 to your computer and use it in GitHub Desktop.
Save joshvermaire/2344694 to your computer and use it in GitHub Desktop.
jitsu error
→ jitsu apps start
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command apps start
info: Starting app BrilliantTurntableBot
error: Error running command apps start
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: Attempt to start running application
error: at /root/nodejitsu/lib/nodejitsu/resources/app/controller/start.js:31:23
error: at /root/nodejitsu/lib/nodejitsu/resources/app/controller/show.js:15:5
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:162:13
error: at loop (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:70:9)
error: at Function.runAfterHooks (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:72:6)
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:158:14
error: at Object.callback (/root/nodejitsu/node_modules/resourceful/lib/resourceful/engines/couchdb/index.js:59:9)
error: at /root/nodejitsu/node_modules/resourceful/node_modules/cradle/lib/cradle.js:319:26
error: at IncomingMessage.<anonymous> (/root/nodejitsu/node_modules/resourceful/node_modules/cradle/lib/cradle.js:252:21)
error: at IncomingMessage.emit (events.js:88:20)
info: Nodejitsu not ok
@joshvermaire
Copy link
Author

500 errors, make sure to stop the app before starting again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment