Skip to content

Instantly share code, notes, and snippets.

@bbn
Created July 5, 2013 18:10
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 bbn/6ae0858f4e5abacf9e01 to your computer and use it in GitHub Desktop.
Save bbn/6ae0858f4e5abacf9e01 to your computer and use it in GitHub Desktop.
jitsu deploy problem
~/mainsocial/hoodie/thelist jitsu deploy
info: Welcome to Nodejitsu mainsocial
info: jitsu v0.12.11, node v0.8.15
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node node_modules/hoodie-app/bin/start
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/bbn/mainsocial/hoodie/thelist/package.json
data:
data: {
data: devDependencies: {
data: grunt: '~0.4.1',
data: grunt-contrib-coffee: '~0.7.0',
data: grunt-shell: '~0.2.2',
data: grunt-contrib-watch: '~0.4.3'
data: },
data: name: 'thelist',
data: dependencies: { hoodie-worker-users: 'git://github.com/hoodiehq/worker-users.git', hoodie-app: 'git://github.com/hoodiehq/hoodie-app.git' },
data: engines: { node: '0.8.x' },
data: version: '1.0.0-20',
data: domains: [ 'admin.hoodie-thelist.jit.su', 'couch.hoodie-thelist.jit.su' ],
data: type: 'app',
data: scripts: { start: 'node node_modules/hoodie-app/bin/start' },
data: subdomain: 'hoodie-thelist'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 1.0.0-20
info Uploading: [=============================] 100%
info: Updating app thelist
info: Activating snapshot 1.0.0-20 for thelist
info: Starting app thelist
error: Error running command deploy
error: socket hang up
info: The nodejitsu api reset the connection
help: This error may be due to the application or the drone server
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