Skip to content

Instantly share code, notes, and snippets.

@mattinsler
Created October 14, 2012 03:41
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 mattinsler/3887185 to your computer and use it in GitHub Desktop.
Save mattinsler/3887185 to your computer and use it in GitHub Desktop.
mort:socket.io mattinsler$ jitsu deploy
info: Welcome to Nodejitsu mattinsler
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Skipping require-analyzer because noanalyze option is set
info: Skipping require-analyzer because noanalyze option is set
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/mattinsler/node/socket.io/package.json
data:
data: {
data: subdomain: 'mattinsler.socket.io',
data: name: 'nodeapps-socket.io',
data: description: '[http://socket.io](http://socket.io)',
data: scripts: { start: 'node bin/server' },
data: author: { name: 'Nodejitsu Inc.', email: 'support@nodejitsu.com' },
data: analyze: false,
data: readme: '# Node Apps\n## socket.io boilerplate\n\n[http://socket.io](http://socket.io)\n\n![](https://github.com/nodeapps/boilerplates/raw/master/screenshots/socket.io.png)\n\n# Installation\n\n mkdir myapp\n cd myapp/\n jitsu install socket.io\n\n*If you do not have `jitsu` installed you can install it via `npm install jitsu -g`*\n\n\n# Usage\n\n### Starting boilerplate locally\n\n node bin/server\n\n*Now you can visit http://localhost:8080 to view your application*\n\n### Deploy boilerplate to nodejitsu\n\n jitsu deploy\n\n*You will now be prompted for a `subdomain` to deploy your application on*\n\n\n# License\n\n(The MIT License)\n\nCopyright (c) 2011 Nodejitsu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n',
data: dependencies: {
data: socket.io: '0.9.x',
data: express: '3.0.x',
data: mongodb: '1.1.7',
data: jade: '>= 0.27.0',
data: redis: '0.8.1'
data: },
data: version: '0.1.2-5',
data: dist: { shasum: 'b593000bf4d4417a78305c13b94e9fd5537497bd' },
data: engines: { node: '0.8.x' }
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.1.2-5
info: Updating app nodeapps-socket.io
info: Activating snapshot 0.1.2-5 for nodeapps-socket.io
info: Starting app nodeapps-socket.io
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