Skip to content

Instantly share code, notes, and snippets.

@ajpocus
Created February 19, 2013 00:07
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 ajpocus/4981909 to your computer and use it in GitHub Desktop.
Save ajpocus/4981909 to your computer and use it in GitHub Desktop.
A failed jitsu deploy
(audio)austin-macbook:jokeio austin$ jitsu deploy
info: Welcome to Nodejitsu Joke.io
info: jitsu v0.12.0, node v0.8.14
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/austin/projects/jokeio/package.json
warn: Using '*' as a version for dependencies may eventually cause issues
warn: Use specific versions for dependencies to avoid future problems
warn: See: http://package.json.jit.su for more information
data:
data: {
data: engines: {
data: npm: '1.1.x',
data: node: '0.8.x',
data: jake: 'latest'
data: },
data: name: 'joke.io',
data: scripts: { start: 'node app' },
data: dependencies: {
data: socket.io: '*',
data: templar: '*',
data: underscore: '*',
data: q: '*',
data: async: '*',
data: connect-redis: '*',
data: request: '*',
data: mongoose: '*',
data: passport-facebook: '*',
data: mocha: '*',
data: redis: '*',
data: passport-local: '*',
data: express-partials: '*',
data: node-uuid: '*',
data: passport: '*',
data: should: '*',
data: passport-twitter: '*',
data: aws-sdk: '*',
data: debug: '*',
data: connect-flash: '*',
data: bcrypt: '*',
data: ejs: '*',
data: express: '3.0.3',
data: zombie: '*',
data: node-inspector: '*'
data: },
data: subdomain: 'jokeio',
data: private: true,
data: version: '0.0.1-3'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.1-3
info Uploading: [=============================] 100%
error: Error running command deploy
error: socket hang up
info:
info: jitsu's client request timed out before the server could respond. Please increase your client timeout(Ex. `jitsu config set timeout 100000`)
help: This error may be due to network connection problems
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