Skip to content

Instantly share code, notes, and snippets.

@filmaj
Created January 18, 2012 18:51
Show Gist options
  • Save filmaj/1634886 to your computer and use it in GitHub Desktop.
Save filmaj/1634886 to your computer and use it in GitHub Desktop.
nodejitsu error log
Fil-Majs-MacBook-Pro:blazd filmaj$ jitsu apps deploy
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command apps deploy
info: Authenticated as filmaj
info: Analyzing your application dependencies in app.js
warn: Local version appears to be old.
warn: Your package.json version will be incremented for you automatically.
warn: About to write /Users/filmaj/src/blazd/package.json
data:
data: {
data: name: 'blazd',
data: version: '0.0.1-2',
data: private: true,
data: subdomain: 'blazd',
data: dependencies: {
data: express-resource: '0.2.4',
data: connect-redis: '1.2.0',
data: express: '2.5.2',
data: password-hash: '1.1.3',
data: redis: '0.7.1'
data: },
data: scripts: { start: 'app.js' }
data: }
prompt: Is this ok? (yes): yes
warn: Creating new snapshot for version 0.0.1-2
info: Done creating snapshot 0.0.1-2
info: Updating application blazd
info: Activating snapshot 0.0.1-2 for blazd
error: Error creating snapshot for app blazd
error: socket hang up
help:
help: Usage:
help:
help: Deploys an application using the following steps:
help:
help: 1. Creates the application (if necessary)
help: 2. Creates or validates the package.json
help: 3. Packages and creates a new snapshot
help: 4. Stops the application (if necessary)
help: 5. Starts the application
help:
help: jitsu deploy
help: jitsu apps deploy
help:
error: Error running command apps deploy
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment