Created
March 22, 2013 02:34
-
-
Save colemanfoley/5218525 to your computer and use it in GitHub Desktop.
jitsu deploy error output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: <[email protected]> | |
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