Skip to content

Instantly share code, notes, and snippets.

@garrettwilkin
Created September 4, 2012 04:20
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 garrettwilkin/3616531 to your computer and use it in GitHub Desktop.
Save garrettwilkin/3616531 to your computer and use it in GitHub Desktop.
Another failed deploy
gw@airy ~/C/HackerClubProjectOne> jitsu deploy
info: Welcome to Nodejitsu garrettwilkin
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in main.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/gw/Code/HackerClubProjectOne/package.json
data:
data: {
data: engines: { node: '0.8.x' },
data: scripts: { start: 'main.js' },
data: subdomain: 'hackerclub',
data: name: 'HackerClubProjectOne',
data: version: '0.0.1-3',
data: dependencies: {
data: union: '0.3.x',
data: socket.io: '0.9.x',
data: mongojs: '0.3.x',
data: ecstatic: '0.1.x',
data: flatiron: '0.2.x'
data: }
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.1-3
info: Updating app HackerClubProjectOne
info: Activating snapshot 0.0.1-3 for HackerClubProjectOne
info: Starting app HackerClubProjectOne
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 [object Object].getSpawnOptions (/root/haibu-orchestra/node_modules/haibu/lib/haibu/core/spawner.js:36:17)
error: at [object Object].getSpawnOptions (/root/haibu-orchestra/node_modules/haibu/lib/haibu/plugins/useraccounts.js:34:31)
error: at spawnNpm (/root/haibu-orchestra/node_modules/haibu/lib/haibu/plugins/useraccounts.js:62:32)
error: at Object.oncomplete (/root/haibu-orchestra/node_modules/haibu/node_modules/tar/node_modules/fstream/node_modules/graceful-fs/graceful-fs.js:94:5)
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