Skip to content

Instantly share code, notes, and snippets.

@coen-hyde
Created March 17, 2012 07:10
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 coen-hyde/2055978 to your computer and use it in GitHub Desktop.
Save coen-hyde/2055978 to your computer and use it in GitHub Desktop.
Nodejitsu deploy error
$ 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 server.js
warn: Local version appears to be old.
warn: Your package.json version will be incremented for you automatically.
warn: About to write /Users/coen-hyde/Sites/coenhyde/package.json
data:
data: {
data: scripts: { start: 'server.js' },
data: dependencies: {
data: coffee-script: '1.1.x',
data: express: '2.5.x',
data: winston: '0.5.x',
data: config: '0.4.x'
data: },
data: name: 'coenhyde.com',
data: version: '0.0.1-4',
data: subdomain: 'coenhyde',
data: engines: { node: 'v0.6.x' },
data: domains: [ 'coenhyde.com' ],
data: description: 'Website for coenhyde.com'
data: }
data:
prompt: Is this ok? (yes):
warn: Creating new snapshot for version 0.0.1-4
info: Done creating snapshot 0.0.1-4
info: Updating application coenhyde.com
info: Activating snapshot 0.0.1-4 for coenhyde.com
info: Stopping app coenhyde.com
info: App coenhyde.com is now stopped
info: Starting app coenhyde.com
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start your application.
error: Error spawning drone
error: Script prematurely exited
error:
error: This type of error is usually a user error.
error: Error output from your application:
error:
error: Error loading plugin: /root/haibu-orchestra/lib/plugins/carapace/instrument.js
error: Cannot find module '../common'
error: [ 'Error: Cannot find module \'../common\'',
error: ' at Function._resolveFilename (module.js:334:11)',
error: ' at Function._load (module.js:279:25)',
error: ' at Module.require (module.js:357:17)',
error: ' at require (module.js:368:17)',
error: ' at Object.<anonymous> (/root/haibu-orchestra/node_modules/orchestra-instrument/lib/instrument/plugin.js:10:14)',
error: ' at Module._compile (module.js:432:26)',
error: ' at Object..js (module.js:450:10)',
error: ' at Module.load (module.js:351:31)',
error: ' at Function._load (module.js:310:12)',
error: ' at Module.require (module.js:357:17)' ]
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment