Skip to content

Instantly share code, notes, and snippets.

Created October 2, 2013 17:14
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/6797080 to your computer and use it in GitHub Desktop.
Save anonymous/6797080 to your computer and use it in GitHub Desktop.
ew-host:opsjitsu cjnicho$ jitsu snapshots create --debug
info: Welcome to Nodejitsu ccdtrd
info: jitsu v0.13.2, node v0.10.20
info: It worked if it ends with Nodejitsu ok
info: Executing command snapshots create
info: Analyzing application dependencies in node app.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/ccdtrd/opsjitsu',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'ccdtrd/opsjitsu',
debug: name: 'opsjitsu',
debug: scripts: { start: 'node app.js' },
debug: user: 'ccdtrd',
debug: subdomain: 'opsjitsu-ccdtrd',
debug: snapshots: [],
debug: env:
debug: { SUBDOMAIN: 'opsjitsu-ccdtrd',
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: 1380733425564,
debug: mtime: 1380733425564,
debug: resource: 'App',
debug: _rev: '1-322d42fab6e99f3913083ac7e3766411',
debug: version: '0.0.1-1',
debug: dependencies:
debug: { express: '3.4.0',
debug: ejs: '*',
debug: stylus: '*',
debug: mongoose: '*' },
debug: engines: { node: '0.10.20' },
debug: id: 'opsjitsu' } } }
info: Creating snapshot 0.0.1-2
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/ccdtrd/opsjitsu/snapshots/0.0.1-2',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 587455 },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
info Uploading: [=============================] 100%
debug: { statusCode: 500,
debug: result: { error: 'No matching versions found' } }
error: Error running command snapshots create
error: Nodejitsu Error (500): Internal Server Error
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