Skip to content

Instantly share code, notes, and snippets.

@timsavery
Created April 8, 2013 17:28
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 timsavery/5338637 to your computer and use it in GitHub Desktop.
Save timsavery/5338637 to your computer and use it in GitHub Desktop.
jitsu deploy error
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: <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