Skip to content

Instantly share code, notes, and snippets.

@glennjones
Created October 27, 2012 11:20
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 glennjones/247d233378e89c22949b to your computer and use it in GitHub Desktop.
Save glennjones/247d233378e89c22949b to your computer and use it in GitHub Desktop.
gitsu deploy issue
btncla-axdv7p:elsewhere-profiles-site gjones$ jitsu deploy
info: Welcome to Nodejitsu glennjones
info: jitsu v0.10.3-1, node v0.8.6
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in app.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/gjones/Documents/Projects/elsewhere-profiles-site/package.json
data:
data: {
data: dependencies: {
data: elsewhere-profiles: '0.0.x',
data: elsewhere-mapper: '0.1.x',
data: express: '3.0.x',
data: elsewhere: '0.0.x',
data: handlebars: '1.0.x'
data: },
data: engines: { node: '>= 0.8.1' },
data: author: 'Glenn Jones',
data: scripts: { start: 'app.js' },
data: description: 'Social media profile aggregator demo site',
data: version: '0.0.1-8',
data: name: 'elsewhere-profiles-site',
data: subdomain: 'elsewhere-profiles'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.1-8
info Uploading: [====================== ] 76%
info: Updating app elsewhere-profiles-site
info: Activating snapshot 0.0.1-8 for elsewhere-profiles-site
info: Starting app elsewhere-profiles-site
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:1264:15)
error: at Socket.socketOnEnd (http.js:1352:23)
error: at TCP.onread (net.js:418: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