Created
October 28, 2012 15:38
-
-
Save hunterloftis/3968933 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
~/work/boilerplate2 (master *) $ jitsu deploy | |
info: Welcome to Nodejitsu hunterloftis | |
info: jitsu v0.10.3-1, node v0.8.11 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node app.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Users/hunter/work/boilerplate2/package.json | |
warn: Using '*' as a version for dependencies may eventually cause issues | |
warn: Use specific versions for dependencies to avoid future problems | |
warn: See: http://package.json.jit.su for more information | |
data: | |
data: { | |
data: author: 'Hunter Loftis <[email protected]>', | |
data: dependencies: { | |
data: jade: '*', | |
data: mongoose: '*', | |
data: express: '3.0.0rc2', | |
data: mockery: '~1.2.0', | |
data: stylus: '*', | |
data: bcrypt: '*', | |
data: connect-timeout: '*', | |
data: oauth: '*', | |
data: github: '*', | |
data: connect-redis: '*' | |
data: }, | |
data: subdomain: 'components', | |
data: engines: { node: '0.8.x' }, | |
data: name: 'components', | |
data: scripts: { start: 'node app.js' }, | |
data: version: '0.0.4-2', | |
data: devDependenciesDisabled: { | |
data: zombie: '1.3.1', | |
data: mocha: '*', | |
data: superagent: 'git://github.com/hunterloftis/superagent.git', | |
data: should: '*' | |
data: } | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.0.4-2 | |
info Uploading: [ ] 2% | |
info: Updating app components | |
info: Activating snapshot 0.0.4-2 for components | |
info: Starting app components | |
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: <[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