Skip to content

Instantly share code, notes, and snippets.

@Samstiles
Created November 27, 2013 16:46
Show Gist options
  • Save Samstiles/7679004 to your computer and use it in GitHub Desktop.
Save Samstiles/7679004 to your computer and use it in GitHub Desktop.
C:\Users\Sam\Desktop\Blog>jitsu deploy --debug
info: Welcome to Nodejitsu latros
info: jitsu v0.13.3, node v0.10.21
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/latros/Blog',
debug: headers:
debug: { Authorization: '**************************************************
***************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'latros/Blog',
debug: name: 'Blog',
debug: scripts:
debug: { start: 'node app.js',
debug: debug: 'node debug app.js' },
debug: user: 'latros',
debug: subdomain: 'latros-blog',
debug: snapshots: [],
debug: env:
debug: { SUBDOMAIN: 'latros-blog',
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: 1385570753316,
debug: mtime: 1385570753316,
debug: resource: 'App',
debug: _rev: '1-51ee90c91eda78522e70e99d7c895d25',
debug: version: '0.0.1-1',
debug: dependencies:
debug: { sails: '0.9.4',
debug: grunt: '0.4.1',
debug: 'sails-disk': '~0.9.0',
debug: ejs: '0.8.4',
debug: optimist: '0.3.4' },
debug: main: 'app.js',
debug: description: 'Blog back-end behind http://samstil.es/',
debug: repository: '',
debug: engines: { node: '0.10.21' },
debug: id: 'Blog' } } }
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write C:\Users\Sam\Desktop\Blog\package.json
data:
data: {
data: author: 'Samuel Stiles',
data: dependencies: {
data: ejs: '0.8.4',
data: optimist: '0.3.4',
data: grunt: '0.4.1',
data: sails: '0.9.4',
data: sails-disk: '~0.9.0'
data: },
data: description: 'Blog back-end behind http://samstil.es/',
data: engines: { node: '0.10.21' },
data: license: '',
data: main: 'app.js',
data: name: 'Blog',
data: private: true,
data: repository: '',
data: scripts: { start: 'node app.js', debug: 'node debug app.js' },
data: subdomain: 'latros-blog',
data: version: '0.0.1-2'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.1-2
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/latros/Blog/snapshots/0.0.1-2',
debug: headers:
debug: { Authorization: '**************************************************
***************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 1212305 },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
info Uploading: [=============================] 100%
debug: { statusCode: 500,
debug: result: { error: 'No matching versions found' } }
error: Error running command deploy
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