Skip to content

Instantly share code, notes, and snippets.

@jmar777
Created September 4, 2012 20:12
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 jmar777/5b798e86244c34262cb1 to your computer and use it in GitHub Desktop.
Save jmar777/5b798e86244c34262cb1 to your computer and use it in GitHub Desktop.
jitsu deploy socket hang up
$ jitsu deploy
info: Welcome to Nodejitsu jmar777
info: jitsu v0.9.8
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/jeremymartin/Projects/devsmash/package.json
data:
data: {
data: domains: [ 'devsmash.com', 'www.devsmash.com' ],
data: main: './app.js',
data: private: true,
data: engines: { node: 'v0.8.x' },
data: dependencies: {
data: winston: '0.6.2',
data: nib: '0.4.1',
data: authom: '0.4.0',
data: mongoose: '3.1.0',
data: validator: '0.4.10',
data: stylus: '0.29.0',
data: connect-flash: '0.1.0',
data: jade: '0.27.2',
data: marked: '0.2.5',
data: connect-mongodb: '1.1.4',
data: bcrypt: '0.7.2',
data: express: '3.0.0rc3'
data: },
data: scripts: { start: 'app.js' },
data: subdomain: 'devsmash',
data: version: '0.0.1-3',
data: name: 'devsmash'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.1-3
info: Updating app devsmash
info: Activating snapshot 0.0.1-3 for devsmash
info: Starting app devsmash
error: Error running command deploy
error: socket hang up
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