Skip to content

Instantly share code, notes, and snippets.

@timsavery
Created February 28, 2012 23:19
Show Gist options
  • Save timsavery/1935996 to your computer and use it in GitHub Desktop.
Save timsavery/1935996 to your computer and use it in GitHub Desktop.
jitsu fail
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn:
warn: Your package.json file is missing required fields:
warn:
warn: engines
warn:
warn: Prompting user for required fields.
warn: Press ^C at any time to quit.
warn:
prompt: engines (v0.6.11-pre):
warn: About to write /home/tsavery/Aptana Studio 3 Workspace/node.ph/package.json
data:
data: {
data: engines: { node: 'v0.6.11-pre' },
data: name: 'node.ph',
data: subdomain: 'nodephilly',
data: domains: [ 'www.node.ph' ],
data: scripts: { start: 'app.js' },
data: dependencies: { express: '2.5.7', request: '2.9.152' },
data: private: true,
data: version: '0.0.1-9'
data: }
data:
prompt: Is this ok? (yes): yes
info: Analyzing your application dependencies in app.js
warn: No application exists for node.ph
info: Checking app availability node.ph
info: Creating app node.ph
warn: Creating new snapshot for version 0.0.1-9
info: Done creating snapshot 0.0.1-9
info: Updating application node.ph
info: Activating snapshot 0.0.1-9 for node.ph
info: Stopping app node.ph
info: App node.ph is now stopped
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 your application.
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:34:17)
error: at [object Object].getSpawnOptions (/root/haibu-orchestra/node_modules/haibu/lib/haibu/plugins/chroot.js:102:34)
error: at Object.spawnNpm [as oncomplete] (/root/haibu-orchestra/node_modules/haibu/lib/haibu/plugins/chroot.js:146:32)
info: Nodejitsu not ok
tsavery@tangialt01:~/Aptana Studio 3 Workspace/node.ph$ clear
tsavery@tangialt01:~/Aptana Studio 3 Workspace/node.ph$ jitsu deploy
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in app.js
warn: Local version appears to be old.
warn: Your package.json version will be incremented for you automatically.
warn: About to write /home/tsavery/Aptana Studio 3 Workspace/node.ph/package.json
data:
data: {
data: engines: { node: 'v0.6.11-pre' },
data: name: 'node.ph',
data: subdomain: 'nodephilly',
data: domains: [ 'www.node.ph' ],
data: scripts: { start: 'app.js' },
data: dependencies: { express: '2.5.7', request: '2.9.152' },
data: private: true,
data: version: '0.0.1-10'
data: }
data:
prompt: Is this ok? (yes): yes
warn: Creating new snapshot for version 0.0.1-10
info: Done creating snapshot 0.0.1-10
info: Updating application node.ph
info: Activating snapshot 0.0.1-10 for node.ph
info: Stopping app node.ph
info: App node.ph is now stopped
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 your application.
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:34:17)
error: at [object Object].getSpawnOptions (/root/haibu-orchestra/node_modules/haibu/lib/haibu/plugins/chroot.js:102:34)
error: at Object.spawnNpm [as oncomplete] (/root/haibu-orchestra/node_modules/haibu/lib/haibu/plugins/chroot.js:146:32)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment