Skip to content

Instantly share code, notes, and snippets.

@timsavery
Created April 2, 2012 16:10
Show Gist options
  • Save timsavery/2284697 to your computer and use it in GitHub Desktop.
Save timsavery/2284697 to your computer and use it in GitHub Desktop.
jitsu deploy error
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.x' },
data: name: 'node.ph',
data: subdomain: 'nodephilly',
data: domains: [ 'www.node.ph', 'node.ph' ],
data: scripts: { start: 'app.js' },
data: dependencies: {
data: ntwitter: '0.2.10',
data: socket.io: '0.9.1-1',
data: express: '2.5.7'
data: },
data: private: true,
data: version: '0.0.1-61'
data: }
data:
prompt: Is this ok? (yes): yes
warn: Creating new snapshot for version 0.0.1-61
info: Done creating snapshot 0.0.1-61
info: Updating application node.ph
info: Activating snapshot 0.0.1-61 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: 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:109:22)
error: at Request.<anonymous> (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:481:18)
error: at Request.emit (events.js:67:17)
error: at IncomingMessage.<anonymous> (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:442:16)
error: at IncomingMessage.emit (events.js:88:20)
error: at CleartextStream.<anonymous> (http.js:1181:17)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment