Skip to content

Instantly share code, notes, and snippets.

@damianate
Created November 3, 2012 09:06
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 damianate/4006653 to your computer and use it in GitHub Desktop.
Save damianate/4006653 to your computer and use it in GitHub Desktop.
nodejitsu error
info: Welcome to Nodejitsu damianate
info: jitsu v0.10.4, node v0.8.12
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in server.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/szu/Downloads/websockets-1/package.json
data:
data: {
data: dependencies: { socket.io: '0.9.x' },
data: scripts: { start: 'server.js' },
data: subdomain: 'gierowisko',
data: engines: { node: '0.8.x' },
data: version: '0.0.0-3',
data: name: 'gierowisko'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.0-3
info Uploading: [==== ] 16%
info: Updating app gierowisko
info: Activating snapshot 0.0.0-3 for gierowisko
info: Starting app gierowisko
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)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment