Skip to content

Instantly share code, notes, and snippets.

@GarrettS
Created December 23, 2011 01:46
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 GarrettS/1512723 to your computer and use it in GitHub Desktop.
Save GarrettS/1512723 to your computer and use it in GitHub Desktop.
Jitsu Deploy fail II
Garrett-Smiths-MacBook-Pro:missionmassage garrettsmith$ jitsu deploy
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Authenticated as xkit
warn:
warn: Your package.json file is missing required fields:
warn:
warn: subdomain
warn:
warn: Prompting user for required fields.
warn: Press ^C at any time to quit.
warn:
help:
help: The subdomain is where your application will reside.
help: Your application will then become accessible at: http://yourdomain.nodejitsu.com
help:
prompt: subdomain (missionmassage): missionmassage
error: The application name you have requested is already in use.
error: The subdomain you have requested is already in use.
prompt: App name (missionmassage):
help:
help: The subdomain is where your application will reside.
help: Your application will then become accessible at: http://yourdomain.nodejitsu.com
help:
prompt: subdomain (missionmassage):
error: The subdomain you have requested is already in use.
help:
help: The subdomain is where your application will reside.
help: Your application will then become accessible at: http://yourdomain.nodejitsu.com
help:
prompt: subdomain (missionmassage): thaimassagemission
warn: About to write /Users/garrettsmith/missionmassage/package.json
data:
data: {
data: bin: { http-server: './bin/http-server' },
data: dependencies: {
data: colors: '*',
data: optimist: '0.2.x',
data: union: '0.1.x',
data: eyes: '~0.1.6',
data: ecstatic: '0.1.x',
data: flatiron: '0.1.x'
data: },
data: bundleDependencies: [ 'node-static' ],
data: keywords: [ 'cli', 'command' ],
data: noAnalyze: true,
data: preferGlobal: 'true',
data: scripts: { start: 'node ./bin/http-server', test: 'vows --spec --isolate' },
data: name: 'missionmassage',
data: description: 'a simple zero-configuration command-line http server',
data: main: './lib/http-server',
data: engine: { node: '>=0.4' },
data: author: 'Nodejitsu <support@nodejitsu.com>',
data: subdomain: 'thaimassagemission',
data: repository: { type: 'git', url: 'https://github.com/nodejitsu/http-server.git' },
data: version: '0.4.0',
data: license: 'MIT',
data: devDependencies: { request: '2.1.x', vows: '0.5.x' }
data: }
data:
prompt: Is this ok? (yes): yes
info: Analyzing your application dependencies in node ./bin/http-server
warn: No application exists for missionmassage
info: Checking app availability missionmassage
info: Creating app missionmassage
warn: Creating new snapshot for version 0.4.0
info: Done creating snapshot 0.4.0
info: Updating application missionmassage
info: Activating snapshot 0.4.0 for missionmassage
info: Stopping app xkit/missionmassage
info: App xkit/missionmassage is now stopped
info: Starting app xkit/missionmassage
help:
help: Usage:
help:
help: Deploys an application using the following steps:
help:
help: 1. Creates the application (if necessary)
help: 2. Creates or validates the package.json
help: 3. Packages and creates a new snapshot
help: 4. Stops the application (if neccessary)
help: 5. Starts the application
help:
help: jitsu deploy
help: jitsu apps deploy
help:
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Haibu
error: Message: NPM Install failed
error:
error: Error: NPM Install failed
error: at ChildProcess.<anonymous> (/root/haibu-orchestra/node_modules/haibu/lib/haibu/plugins/chroot.js:136:19)
error: at ChildProcess.emit (events.js:67:17)
error: at ChildProcess.onexit (child_process.js:192:12)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment