Created
August 30, 2012 04:22
-
-
Save munsellj/3522295 to your computer and use it in GitHub Desktop.
nodejitsu deploy 500 error
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
info: Welcome to Nodejitsu pprae | |
info: jitsu v0.9.7 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing your application dependencies in web.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Users/jonny/Sites/bestroomontt/tt_fm_bot/package.json | |
data: | |
data: { | |
data: scripts: { start: 'web.js' }, | |
data: subdomain: 'pprae', | |
data: dependencies: { | |
data: twitter: '> 0.1', | |
data: jade: '0.17.0', | |
data: express-expose: '>=0.2.0 <0.3.0', | |
data: mongodb: '0.9.9-7', | |
data: mongoose: '2.5.13', | |
data: stylus: '0.29.0', | |
data: express: '>=2.2.0 <=2.3.1', | |
data: ttapi: '1.3.1', | |
data: airbrake: '>=0.2.0' | |
data: }, | |
data: version: '0.1.1-4', | |
data: engines: { node: '0.8.x' }, | |
data: name: 'pprae' | |
data: } | |
data: | |
prompt: Is this ok?: (yes) yes | |
info: Creating snapshot 0.1.1-4 | |
info: Updating app pprae | |
info: Activating snapshot 0.1.1-4 for pprae | |
info: Starting app pprae | |
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: module.js:340 | |
error: throw err; | |
error: ^ | |
error: Error: Cannot find module './site_config' | |
error: at Function.Module._resolveFilename (module.js:338:15) | |
error: at Function.Module._load (module.js:280:25) | |
error: at Module.require (module.js:362:17) | |
error: at require (module.js:378:17) | |
error: at Object.<anonymous> (/opt/haibu/apps/pprae/pprae/package/web.js:4:16) | |
error: at Module._compile (module.js:449:26) | |
error: at Object.Module._extensions..js (module.js:467:10) | |
error: at Module.load (module.js:356:32) | |
error: at Function.Module._load (module.js:312:12) | |
error: at Function.Module.runMain (module.js:492: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