Skip to content

Instantly share code, notes, and snippets.

@NateJackman
Last active December 21, 2015 08:19
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 NateJackman/868c268b453b9b555241 to your computer and use it in GitHub Desktop.
Save NateJackman/868c268b453b9b555241 to your computer and use it in GitHub Desktop.
jitsudeploy
Nates-iMac:kp-specials-menu Nate$ jitsu deploy --debug
info: Welcome to Nodejitsu cerebralideas
info: jitsu v0.13.0, node v0.8.24
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/cerebralideas/kp-dev',
debug: headers:
debug: { Authorization: '*************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'cerebralideas/kp-dev',
debug: name: 'kp-dev',
debug: scripts:
debug: { start: 'node app.js',
debug: debug: 'node debug app.js' },
debug: user: 'cerebralideas',
debug: subdomain: 'kp-specials-dev',
debug: snapshots:
debug: [ { id: '0.0.0-1',
debug: md5: '12ea0d6e07d32b25d3af40c3324ef252',
debug: filename: 'cerebralideas-kp-dev-0.0.0-1.tgz',
debug: ctime: 1376979169818 },
debug: { id: '0.0.0-2',
debug: md5: 'b45625ee73c0a7ce69ac125389309274',
debug: filename: 'cerebralideas-kp-dev-0.0.0-2.tgz',
debug: ctime: 1376979620659 },
debug: { id: '0.0.0-3',
debug: md5: 'd2dc1e4361de3df3183e336408b1097b',
debug: filename: 'cerebralideas-kp-dev-0.0.0-3.tgz',
debug: ctime: 1376980145706 } ],
debug: env:
debug: { SUBDOMAIN: 'kp-specials-dev',
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: 1376979041347,
debug: mtime: 1376980146788,
debug: resource: 'App',
debug: _rev: '11-1269291a65725a78604d5ca18cb0e8c4',
debug: version: '0.0.0-3',
debug: dependencies:
debug: { sails: '0.9.3',
debug: grunt: '0.4.1',
debug: 'sails-disk': '~0.9.0',
debug: ejs: '0.8.4',
debug: optimist: '0.3.4',
debug: passport: '~0.1.17',
debug: 'passport-local': '~0.1.6',
debug: 'sails-mongo': '~0.9.0',
debug: 'passport-facebook': '~0.1.5',
debug: 'connect-form': '~0.2.1' },
debug: main: 'app.js',
debug: description: 'kp specials menu and event board',
debug: repository: '',
debug: engines: { node: '0.8.x' },
debug: id: 'kp-dev',
debug: active:
debug: { id: '0.0.0-3',
debug: md5: 'd2dc1e4361de3df3183e336408b1097b',
debug: filename: 'cerebralideas-kp-dev-0.0.0-3.tgz',
debug: ctime: 1376980145706,
debug: active: false,
debug: running: false },
debug: subscriptionId: 2781701 } } }
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/Nate/Dev/kp-specials-menu/package.json
data:
data: {
data: description: 'kp specials menu and event board',
data: license: '',
data: engines: { node: '0.8.x' },
data: private: true,
data: author: '',
data: dependencies: {
data: passport-facebook: '~0.1.5',
data: sails: '0.9.3',
data: grunt: '0.4.1',
data: passport: '~0.1.17',
data: passport-local: '~0.1.6',
data: sails-disk: '~0.9.0',
data: sails-mongo: '~0.9.0',
data: ejs: '0.8.4',
data: optimist: '0.3.4',
data: connect-form: '~0.2.1'
data: },
data: subdomain: 'kp-specials-dev',
data: name: 'kp-dev',
data: repository: '',
data: main: 'app.js',
data: scripts: { debug: 'node debug app.js', start: 'node app.js' },
data: version: '0.0.0-4'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.0-4
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/cerebralideas/kp-dev/snapshots/0.0.0-4',
debug: headers:
debug: { Authorization: '*************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 14435907 },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
info Uploading: [=============================] 100%
debug: { statusCode: 201,
debug: result:
debug: { snapshot:
debug: { id: '0.0.0-4',
debug: md5: '4910d4d36e54cf7455b008c23f84b9b0',
debug: filename: 'cerebralideas-kp-dev-0.0.0-4.tgz',
debug: ctime: 1376980839390 } } }
info: Updating app kp-dev
debug: { method: 'PUT',
debug: uri: 'https://api.nodejitsu.com/apps/cerebralideas/kp-dev',
debug: headers:
debug: { Authorization: '*************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{"name":"kp-dev","private":true,"version":"0.0.0-4","description":"kp specials menu and event board","dependencies":{"sails":"0.9.3","grunt":"0.4.1","sails-disk":"~0.9.0","ejs":"0.8.4","optimist":"0.3.4","passport":"~0.1.17","passport-local":"~0.1.6","sails-mongo":"~0.9.0","passport-facebook":"~0.1.5","connect-form":"~0.2.1"},"scripts":{"start":"node app.js","debug":"node debug app.js"},"main":"app.js","repository":"","author":"","license":"","subdomain":"kp-specials-dev","engines":{"node":"0.8.x"}}' }
debug: { statusCode: 204, result: undefined }
info: Activating snapshot 0.0.0-4 for kp-dev
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/cerebralideas/kp-dev/snapshots/0.0.0-4/activate',
debug: headers:
debug: { Authorization: '*************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{}' }
debug: { statusCode: 200,
debug: result:
debug: { active:
debug: { id: '0.0.0-4',
debug: md5: '4910d4d36e54cf7455b008c23f84b9b0',
debug: filename: 'cerebralideas-kp-dev-0.0.0-4.tgz',
debug: ctime: 1376980839390,
debug: active: false,
debug: running: false } } }
info: Starting app kp-dev
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/endpoints',
debug: headers:
debug: { Authorization: '*************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { endpoints:
debug: { joyent:
debug: { 'us-east-1': 'api.nodejitsu.com',
debug: 'us-sw-1': 'api.jyt.us.sw1.nodejitsu.com',
debug: 'us-west-1': 'api.jyt.us.west1.nodejitsu.com',
debug: 'eu-ams-1': 'api.jyt.eu.ams1.nodejitsu.com' },
debug: telefonica:
debug: { 'eu-lon-1': 'api.tf.eu.lon1.nodejitsu.com',
debug: 'eu-mad-1': 'api.tf.eu.mad1.nodejitsu.com' } } } }
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/cerebralideas/kp-dev/start',
debug: headers:
debug: { Authorization: '*************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{}' }
error: Error running command deploy
error: socket hang up
info: The nodejitsu api reset the connection
help: This error may be due to the application or the drone server
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