Skip to content

Instantly share code, notes, and snippets.

@russellsamora
Created September 7, 2013 15:17
Show Gist options
  • Save russellsamora/6476484 to your computer and use it in GitHub Desktop.
Save russellsamora/6476484 to your computer and use it in GitHub Desktop.
russells-MacBook-Air:collective-story codenberg$ jitsu deploy --debug
info: Welcome to Nodejitsu codenberg
info: jitsu v0.13.1, node v0.10.2
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node ./bin/server
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/codenberg/collective-story',
debug: headers:
debug: { Authorization: '*****************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 860000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'codenberg/collective-story',
debug: name: 'collective-story',
debug: scripts: { start: 'node ./bin/server' },
debug: user: 'codenberg',
debug: subdomain: 'ramblings',
debug: snapshots:
debug: [ { id: '0.0.0',
debug: md5: 'd79136ed1538025c40304a4fd0ffabc2',
debug: filename: 'codenberg-collective-story-0.0.0.tgz',
debug: ctime: 1378222366765 },
debug: { id: '0.0.0-1',
debug: md5: 'fdd60f960ebc5e56645057b3e897f76e',
debug: filename: 'codenberg-collective-story-0.0.0-1.tgz',
debug: ctime: 1378514859905 },
debug: { id: '0.0.0-2',
debug: md5: 'efa6bcae0f327b3c151dd7197ccd34a6',
debug: filename: 'codenberg-collective-story-0.0.0-2.tgz',
debug: ctime: 1378515058184 },
debug: { id: '0.0.0-3',
debug: md5: 'bcb37c77622805964d1c755adcaa6f13',
debug: filename: 'codenberg-collective-story-0.0.0-3.tgz',
debug: ctime: 1378515450256 },
debug: { id: '0.0.0-4',
debug: md5: '4a82bcc100629d3e2290eb6918bfa701',
debug: filename: 'codenberg-collective-story-0.0.0-4.tgz',
debug: ctime: 1378515967230 },
debug: { id: '0.0.0-5',
debug: md5: 'b210e6753c320ad3bb76db70df966266',
debug: filename: 'codenberg-collective-story-0.0.0-5.tgz',
debug: ctime: 1378521679343 },
debug: { id: '0.0.0-6',
debug: md5: '965322952db334a2f7e000e74f30971b',
debug: filename: 'codenberg-collective-story-0.0.0-6.tgz',
debug: ctime: 1378522043618 },
debug: { id: '0.0.0-7',
debug: md5: '07caa8945b3174de696383b2b8a0f8d2',
debug: filename: 'codenberg-collective-story-0.0.0-7.tgz',
debug: ctime: 1378560365700 } ],
debug: env:
debug: { SUBDOMAIN: 'ramblings',
debug: NODE_ENV: 'production',
debug: CLOUD_PATH: '/',
debug: MONGO_URL_JITSU: 'mongodb://nodejitsu_codenberg:me6ta25nlfdc1sfl5mbl2cgki@ds039267.mongolab.com:39267/nodejitsu_codenberg_nodejitsudb7369991287',
debug: USE_MONGO: 'true',
debug: RESET: 'true' },
debug: domains: [],
debug: databases: {},
debug: config:
debug: { cloud:
debug: [ { datacenter: 'us-east-1',
debug: provider: 'joyent',
debug: drones: 1,
debug: ram: 256 } ] },
debug: state: 'stopped',
debug: maxDrones: 1,
debug: drones: 0,
debug: ctime: 1378222307053,
debug: mtime: 1378560366497,
debug: resource: 'App',
debug: _rev: '44-5a1184c51151b77365b82c1492f87bf0',
debug: version: '0.0.0-7',
debug: dependencies:
debug: { 'socket.io': '~0.9.13',
debug: express: '~3.3.5',
debug: mongodb: '~1.3.19',
debug: jade: '~0.35.0',
debug: 'express-mongodb': '0.0.4',
debug: mongoose: '~3.6.18',
debug: 'less-middleware': '~0.1.12',
debug: nconf: '~0.6.7',
debug: colors: '~0.6.2' },
debug: devDependencies:
debug: { mocha: '~1.12.0',
debug: should: '~1.2.2',
debug: watch: '~0.8.0' },
debug: main: './bin/server',
debug: description: 'an experiment in massively multiplayer online literature generation',
debug: engines: { node: '>= 0.10.0' },
debug: id: 'collective-story',
debug: active:
debug: { id: '0.0.0-7',
debug: md5: '07caa8945b3174de696383b2b8a0f8d2',
debug: filename: 'codenberg-collective-story-0.0.0-7.tgz',
debug: ctime: 1378560365700,
debug: active: false,
debug: running: false },
debug: subscriptionId: 3803541,
debug: running:
debug: { id: '0.0.0',
debug: md5: 'd79136ed1538025c40304a4fd0ffabc2',
debug: filename: 'codenberg-collective-story-0.0.0.tgz',
debug: ctime: 1378222366765,
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/codenberg/Documents/sandbox/collective-story/package.json
data:
data: {
data: authors: [ 'Russell Goldenberg <@codenberg>' ],
data: dependencies: {
data: express-mongodb: '0.0.4',
data: mongodb: '~1.3.19',
data: jade: '~0.35.0',
data: nconf: '~0.6.7',
data: mongoose: '~3.6.18',
data: express: '~3.3.5',
data: socket.io: '~0.9.13',
data: colors: '~0.6.2',
data: less-middleware: '~0.1.12'
data: },
data: description: 'an experiment in massively multiplayer online literature generation',
data: devDependencies: {
data: mocha: '~1.12.0',
data: should: '~1.2.2',
data: watch: '~0.8.0'
data: },
data: engines: { node: '>= 0.10.0' },
data: main: './bin/server',
data: name: 'collective-story',
data: private: true,
data: scripts: { start: 'node ./bin/server' },
data: subdomain: 'ramblings',
data: version: '0.0.0-8'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.0-8
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/codenberg/collective-story/snapshots/0.0.0-8',
debug: headers:
debug: { Authorization: '*****************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 199244 },
debug: timeout: 860000,
debug: rejectUnauthorized: false }
info Uploading: [=============================] 100%
debug: { statusCode: 201,
debug: result:
debug: { snapshot:
debug: { id: '0.0.0-8',
debug: md5: '6b00413e77607cbcd7993e148d23dfbf',
debug: filename: 'codenberg-collective-story-0.0.0-8.tgz',
debug: ctime: 1378566315820 } } }
info: Updating app collective-story
debug: { method: 'PUT',
debug: uri: 'https://api.nodejitsu.com/apps/codenberg/collective-story',
debug: headers:
debug: { Authorization: '*****************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 860000,
debug: rejectUnauthorized: false,
debug: body: '{"name":"collective-story","description":"an experiment in massively multiplayer online literature generation","authors":["Russell Goldenberg <@codenberg>"],"private":true,"main":"./bin/server","engines":{"node":">= 0.10.0"},"dependencies":{"socket.io":"~0.9.13","express":"~3.3.5","mongodb":"~1.3.19","jade":"~0.35.0","express-mongodb":"0.0.4","mongoose":"~3.6.18","less-middleware":"~0.1.12","nconf":"~0.6.7","colors":"~0.6.2"},"devDependencies":{"mocha":"~1.12.0","should":"~1.2.2","watch":"~0.8.0"},"scripts":{"start":"node ./bin/server"},"subdomain":"ramblings","version":"0.0.0-8"}' }
debug: { statusCode: 204, result: undefined }
info: Activating snapshot 0.0.0-8 for collective-story
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/codenberg/collective-story/snapshots/0.0.0-8/activate',
debug: headers:
debug: { Authorization: '*****************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 860000,
debug: rejectUnauthorized: false,
debug: body: '{}' }
debug: { statusCode: 200,
debug: result:
debug: { active:
debug: { id: '0.0.0-8',
debug: md5: '6b00413e77607cbcd7993e148d23dfbf',
debug: filename: 'codenberg-collective-story-0.0.0-8.tgz',
debug: ctime: 1378566315820,
debug: active: false,
debug: running: false } } }
info: Starting app collective-story
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/endpoints',
debug: headers:
debug: { Authorization: '*****************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 860000,
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/codenberg/collective-story/start',
debug: headers:
debug: { Authorization: '*****************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 860000,
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