Created
April 4, 2013 21:00
-
-
Save ianjennings/5314309 to your computer and use it in GitHub Desktop.
Error: Error spawning drone: no matching engine found
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
➜ server git:(master) ✗ jitsu deploy | |
info: Welcome to Nodejitsu sw1tch | |
info: jitsu v0.12.10, node v0.8.19 | |
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/Jennings/Development/mote.io/server/package.json | |
data: | |
data: { | |
data: version: '0.0.0-75', | |
data: repository: { url: 'git://github.com/ianjennings/mote.io.git', type: 'git' }, | |
data: author: 'Ian Jennings <[email protected]> (http://ianjennin.gs)', | |
data: engines: { node: '0.8.x' }, | |
data: scripts: { start: 'node server.js' }, | |
data: dependencies: { | |
data: winston: '0.6.2', | |
data: sendgrid: '0.2.6', | |
data: passport-local-mongoose: '0.2.1', | |
data: socket.io: '0.9.13', | |
data: express: '3.x', | |
data: mongodb: '1.2.14', | |
data: mongoose: '3.5.9', | |
data: connect-mongo: '0.3.2', | |
data: passport-local: '0.1.6', | |
data: jade: '0.28.2', | |
data: passport.socketio: '1.0.1', | |
data: hat: '0.0.3', | |
data: validator: '0.4.28', | |
data: passport: '0.1.16', | |
data: underscore: '1.3.1' | |
data: }, | |
data: devDependencies: {}, | |
data: homepage: 'http://mote.io', | |
data: name: 'mote.io', | |
data: description: 'Mote.io control server', | |
data: subdomain: 'sw1tch-moteio', | |
data: domains: [ 'mote.io', 'www.mote.io' ] | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.0.0-75 | |
info Uploading: [=============================] 100% | |
info: Updating app mote.io | |
info: Activating snapshot 0.0.0-75 for mote.io | |
info: Starting app mote.io | |
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