Skip to content

Instantly share code, notes, and snippets.

@ClaudiuC
Created September 5, 2012 22:40
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 ClaudiuC/3f91f105d3e975d80a01 to your computer and use it in GitHub Desktop.
Save ClaudiuC/3f91f105d3e975d80a01 to your computer and use it in GitHub Desktop.
nodejitsu socket hang up
claudiu-mbp-2:repl.it claudiu$ jitsu deploy
info: Welcome to Nodejitsu claudiu
info: jitsu v0.9.8
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/claudiu/sandbox.jimmyisageek.com/repl.it/package.json
data:
data: {
data: version: '0.0.1-5',
data: subdomain: 'claudiu',
data: name: 'sandbox.jimmyisageek.com',
data: scripts: { start: 'server.js' },
data: engines: { node: '0.8.x' }
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.1-5
info: Updating app sandbox.jimmyisageek.com
info: Activating snapshot 0.0.1-5 for sandbox.jimmyisageek.com
info: Starting app sandbox.jimmyisageek.com
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: socket hang up
error: at createHangUpError (http.js:1263:15)
error: at Socket.socketOnEnd (http.js:1351:23)
error: at TCP.onread (net.js:417:26)
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