Skip to content

Instantly share code, notes, and snippets.

@adamchapp
Created May 17, 2013 13:32
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 adamchapp/5599050 to your computer and use it in GitHub Desktop.
Save adamchapp/5599050 to your computer and use it in GitHub Desktop.
Nodejitsu deploy issues
nucleus@LONAC549MAC:~/Documents/other projects/d3timelineserver|master⚡ ⇒ jitsu deploy --debug
info: Welcome to Nodejitsu sparrowman
info: jitsu v0.12.10-2, node v0.8.1
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/sparrowman/timeline',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'sparrowman/timeline',
debug: name: 'timeline',
debug: scripts: { start: 'node app.js' },
debug: user: 'sparrowman',
debug: subdomain: 'd3timeline',
debug: snapshots: [],
debug: env:
debug: { SUBDOMAIN: 'd3timeline',
debug: NODE_ENV: 'production' },
debug: domains: [],
debug: databases: {},
debug: config: {},
debug: maxDrones: 1,
debug: drones: 0,
debug: ctime: 1368786261580,
debug: mtime: 1368786261580,
debug: resource: 'App',
debug: _rev: '1-55698d24e0fc16c3384deddc5d419091',
debug: version: '0.0.1',
debug: dependencies:
debug: { express: '3.x',
debug: 'node-static': '0.6.x' },
debug: description: 'Timeline component',
debug: engines: { node: '0.8.4', npm: '1.1.49' },
debug: id: 'timeline' } } }
info: Creating snapshot 0.0.2
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/sparrowman/timeline/snapshots/0.0.2',
debug: headers:
debug: { Authorization: '*********************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 69825 },
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
error: No matching versions found
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