Skip to content

Instantly share code, notes, and snippets.

@thedracle
Created February 14, 2013 00:31
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 thedracle/4949704 to your computer and use it in GitHub Desktop.
Save thedracle/4949704 to your computer and use it in GitHub Desktop.
nodejitsu deploy
info: Welcome to Nodejitsu thedracle
info: jitsu v0.12.0, node v0.9.4-pre
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node main.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/thedracle/smp',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000 }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'thedracle/smp',
debug: name: 'smp',
debug: scripts: { start: 'node main.js' },
debug: user: 'thedracle',
debug: subdomain: 'serviewcare',
debug: snapshots:
debug: [ { id: '0.0.0-1',
debug: md5: 'ec1758f2cd599fa6dfccd3e2952d1426',
debug: filename: 'thedracle-smp-0.0.0-1.tgz',
debug: ctime: 1360801560207 },
debug: { id: '0.0.0-2',
debug: md5: 'abdc0ced0b27730a653793f4cfd35935',
debug: filename: 'thedracle-smp-0.0.0-2.tgz',
debug: ctime: 1360801689961 } ],
debug: env:
debug: { SUBDOMAIN: 'serviewcare',
debug: NODE_ENV: 'production',
debug: PORT: '3000',
debug: MONGO_URL: 'mongodb://nodejitsu_thedracle:rf6d719v6f60eit511vqqo6mak@ds049537.mongolab.com:49537/nodejitsu_thedracle_nodejitsudb5708504850' },
debug: domains: [],
debug: databases: {},
debug: config: {},
debug: maxDrones: 1,
debug: drones: 0,
debug: ctime: 1360801504321,
debug: mtime: 1360801691948,
debug: resource: 'App',
debug: _rev: '9-b0851e3f4889747dc88742b6562eebd2',
debug: version: '0.0.0-2',
debug: dependencies:
debug: { fibers: '0.6.9',
debug: connect: '1.9.2',
debug: gzippo: '0.1.7',
debug: optimist: '0.3.5',
debug: 'coffee-script': '1.4.0',
debug: less: '1.3.1',
debug: stylus: '0.30.1',
debug: nib: '0.8.2',
debug: mime: '1.2.7',
debug: semver: '1.1.0',
debug: handlebars: '1.0.7',
debug: mongodb: '1.1.11',
debug: 'uglify-js': '1.3.4',
debug: 'clean-css': '0.8.3',
debug: useragent: '1.1.0',
debug: request: '2.12.0',
debug: simplesmtp: '0.1.25',
debug: 'stream-buffers': '0.2.3',
debug: keypress: '0.1.0',
debug: sockjs: '0.3.4',
debug: 'http-proxy': '0.8.5',
debug: underscore: '1.4.2',
debug: tar: '0.1.14',
debug: progress: '0.0.5',
debug: mailcomposer: '0.1.15',
debug: fstream: 'https://github.com/meteor/fstream/tarball/91c56e7' },
debug: engines: { node: '0.8.x' },
debug: id: 'smp',
debug: active:
debug: { id: '0.0.0-2',
debug: md5: 'abdc0ced0b27730a653793f4cfd35935',
debug: filename: 'thedracle-smp-0.0.0-2.tgz',
debug: ctime: 1360801689961,
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 /home/jthomas/git-projects/deploy_jitsu/bundle/package.json
data:
data: {
data: dependencies: {
data: stream-buffers: '0.2.3',
data: mime: '1.2.7',
data: mongodb: '1.1.11',
data: clean-css: '0.8.3',
data: useragent: '1.1.0',
data: semver: '1.1.0',
data: sockjs: '0.3.4',
data: handlebars: '1.0.7',
data: request: '2.12.0',
data: mailcomposer: '0.1.15',
data: tar: '0.1.14',
data: stylus: '0.30.1',
data: optimist: '0.3.5',
data: coffee-script: '1.4.0',
data: fstream: 'https://github.com/meteor/fstream/tarball/91c56e7',
data: http-proxy: '0.8.5',
data: underscore: '1.4.2',
data: connect: '1.9.2',
data: nib: '0.8.2',
data: simplesmtp: '0.1.25',
data: uglify-js: '1.3.4',
data: keypress: '0.1.0',
data: fibers: '0.6.9',
data: gzippo: '0.1.7',
data: progress: '0.0.5',
data: less: '1.3.1'
data: },
data: engines: { node: '0.8.x' },
data: name: 'smp',
data: noAnalyze: true,
data: scripts: { start: 'node main.js' },
data: subdomain: 'serviewcare',
data: version: '0.0.0-3'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.0-3
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/thedracle/smp/snapshots/0.0.0-3',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 2814962 },
debug: timeout: 240000 }
info Uploading: [=============================] 100%
debug: { statusCode: 201,
debug: result:
debug: { snapshot:
debug: { id: '0.0.0-3',
debug: md5: '5cd60472b7913e8f105fef7fe9856d12',
debug: filename: 'thedracle-smp-0.0.0-3.tgz',
debug: ctime: 1360801778394 } } }
info: Updating app smp
debug: { method: 'PUT',
debug: uri: 'https://api.nodejitsu.com/apps/thedracle/smp',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: body: '{"name":"smp","subdomain":"serviewcare","scripts":{"start":"node main.js"},"version":"0.0.0-3","engines":{"node":"0.8.x"},"dependencies":{"fibers":"0.6.9","connect":"1.9.2","gzippo":"0.1.7","optimist":"0.3.5","coffee-script":"1.4.0","less":"1.3.1","stylus":"0.30.1","nib":"0.8.2","mime":"1.2.7","semver":"1.1.0","handlebars":"1.0.7","mongodb":"1.1.11","uglify-js":"1.3.4","clean-css":"0.8.3","useragent":"1.1.0","request":"2.12.0","simplesmtp":"0.1.25","stream-buffers":"0.2.3","keypress":"0.1.0","sockjs":"0.3.4","http-proxy":"0.8.5","underscore":"1.4.2","tar":"0.1.14","progress":"0.0.5","mailcomposer":"0.1.15","fstream":"https://github.com/meteor/fstream/tarball/91c56e7"},"noAnalyze":true}' }
debug: { statusCode: 204, result: undefined }
info: Activating snapshot 0.0.0-3 for smp
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/thedracle/smp/snapshots/0.0.0-3/activate',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: body: '{}' }
debug: { statusCode: 200,
debug: result:
debug: { active:
debug: { id: '0.0.0-3',
debug: md5: '5cd60472b7913e8f105fef7fe9856d12',
debug: filename: 'thedracle-smp-0.0.0-3.tgz',
debug: ctime: 1360801778394,
debug: active: false,
debug: running: false } } }
info: Starting app smp
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/endpoints',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000 }
debug: { statusCode: 200,
debug: result:
debug: { endpoints:
debug: { joyent:
debug: { 'us-east-1': 'api.jitsu.com',
debug: 'us-sw-1': 'api.jyt.us.sw1.jitsu.com',
debug: 'eu-ams-1': 'api.jyt.eu.ams1.jitsu.com' },
debug: telefonica: { 'eu-london-1': 'api.tf.eu.lon1.jitsu.com' } } } }
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/thedracle/smp/cloud',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000 }
debug: { statusCode: 200,
debug: result:
debug: [ { provider: 'joyent',
debug: datacenter: 'us-east-1',
debug: drones: 0 } ] }
debug: { method: 'POST',
debug: uri: 'https://api.jitsu.com/apps/thedracle/smp/start',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: body: '{}' }
error: Error running command deploy
error: Hostname/IP doesn't match certificate's altnames
error: Error: Hostname/IP doesn't match certificate's altnames
error: at SecurePair.<anonymous> (tls.js:1345:23)
error: at SecurePair.EventEmitter.emit (events.js:88:17)
error: at SecurePair.maybeInitFinished (tls.js:952:10)
error: at CleartextStream.CryptoStream._pull (tls.js:589:15)
error: at SecurePair.cycle (tls.js:913:20)
error: at EncryptedStream.CryptoStream.write (tls.js:266:13)
error: at Socket.ondata (stream.js:38:26)
error: at Socket.EventEmitter.emit (events.js:91:17)
error: at TCP.onread (net.js:398:14)
error: at process._makeCallback (node.js:248:20)
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