Created
July 21, 2012 18:28
-
-
Save ChimeraCoder/3156673 to your computer and use it in GitHub Desktop.
jitsu deploy errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-4.2$ jitsu deploy | |
info: Welcome to Nodejitsu chimeracoder | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
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/aditya/programming/nodejs/wasp/package.json | |
data: | |
data: { | |
data: main: 'app.js', | |
data: dependencies: { | |
data: express: '2.5.11', | |
data: growl: '1.5.1', | |
data: tobi: '0.3.2', | |
data: twilio: '0.4.0', | |
data: soda: '0.2.5', | |
data: mongodb: '1.0.2', | |
data: mocha: '1.3.0', | |
data: hiredis: '0.1.14', | |
data: passport: '0.1.11', | |
data: should: '0.6.3', | |
data: cradle: '0.6.3', | |
data: jade: '0.26.3', | |
data: redis: '0.7.2', | |
data: stripe: '1.1.0', | |
data: passport-local: '0.1.3', | |
data: bcrypt: '0.7.0', | |
data: mongojs: '0.4.3' | |
data: }, | |
data: name: 'BuzzMe', | |
data: engines: { node: '0.6.x' }, | |
data: author: 'Aditya Mukerjee', | |
data: directories: { test: 'test' }, | |
data: description: 'Alert individuals by SMS according to a queue', | |
data: subdomain: 'chimeracoder.wasp', | |
data: devDependencies: { mocha: '~1.3.0' }, | |
data: license: 'All rights reserved', | |
data: version: '0.0.1-11', | |
data: private: true, | |
data: scripts: { start: 'app.js', test: 'make test' } | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.0.1-11 | |
info: Updating app BuzzMe | |
info: Activating snapshot 0.0.1-11 for BuzzMe | |
info: Starting app BuzzMe | |
error: Error running command deploy | |
error: socket hang up | |
error: Error: socket hang up | |
error: at createHangUpError (http.js:1253:15) | |
error: at CleartextStream.socketCloseListener (http.js:1304:23) | |
error: at CleartextStream.EventEmitter.emit (events.js:115:20) | |
error: at SecurePair.destroy (tls.js:808:22) | |
error: at process.startup.processNextTick.process._tickCallback (node.js:244:9) | |
info: Nodejitsu not ok | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment