Skip to content

Instantly share code, notes, and snippets.

@colemanfoley
Created March 22, 2013 02:34
Show Gist options
  • Save colemanfoley/5218525 to your computer and use it in GitHub Desktop.
Save colemanfoley/5218525 to your computer and use it in GitHub Desktop.
jitsu deploy error output
info: Welcome to Nodejitsu coleman
info: jitsu v0.12.8, node v0.8.21
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/colemanfoley/code/playlist-me/public/playlist-me-helper/package.json
data:
data: {
data: subdomain: 'playlist-me-helper',
data: name: 'playlist-me-helper',
data: scripts: { start: 'node server.js' },
data: bundleDependencies: [ 'browserid-verifier' ],
data: engines: { node: '0.8.x' },
data: version: '0.0.0-5'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.0-5
info Uploading: [=============================] 100%
info: Updating app playlist-me-helper
info: Activating snapshot 0.0.0-5 for playlist-me-helper
info: Starting app playlist-me-helper
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: Error spawning drone
error: Script prematurely exited
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
error:
error: Error: Error spawning drone
error: at onExit (/root/haibu-orchestra/node_modules/haibu/lib/haibu/core/spawner.js:374:17)
error: at listener (/root/haibu-orchestra/node_modules/haibu/node_modules/forever-monitor/node_modules/broadway/node_modules/eventemitter2/lib/eventemitter2.js:244:10)
error: at EventEmitter.emit (/root/haibu-orchestra/node_modules/haibu/node_modules/forever-monitor/node_modules/broadway/node_modules/eventemitter2/lib/eventemitter2.js:332:22)
error: at letChildDie (/root/haibu-orchestra/node_modules/haibu/node_modules/forever-monitor/lib/forever-monitor/monitor.js:170:12)
error: at ChildProcess.Monitor.start (/root/haibu-orchestra/node_modules/haibu/node_modules/forever-monitor/lib/forever-monitor/monitor.js:184:7)
error: at ChildProcess.EventEmitter.emit (events.js:99:17)
error: at Process._handle.onexit (child_process.js:678:10)
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