Skip to content

Instantly share code, notes, and snippets.

Created March 20, 2013 23:43
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 anonymous/5209532 to your computer and use it in GitHub Desktop.
Save anonymous/5209532 to your computer and use it in GitHub Desktop.
server:mas Albert$ jitsu snapshots activate mas
info: Welcome to Nodejitsu metrological
info: jitsu v0.12.8, node v0.8.18
info: It worked if it ends with Nodejitsu ok
info: Executing command snapshots activate mas
info: Listing snapshots for mas
data: name status created md5
data: 3.0.25 active 03/16 18:48:50 GMT+0100 bc80006867df25c799e0a8bd774a61ba
data: 3.0.26 archived 03/21 00:29:10 GMT+0100 4bf0fb63688b99a4e3792b9110e8ddf5
prompt: Snapshot Name: 3.0.26
info: Activating snapshot 3.0.26
info: Snapshot 3.0.26 is now active
info: Starting app mas
error: Error running command snapshots activate mas
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
server:mas Albert$ jitsu snapshots activate mas --debug
info: Welcome to Nodejitsu metrological
info: jitsu v0.12.8, node v0.8.18
info: It worked if it ends with Nodejitsu ok
info: Executing command snapshots activate mas
info: Listing snapshots for mas
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/metrological/mas/snapshots',
debug: headers:
debug: { Authorization: '*************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000 }
debug: { statusCode: 200,
debug: result:
debug: { snapshots:
debug: [ { id: '3.0.25',
debug: md5: 'bc80006867df25c799e0a8bd774a61ba',
debug: filename: 'metrological-mas-3.0.25.tgz',
debug: ctime: 1363456130205,
debug: active: false,
debug: running: true },
debug: { id: '3.0.26',
debug: md5: '4bf0fb63688b99a4e3792b9110e8ddf5',
debug: filename: 'metrological-mas-3.0.26.tgz',
debug: ctime: 1363822150827,
debug: active: true,
debug: running: false } ] } }
data: name status created md5
data: 3.0.25 active 03/16 18:48:50 GMT+0100 bc80006867df25c799e0a8bd774a61ba
data: 3.0.26 archived 03/21 00:29:10 GMT+0100 4bf0fb63688b99a4e3792b9110e8ddf5
prompt: Snapshot Name: 3.0.26
info: Activating snapshot 3.0.26
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/metrological/mas/snapshots/3.0.26/activate',
debug: headers:
debug: { Authorization: '*************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: body: '{}' }
debug: { statusCode: 200,
debug: result:
debug: { active:
debug: { id: '3.0.26',
debug: md5: '4bf0fb63688b99a4e3792b9110e8ddf5',
debug: filename: 'metrological-mas-3.0.26.tgz',
debug: ctime: 1363822150827,
debug: active: true,
debug: running: false } } }
info: Snapshot 3.0.26 is now active
info: Starting app mas
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.nodejitsu.com',
debug: 'us-sw-1': 'api.jyt.us.sw1.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: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/metrological/mas/cloud',
debug: headers:
debug: { Authorization: '*************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000 }
debug: { statusCode: 200,
debug: result:
debug: [ { drones: 7,
debug: provider: 'joyent',
debug: datacenter: 'eu-ams-1',
debug: ram: 512 } ] }
debug: { method: 'POST',
debug: uri: 'https://api.jyt.eu.ams1.nodejitsu.com/apps/metrological/mas/start',
debug: headers:
debug: { Authorization: '*************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: body: '{}' }
error: Error running command snapshots activate mas
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