Skip to content

Instantly share code, notes, and snippets.

Created January 10, 2013 16:51
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 anonymous/0ddcdd8ea34a326365c7 to your computer and use it in GitHub Desktop.
Save anonymous/0ddcdd8ea34a326365c7 to your computer and use it in GitHub Desktop.
Error deploying to nodejitsu
info: Welcome to Nodejitsu boundabout
info: jitsu v0.11.4, node v0.8.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/michaeldinerstein/Development/movie/package.json
data:
data: {
data: version: '0.2.0-22',
data: dependencies: {
data: connect-redis: '1.4.1',
data: dwolla: '0.0.8',
data: jade: '0.26.0',
data: redis: '0.8.1',
data: mongoose: '3.0.0',
data: cron: '1.0.0',
data: connect-assets: '2.2.1',
data: moment: '1.7.0',
data: cloudinary: '0.2.6',
data: connect-flash: '0.1.0',
data: superagent: '0.9.7',
data: nodemailer: '0.3.26',
data: express: '3.x',
data: kue: '0.4.0'
data: },
data: engines: { node: '0.8.x', npm: '1.1.46' },
data: subdomain: 'letsallwatchamovie',
data: env: { CXX: '/opt/local/bin/g++ -m64', PYTHON: '/opt/local/bin/python2.7' },
data: scripts: { start: 'node server.js', test: 'mocha --require should --compilers coffee:coffee-script --colors' },
data: devDependencies: {
data: mocha: '*',
data: should: '*',
data: coffee-script: '*',
data: docco: '*',
data: request: '*',
data: supervisor: '*'
data: },
data: private: true,
data: domains: [ 'letsallwatchamovie.com', 'www.letsallwatchamovie.com', 'letsalldosomething.com', 'www.letsalldosomething.com' ],
data: name: 'letsallwatchamovie',
data: bundleDependencies: [ 'mongoose' ]
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.2.0-22
info Uploading: [=============================] 100%
info: Updating app letsallwatchamovie
info: Activating snapshot 0.2.0-22 for letsallwatchamovie
info: Starting app letsallwatchamovie
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: Rackspace Error (404): Item not found
error: Error output from Haibu:
error:
error: Error: Rackspace Error (404): Item not found
error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node_modules/cloudfiles/lib/cloudfiles/common.js:184:18)
error: at Request.init.self.callback (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:119:22)
error: at Request.EventEmitter.emit (events.js:91:17)
error: at Request.<anonymous> (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:521:16)
error: at Request.EventEmitter.emit (events.js:115:20)
error: at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:483:14)
error: at IncomingMessage.EventEmitter.emit (events.js:115:20)
error: at IncomingMessage._emitEnd (http.js:366:10)
error: at IncomingMessage._emitPending (http.js:338:16)
error: at process.startup.processNextTick.process._tickCallback (node.js:244:9)
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