Created
February 4, 2014 16:49
-
-
Save jeremyhuang3627/8807562 to your computer and use it in GitHub Desktop.
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
info: Creating snapshot 0.0.1-4 | |
info Uploading: [=============================] 100% | |
info: Updating app application-name | |
info: Activating snapshot 0.0.1-4 for application-name | |
info: Starting app application-name | |
error: Error running command deploy | |
info: The nodejitsu api reset the connection | |
help: This error may be due to the application or the drone server | |
172-26-113-213:pitchbook hjamesbest$ jitsu deploy --debug | |
info: Welcome to Nodejitsu Jeremy_Huang | |
info: jitsu v0.13.9, node v0.10.22 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node app.js | |
debug: { method: 'GET', | |
debug: uri: 'https://api.nodejitsu.com/apps/Jeremy_Huang/application-name', | |
debug: headers: | |
debug: { Authorization: '*************************************************************************', | |
debug: 'Content-Type': 'application/json' }, | |
debug: timeout: 240000, | |
debug: rejectUnauthorized: false } | |
debug: { statusCode: 200, | |
debug: result: | |
debug: { app: | |
debug: { _id: 'jeremy_huang/application-name', | |
debug: name: 'application-name', | |
debug: scripts: { start: 'node app.js' }, | |
debug: user: 'jeremy_huang', | |
debug: subdomain: 'stockszen', | |
debug: snapshots: | |
debug: [ { id: '0.0.1', | |
debug: md5: '4fe77fcc7d333ae0aa4d0d29a58ee595', | |
debug: filename: 'jeremy_huang-application-name-0.0.1.tgz', | |
debug: ctime: 1391525973731 }, | |
debug: { id: '0.0.1-1', | |
debug: md5: '89ff6851cc8a815b3d93505dd145c0bb', | |
debug: filename: 'jeremy_huang-application-name-0.0.1-1.tgz', | |
debug: ctime: 1391526201147 }, | |
debug: { id: '0.0.1-2', | |
debug: md5: '96177082796bd261218dc8f18a9f78e0', | |
debug: filename: 'jeremy_huang-application-name-0.0.1-2.tgz', | |
debug: ctime: 1391526609333 }, | |
debug: { id: '0.0.1-3', | |
debug: md5: 'cef5a5affc9ddc5345d20382a3073802', | |
debug: filename: 'jeremy_huang-application-name-0.0.1-3.tgz', | |
debug: ctime: 1391530678912 }, | |
debug: { id: '0.0.1-4', | |
debug: md5: '297a1cd8c08d2c882d9d3234c6843d8d', | |
debug: filename: 'jeremy_huang-application-name-0.0.1-4.tgz', | |
debug: ctime: 1391531074136 } ], | |
debug: env: | |
debug: { SUBDOMAIN: 'stockszen', | |
debug: NODE_ENV: 'production' }, | |
debug: domains: [], | |
debug: databases: {}, | |
debug: config: | |
debug: { cloud: | |
debug: [ { datacenter: 'us-east-1', | |
debug: provider: 'joyent', | |
debug: drones: 1, | |
debug: ram: 256 } ] }, | |
debug: maxDrones: 1, | |
debug: drones: 0, | |
debug: ctime: 1391525896952, | |
debug: mtime: 1391531074898, | |
debug: resource: 'App', | |
debug: _rev: '16-73dd162eaddfeaee0880c3b49cedcac2', | |
debug: version: '0.0.1-4', | |
debug: dependencies: | |
debug: { express: '~3.4.4', | |
debug: jade: '*', | |
debug: bcrypt: '~0.7.7', | |
debug: passport: '~0.2.0', | |
debug: 'passport-facebook': '~1.0.2', | |
debug: 'passport-twitter': '~1.0.2', | |
debug: 'connect-flash': '~0.1.1', | |
debug: mongoose: '~3.8.6', | |
debug: 'socket.io': '~0.9.16', | |
debug: 'connect-ensure-login': '~0.1.1', | |
debug: nodemailer: '~0.6.0', | |
debug: 'email-templates': '~0.1.1', | |
debug: easyimage: '~0.1.6', | |
debug: mkdirp: '~0.3.5', | |
debug: 'passport-local': '~0.1.6', | |
debug: redis: '~0.10.0', | |
debug: 'connect-redis': '~1.4.6', | |
debug: 'express-helpers': '~1.3.1', | |
debug: 'socket.io-clusterhub': '~0.2.0' }, | |
debug: main: 'app.js', | |
debug: engines: { node: '>=0.4' }, | |
debug: id: 'application-name', | |
debug: active: | |
debug: { id: '0.0.1-4', | |
debug: md5: '297a1cd8c08d2c882d9d3234c6843d8d', | |
debug: filename: 'jeremy_huang-application-name-0.0.1-4.tgz', | |
debug: ctime: 1391531074136, | |
debug: active: false, | |
debug: running: false } } } } | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Users/hjamesbest/Desktop/hackathon/nodejsapp/Stock-Notes/pitchbook/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: dependencies: { | |
data: express: '~3.4.4', | |
data: passport: '~0.2.0', | |
data: bcrypt: '~0.7.7', | |
data: mongoose: '~3.8.6', | |
data: email-templates: '~0.1.1', | |
data: redis: '~0.10.0', | |
data: connect-ensure-login: '~0.1.1', | |
data: connect-flash: '~0.1.1', | |
data: jade: '*', | |
data: passport-facebook: '~1.0.2', | |
data: passport-twitter: '~1.0.2', | |
data: passport-local: '~0.1.6', | |
data: socket.io: '~0.9.16', | |
data: connect-redis: '~1.4.6', | |
data: easyimage: '~0.1.6', | |
data: express-helpers: '~1.3.1', | |
data: nodemailer: '~0.6.0', | |
data: mkdirp: '~0.3.5', | |
data: socket.io-clusterhub: '~0.2.0' | |
data: }, | |
data: engines: { node: '>=0.4' }, | |
data: main: 'app.js', | |
data: name: 'application-name', | |
data: private: true, | |
data: scripts: { start: 'node app.js' }, | |
data: subdomain: 'stockszen', | |
data: version: '0.0.1-5' | |
data: } | |
data: | |
prompt: Is this ok?: (yes) yes | |
info: Creating snapshot 0.0.1-5 | |
debug: { method: 'POST', | |
debug: uri: 'https://api.nodejitsu.com/apps/Jeremy_Huang/application-name/snapshots/0.0.1-5', | |
debug: headers: | |
debug: { Authorization: '*************************************************************************', | |
debug: 'Content-Type': 'application/octet-stream', | |
debug: 'Content-Length': 5622478 }, | |
debug: timeout: 240000, | |
debug: rejectUnauthorized: false } | |
info Uploading: [=============================] 100% | |
error: Error running command deploy | |
info: jitsu's client request timed out before the server could respond. Please increase your client timeout | |
help: (Example: `jitsu config set timeout 480000`) | |
help: This error may be due to network connection problems |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment