Skip to content

Instantly share code, notes, and snippets.

@recipher
Created February 8, 2013 19:51
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 recipher/4741480 to your computer and use it in GitHub Desktop.
Save recipher/4741480 to your computer and use it in GitHub Desktop.
jitsu deploy --debug
jitsu deploy --debug
info: Welcome to Nodejitsu perceptal
info: jitsu v0.11.6, node v0.8.5
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/perceptal/gamed',
debug: headers:
debug: { Authorization: '*********************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000 }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'perceptal/gamed',
debug: name: 'gamed',
debug: scripts: { test: 'make test', start: 'node app.js' },
debug: user: 'perceptal',
debug: subdomain: 'gamed.perceptal',
debug: snapshots:
debug: [ { id: '0.1.0-5',
debug: md5: 'c917cca3ee9deb5cd8d5605f12a74c05',
debug: filename: 'perceptal-gamed-0.1.0-5.tgz',
debug: ctime: 1360350208851 } ],
debug: env:
debug: { SUBDOMAIN: 'gamed.perceptal',
debug: NODE_ENV: 'production' },
debug: domains: [],
debug: databases: {},
debug: config: {},
debug: maxDrones: 1,
debug: drones: 0,
debug: ctime: 1360350150577,
debug: mtime: 1360350208863,
debug: resource: 'App',
debug: _rev: '2-dc763a403002d8b7525d08ef0c5c43b1',
debug: version: '0.1.0-5',
debug: dependencies:
debug: { underscore: '~1.3.3',
debug: express: '~3.0.5',
debug: jade: '~0.27.7',
debug: ejs: '~0.8.3',
debug: stylus: '~0.31.0',
debug: nib: '~0.9.0',
debug: 'connect-redis': '~1.4.5',
debug: 'socket.io': '~0.9.13',
debug: redis: '~0.7.3',
debug: async: '~0.1.22',
debug: 'node-uuid': '~1.4.0',
debug: bcrypt: '~0.7.3',
debug: nconf: '~0.6.7',
debug: postal: '~0.8.2',
debug: redback: '~0.3.2',
debug: passport: '~0.1.15',
debug: 'passport.socketio': '~1.0.0' },
debug: devDependencies:
debug: { grunt: '~0.3.17',
debug: mocha: '~1.7.4',
debug: should: '~1.2.1',
debug: sinon: '~1.5.2',
debug: supertest: '~0.5.1',
debug: zombie: '~1.4.1',
debug: 'grunt-contrib-clean': '~0.4.0a',
debug: 'grunt-contrib-mincss': '~0.3.2',
debug: 'grunt-contrib-handlebars': '~0.3.4' },
debug: main: './app.js',
debug: description: 'Game',
debug: repository:
debug: { type: 'git',
debug: url: 'git@github.com/perceptal:game.git' },
debug: engines: { node: '0.8.x', npm: '1.1.x' },
debug: id: 'gamed' } } }
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/recipher/Code/op/game/package.json
data:
data: {
data: scripts: { start: 'node app.js', test: 'make test' },
data: author: { name: 'Johnny Hall', email: 'engineer@perceptal.co.uk' },
data: main: './app.js',
data: homepage: 'http://www.perceptal.co.uk/',
data: version: '0.1.0-6',
data: devDependencies: {
data: grunt-contrib-clean: '~0.4.0a',
data: grunt-contrib-handlebars: '~0.3.4',
data: supertest: '~0.5.1',
data: sinon: '~1.5.2',
data: grunt-contrib-mincss: '~0.3.2',
data: mocha: '~1.7.4',
data: grunt: '~0.3.17',
data: zombie: '~1.4.1',
data: should: '~1.2.1'
data: },
data: engines: { node: '0.8.x', npm: '1.1.x' },
data: dependencies: {
data: express: '~3.0.5',
data: redis: '~0.7.3',
data: ejs: '~0.8.3',
data: async: '~0.1.22',
data: passport.socketio: '~1.0.0',
data: socket.io: '~0.9.13',
data: redback: '~0.3.2',
data: nib: '~0.9.0',
data: underscore: '~1.3.3',
data: connect-redis: '~1.4.5',
data: stylus: '~0.31.0',
data: nconf: '~0.6.7',
data: node-uuid: '~1.4.0',
data: jade: '~0.27.7',
data: bcrypt: '~0.7.3',
data: postal: '~0.8.2',
data: passport: '~0.1.15'
data: },
data: keywords: [],
data: description: 'Game',
data: repository: { type: 'git', url: 'git@github.com/perceptal:game.git' },
data: name: 'gamed',
data: subdomain: 'gamed.perceptal'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.1.0-6
info Uploading: [=============================] 100%
info: Updating app gamed
debug: { method: 'PUT',
debug: uri: 'https://api.nodejitsu.com/apps/perceptal/gamed',
debug: headers:
debug: { Authorization: '*********************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: body: '{"name":"gamed","description":"Game","version":"0.1.0-6","homepage":"http://www.perceptal.co.uk/","author":{"name":"Johnny Hall","email":"engineer@perceptal.co.uk"},"repository":{"type":"git","url":"git@github.com/perceptal:game.git"},"main":"./app.js","engines":{"node":"0.8.x","npm":"1.1.x"},"scripts":{"test":"make test","start":"node app.js"},"dependencies":{"underscore":"~1.3.3","express":"~3.0.5","jade":"~0.27.7","ejs":"~0.8.3","stylus":"~0.31.0","nib":"~0.9.0","connect-redis":"~1.4.5","socket.io":"~0.9.13","redis":"~0.7.3","async":"~0.1.22","node-uuid":"~1.4.0","bcrypt":"~0.7.3","nconf":"~0.6.7","postal":"~0.8.2","redback":"~0.3.2","passport":"~0.1.15","passport.socketio":"~1.0.0"},"devDependencies":{"grunt":"~0.3.17","mocha":"~1.7.4","should":"~1.2.1","sinon":"~1.5.2","supertest":"~0.5.1","zombie":"~1.4.1","grunt-contrib-clean":"~0.4.0a","grunt-contrib-mincss":"~0.3.2","grunt-contrib-handlebars":"~0.3.4"},"keywords":[],"subdomain":"gamed.perceptal"}' }
debug: { statusCode: 500,
debug: result:
debug: { message: 'App name / subdomain combination is not available',
debug: stack: 'Error: App name / subdomain combination is not available\n at AppController._isFreeRootSubdomain (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:963:17)\n at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:184:13)\n at Function.Resource.runAfterHooks (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:93:12)\n at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:179:14)\n at Couchdb.view (/root/nodejitsu/node_modules/resourceful/lib/resourceful/engines/couchdb/index.js:143:5)\n at Request.cradle.Connection.request [as _callback] (/root/nodejitsu/node_modules/resourceful/node_modules/cradle/lib/cradle.js:213:9)\n at Request.init.self.callback (/root/nodejitsu/node_modules/request/main.js:120:22)\n at Request.EventEmitter.emit (events.js:99:17)\n at Request.<anonymous> (/root/nodejitsu/node_modules/request/main.js:555:16)\n at Request.EventEmitter.emit (events.js:96:17)' } }
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: App name / subdomain combination is not available
error: at AppController._isFreeRootSubdomain (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:963:17)
error: at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:184:13)
error: at Function.Resource.runAfterHooks (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:93:12)
error: at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:179:14)
error: at Couchdb.view (/root/nodejitsu/node_modules/resourceful/lib/resourceful/engines/couchdb/index.js:143:5)
error: at Request.cradle.Connection.request [as _callback] (/root/nodejitsu/node_modules/resourceful/node_modules/cradle/lib/cradle.js:213:9)
error: at Request.init.self.callback (/root/nodejitsu/node_modules/request/main.js:120:22)
error: at Request.EventEmitter.emit (events.js:99:17)
error: at Request.<anonymous> (/root/nodejitsu/node_modules/request/main.js:555:16)
error: at Request.EventEmitter.emit (events.js:96:17)
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