Skip to content

Instantly share code, notes, and snippets.

@cpjolicoeur
Created October 25, 2012 16:04
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 cpjolicoeur/3953675 to your computer and use it in GitHub Desktop.
Save cpjolicoeur/3953675 to your computer and use it in GitHub Desktop.
cpjolicoeur $ time jitsu deploy
info: Welcome to Nodejitsu mojotech
info: jitsu v0.10.0, node v0.8.12
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node ./server.js
info: Creating snapshot 0.1.3
info Uploading: [=============================] 100%
info: Updating app retna.it
info: Activating snapshot 0.1.3 for retna.it
info: Starting app retna.it
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: conservatory Error (500): Internal Server Error
error: at Request.Client._request [as _callback] (/root/nodejitsu/node_modules/conservatory-api/node.js/lib/client/client.js:123:15)
error: at Request.init.self.callback (/root/nodejitsu/node_modules/request/main.js:120:22)
error: at Request.EventEmitter.emit (events.js:96:17)
error: at Request.<anonymous> (/root/nodejitsu/node_modules/request/main.js:555:16)
error: at Request.EventEmitter.emit (events.js:93:17)
error: at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/nodejitsu/node_modules/request/main.js:517:14)
error: at IncomingMessage.EventEmitter.emit (events.js:123:20)
error: at IncomingMessage._emitEnd (http.js:366:10)
error: at HTTPParser.parserOnMessageComplete [as onMessageComplete] (http.js:149:23)
error: at Socket.socketOnData [as ondata] (http.js:1367:20)
error: at TCP.onread (net.js:403:27)
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
real 0m34.947s
user 0m2.633s
sys 0m0.770s
@pjnovas
Copy link

pjnovas commented Nov 3, 2012

I'm having the same problem, how did you solve it?
Thanks!

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