Skip to content

Instantly share code, notes, and snippets.

@lemonad
Created June 21, 2012 21:49
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 lemonad/2968761 to your computer and use it in GitHub Desktop.
Save lemonad/2968761 to your computer and use it in GitHub Desktop.
Jitsu error when deploying
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/jonas/Projects/node.js/hawfinch/package.json
data:
data: {
data: dependencies: {
data: knox: '0.0.9',
data: postmark: '0.1.6',
data: bcrypt: '0.5.0',
data: nconf: '0.5.1',
data: connect-redis: '1.2.0',
data: oauth: '0.9.5',
data: express: '2.5.8',
data: async: '0.1.18',
data: passport: '0.1.6',
data: jade: '0.20.3',
data: sinon: '1.3.1',
data: nib: '0.3.2',
data: passport-local: '0.1.0',
data: slug: '0.2.2',
data: formidable: '1.0.9',
data: gravatar: '1.0.6',
data: hiredis: '0.1.14',
data: redis: '0.7.1',
data: connect-auth: '0.5.0',
data: node-schedule: '0.1.5',
data: passport-http-bearer: '0.1.0',
data: active-x-obfuscator: '*',
data: express-messages: '0.0.2',
data: validator: '0.4.6-3',
data: stylus: '0.24.0',
data: imagemagick: '0.1.2',
data: markdown: '0.4.0',
data: socket.io: '0.9.2',
data: vows: '0.6.1',
data: connect: '2.0.2'
data: },
data: domains: [ 'hawfin.ch' ],
data: private: true,
data: subdomain: 'hawfinch',
data: author: 'Jonas Nockert <jonasnockert@gmail.com>',
data: engines: { node: '0.6.12' },
data: description: "It's crunch time!",
data: version: '0.0.1-115',
data: directories: { lib: './lib' },
data: repository: { type: 'git', url: 'git://github.com/lemonad/hawfinch.git' },
data: scripts: { start: 'server.js' },
data: name: 'hawfin.ch',
data: files: [ '' ]
data: }
data:
prompt: Is this ok? (yes):
warn: Creating new snapshot for version 0.0.1-115
info: Done creating snapshot 0.0.1-115
info: Updating application hawfin.ch
info: Activating snapshot 0.0.1-115 for hawfin.ch
info: Stopping app hawfin.ch
info: App hawfin.ch is now stopped
info: Starting app hawfin.ch
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: Cannot make Rackspace request if not authorized
error: Error output from Haibu:
error:
error: Error: Cannot make Rackspace request if not authorized
error: at Object.rackspace (/root/haibu-orchestra/node_modules/haibu/node_modules/cloudfiles/lib/cloudfiles/common.js:150:21)
error: at [object Object].getFile (/root/haibu-orchestra/node_modules/haibu/node_modules/cloudfiles/lib/cloudfiles/core.js:331:20)
error: at /root/haibu-orchestra/node_modules/haibu/lib/haibu/repositories/remote-file.js:105:17
error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node_modules/cloudfiles/lib/cloudfiles/core.js:70:14)
error: at Request.callback (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:119:22)
error: at Request.<anonymous> (native)
error: at Request.emit (events.js:70:17)
error: at Request.<anonymous> (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:521:16)
error: at Request.emit (events.js:67:17)
error: at IncomingMessage.<anonymous> (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:483:14)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment