Created
April 8, 2013 17:28
-
-
Save timsavery/5338637 to your computer and use it in GitHub Desktop.
jitsu deploy error
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
Tims-MacBook-Air:nodeph-website timsavery$ jitsu deploy | |
info: Welcome to Nodejitsu timsavery | |
info: jitsu v0.9.8 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in app.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Users/timsavery/github/nodephilly/nodeph-website/package.json | |
data: | |
data: { | |
data: repository: { type: 'git', url: 'https://github.com/NodePhilly/nodeph-website.git' }, | |
data: domains: [ 'www.node.ph', 'node.ph' ], | |
data: private: true, | |
data: dependencies: { | |
data: winston: '0.6.x', | |
data: stripe: '1.3.0', | |
data: stylus: '0.28.0', | |
data: poet: '0.2.x', | |
data: geeklist: 'https://github.com/timsavery/node-geeklist/archive/master.tar.gz', | |
data: jade: '0.26.3', | |
data: nodemailer: '0.3.22', | |
data: twitterfeed: '0.1.1', | |
data: nano: '3.3.0', | |
data: express: '2.5.7', | |
data: async: '0.1.22' | |
data: }, | |
data: engines: { node: '0.8.x' }, | |
data: name: 'node.ph', | |
data: subdomain: 'nodephilly', | |
data: version: '0.2.0-41', | |
data: scripts: { start: 'app.js' } | |
data: } | |
data: | |
prompt: Is this ok?: (yes) yes | |
info: Creating snapshot 0.2.0-41 | |
info: Updating app node.ph | |
info: Activating snapshot 0.2.0-41 for node.ph | |
info: Starting app node.ph | |
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: no matching engine found | |
error: Repository configuration | |
error: | |
error: This type of error is usually a user error. | |
error: Error output from Haibu: | |
error: | |
error: Error: Error spawning drone: no matching engine found | |
error: at getSpawnOptions (/root/haibu-orchestra/node_modules/haibu/lib/haibu/core/spawner.js:35:17) | |
error: at getSpawnOptions (/root/haibu-orchestra/node_modules/haibu/lib/haibu/plugins/useraccounts.js:40:31) | |
error: at Spawner.spawn (/root/haibu-orchestra/node_modules/haibu/lib/haibu/core/spawner.js:174:30) | |
error: at Spawner.trySpawn (/root/haibu-orchestra/node_modules/haibu/lib/haibu/core/spawner.js:135:12) | |
error: at Tar.init (/root/haibu-orchestra/node_modules/haibu/lib/haibu/repositories/tar.js:70:11) | |
error: at ChildProcess.useraccounts.attach.haibu.common.npm.install (/root/haibu-orchestra/node_modules/haibu/lib/haibu/plugins/useraccounts.js:257:15) | |
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