Skip to content

Instantly share code, notes, and snippets.

@mwawrusch
Created September 16, 2013 20:19
Show Gist options
  • Save mwawrusch/6586027 to your computer and use it in GitHub Desktop.
Save mwawrusch/6586027 to your computer and use it in GitHub Desktop.
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/mwawrusch/Documents/modeista/modeista-api/package.json
data:
data: {
data: subdomain: 'modeista-api',
data: devDependencies: {
data: jitsu: '*',
data: coffee-script: '1.6.3',
data: should: '1.2.2',
data: mongoskin: '0.6.0',
data: mocha: '1.12.0',
data: stylus: '0.37.0',
data: codo: '1.7.2'
data: },
data: bundledDependencies: [ 'modeista-queue-engine' ],
data: domains: [ 'api.modeista.com' ],
data: private: true,
data: bin: {},
data: domain: 'api.modeista.com',
data: author: 'Martin Wawrusch <[email protected]> (http://martinatsunset.com)',
data: description: 'Mobile backend and api',
data: version: '0.0.11-205',
data: name: 'modeista-api',
data: keywords: [ 'modeista', 'modeista.com' ],
data: repository: { type: 'git', url: 'git://bitbucket.org/modeista/modeista-api.git' },
data: bugs: { url: 'https://modeista.atlassian.net' },
data: scripts: {
data: server-watch: 'node_modules/.bin/coffee -c -w -o lib src',
data: predeploy: 'node_modules/.bin/coffee -c -o lib src;npm run-script docs;',
data: docs: 'node_modules/.bin/codo -i ./src -o ./public/dev-docs',
data: test-xunit: 'node_modules/.bin/coffee -c -o lib src;NODE_ENV=test node_modules/.bin/mocha --timeout 10000 -C -R xunit test/*-test.coffee',
data: client-watch: 'node_modules/.bin/coffee -c -w -o public/js public_src/js',
data: dev: 'NODE_ENV=development nodemon lib/index.js',
data: dev-debug: 'NODE_ENV=development nodemon --debug lib/index.js',
data: stylus: 'node_modules/.bin/stylus --watch public_src/css --out public/css',
data: start: 'lib/index.js',
data: inspect: 'node-inspector &',
data: test: 'node_modules/.bin/coffee -c -o lib src;NODE_ENV=test node_modules/.bin/mocha --timeout 10000 -R dot test/*-test.coffee',
data: t: 'node_modules/.bin/coffee -c -o lib src;NODE_ENV=test node_modules/.bin/mocha --timeout 10000 -R dot test/t999-routes-sessions-test.coffee'
data: },
data: licenses: [
data: { type: 'Private', url: 'http://bitbucket.org/modeista/modeista-api/raw/master/LICENSE' }
data: ],
data: dependencies: {
data: corser: '1.2.0',
data: mongoose: '3.6.18',
data: amanda: '0.4.7',
data: modeista-queue-engine: 'git+https://npm:[email protected]/modeista/modeista-queue-engine.git',
data: mongoose-plugins-accessible-by: '0.2.2',
data: urban-airship: '0.2.5',
data: modeista-api-db-store: 'git+https://npm:[email protected]/modeista/modeista-api-db-store.git',
data: twilio: '1.1.4',
data: passport: '0.1.17',
data: passport-http-bearer: '1.0.1',
data: simple-paginator: '0.2.1',
data: underscore-ext: '0.2.0',
data: request: '2.27.0',
data: mongoose-plugins-delete-paranoid: '0.2.0',
data: airbrake: '0.3.4',
data: express: '3.3.7',
data: mongoose-identity-store: '0.3.2',
data: ansi-color: '0.2.1',
data: bunyan: '0.21.4',
data: async: '0.2.9',
data: alphamail: '1.1.5',
data: nconf: '0.6.7',
data: mongoose-plugins-tags-simple: '0.2.0',
data: colors: '0.6.2',
data: mongoose-plugins-timestamp: '0.2.0',
data: bunyan-syslog: '0.2.1',
data: pkginfo: '0.3.0',
data: route-active: '0.2.0',
data: mongoose-plugins-created-by: '0.2.0',
data: http-bearer-token-file-store: '0.0.1',
data: pubnub: '3.5.3',
data: mongodb-errors: '0.2.0',
data: strong-agent: '0.2.8',
data: underscore.string: '2.3.3',
data: some-errors: '0.2.0',
data: underscore: '1.5.1'
data: },
data: engines: { node: '0.10.x', npm: '1.2.x' },
data: main: './lib/index.js',
data: directories: { lib: './lib', test: './test' }
data: }
data:
info: Creating snapshot 0.0.11-205
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/modeista-api/modeista-api/snapshots/0.0.11-205',
debug: headers:
debug: { Authorization: '*************************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 521943 },
debug: timeout: '1000000000',
debug: rejectUnauthorized: false }
info Uploading: [=============================] 100%
debug: { statusCode: 201,
debug: result:
debug: { snapshot:
debug: { id: '0.0.11-205',
debug: md5: 'aac1d1743163edb7798aad2c48a8632f',
debug: filename: 'modeista-api-modeista-api-0.0.11-205.tgz',
debug: ctime: 1379362722869 } } }
info: Updating app modeista-api
debug: { method: 'PUT',
debug: uri: 'https://api.nodejitsu.com/apps/modeista-api/modeista-api',
debug: headers:
debug: { Authorization: '*************************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: '1000000000',
debug: rejectUnauthorized: false,
debug: body: '{"domain":"api.modeista.com","domains":["api.modeista.com"],"subdomain":"modeista-api","private":true,"author":"Martin Wawrusch <[email protected]> (http://martinatsunset.com)","name":"modeista-api","description":"Mobile backend and api","version":"0.0.11-205","main":"./lib/index.js","repository":{"type":"git","url":"git://bitbucket.org/modeista/modeista-api.git"},"bin":{},"directories":{"lib":"./lib","test":"./test"},"keywords":["modeista","modeista.com"],"scripts":{"start":"lib/index.js","predeploy":"node_modules/.bin/coffee -c -o lib src;npm run-script docs;","test":"node_modules/.bin/coffee -c -o lib src;NODE_ENV=test node_modules/.bin/mocha --timeout 10000 -R dot test/*-test.coffee","test-xunit":"node_modules/.bin/coffee -c -o lib src;NODE_ENV=test node_modules/.bin/mocha --timeout 10000 -C -R xunit test/*-test.coffee","server-watch":"node_modules/.bin/coffee -c -w -o lib src","client-watch":"node_modules/.bin/coffee -c -w -o public/js public_src/js","stylus":"node_modules/.bin/stylus --watch public_src/css --out public/css","dev-debug":"NODE_ENV=development nodemon --debug lib/index.js","dev":"NODE_ENV=development nodemon lib/index.js","inspect":"node-inspector &","docs":"node_modules/.bin/codo -i ./src -o ./public/dev-docs","t":"node_modules/.bin/coffee -c -o lib src;NODE_ENV=test node_modules/.bin/mocha --timeout 10000 -R dot test/t999-routes-sessions-test.coffee"},"engines":{"node":"0.10.x","npm":"1.2.x"},"dependencies":{"express":"3.3.7","airbrake":"0.3.4","mongoose":"3.6.18","underscore":"1.5.1","async":"0.2.9","colors":"0.6.2","pkginfo":"0.3.0","passport":"0.1.17","passport-http-bearer":"1.0.1","nconf":"0.6.7","corser":"1.2.0","ansi-color":"0.2.1","mongoose-plugins-accessible-by":"0.2.2","http-bearer-token-file-store":"0.0.1","amanda":"0.4.7","request":"2.27.0","pubnub":"3.5.3","underscore.string":"2.3.3","modeista-queue-engine":"git+https://npm:[email protected]/modeista/modeista-queue-engine.git","mongoose-plugins-timestamp":"0.2.0","mongoose-plugins-created-by":"0.2.0","mongoose-plugins-delete-paranoid":"0.2.0","mongoose-plugins-tags-simple":"0.2.0","route-active":"0.2.0","underscore-ext":"0.2.0","simple-paginator":"0.2.1","some-errors":"0.2.0","mongodb-errors":"0.2.0","urban-airship":"0.2.5","mongoose-identity-store":"0.3.2","modeista-api-db-store":"git+https://npm:[email protected]/modeista/modeista-api-db-store.git","alphamail":"1.1.5","bunyan":"0.21.4","bunyan-syslog":"0.2.1","twilio":"1.1.4","strong-agent":"0.2.8"},"bundledDependencies":["modeista-queue-engine"],"devDependencies":{"coffee-script":"1.6.3","should":"1.2.2","mocha":"1.12.0","stylus":"0.37.0","mongoskin":"0.6.0","jitsu":"*","codo":"1.7.2"},"bugs":{"url":"https://modeista.atlassian.net"},"licenses":[{"type":"Private","url":"http://bitbucket.org/modeista/modeista-api/raw/master/LICENSE"}]}' }
debug: { statusCode: 204, result: undefined }
info: Activating snapshot 0.0.11-205 for modeista-api
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/modeista-api/modeista-api/snapshots/0.0.11-205/activate',
debug: headers:
debug: { Authorization: '*************************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: '1000000000',
debug: rejectUnauthorized: false,
debug: body: '{}' }
debug: { statusCode: 200,
debug: result:
debug: { active:
debug: { id: '0.0.11-205',
debug: md5: 'aac1d1743163edb7798aad2c48a8632f',
debug: filename: 'modeista-api-modeista-api-0.0.11-205.tgz',
debug: ctime: 1379362722869,
debug: active: false,
debug: running: false } } }
info: Starting app modeista-api
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/endpoints',
debug: headers:
debug: { Authorization: '*************************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: '1000000000',
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { endpoints:
debug: { joyent:
debug: { 'us-east-1': 'api.nodejitsu.com',
debug: 'us-sw-1': 'api.jyt.us.sw1.nodejitsu.com',
debug: 'us-west-1': 'api.jyt.us.west1.nodejitsu.com',
debug: 'eu-ams-1': 'api.jyt.eu.ams1.nodejitsu.com' } } } }
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/modeista-api/modeista-api/start',
debug: headers:
debug: { Authorization: '*************************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: '1000000000',
debug: rejectUnauthorized: false,
debug: body: '{}' }
debug: { statusCode: 500,
debug: result:
debug: { message: 'Errors occured while starting the application',
debug: stack: 'Error: Errors occured while starting the application\n at onStarted (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:789:16)\n at checkFree (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:655:14)\n at AppController._provision (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:309:14)\n at Servers.provision (/root/nodejitsu/node_modules/conservatory-api/lib/client/servers.js:58:5)\n at Request.onComplete [as _callback] (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:161:7)\n at Request.init.self.callback (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:127:22)\n at Request.EventEmitter.emit (events.js:99:17)\n at Request.<anonymous> (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:767:16)\n at Request.EventEmitter.emit (events.js:126:20)\n at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:729:14)',
debug: errors:
debug: [ { message: 'No servers available',
debug: stack: 'Error: No servers available\n at checkFree (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:655:23)\n at AppController._provision (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:309:14)\n at Servers.provision (/root/nodejitsu/node_modules/conservatory-api/lib/client/servers.js:58:5)\n at Request.onComplete [as _callback] (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:161:7)\n at Request.init.self.callback (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:127:22)\n at Request.EventEmitter.emit (events.js:99:17)\n at Request.<anonymous> (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:767:16)\n at Request.EventEmitter.emit (events.js:126:20)\n at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:729:14)\n at IncomingMessage.EventEmitter.emit (events.js:126:20)' },
debug: { message: 'No servers available',
debug: stack: 'Error: No servers available\n at checkFree (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:655:23)\n at AppController._provision (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:309:14)\n at Servers.provision (/root/nodejitsu/node_modules/conservatory-api/lib/client/servers.js:58:5)\n at Request.onComplete [as _callback] (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:161:7)\n at Request.init.self.callback (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:127:22)\n at Request.EventEmitter.emit (events.js:99:17)\n at Request.<anonymous> (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:767:16)\n at Request.EventEmitter.emit (events.js:126:20)\n at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:729:14)\n at IncomingMessage.EventEmitter.emit (events.js:126:20)' } ] } }
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: Errors occured while starting the application
error: at onStarted (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:789:16)
error: at checkFree (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:655:14)
error: at AppController._provision (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:309:14)
error: at Servers.provision (/root/nodejitsu/node_modules/conservatory-api/lib/client/servers.js:58:5)
error: at Request.onComplete [as _callback] (/root/nodejitsu/node_modules/conservatory-api/lib/client/client.js:161:7)
error: at Request.init.self.callback (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:127:22)
error: at Request.EventEmitter.emit (events.js:99:17)
error: at Request.<anonymous> (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:767:16)
error: at Request.EventEmitter.emit (events.js:126:20)
error: at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/root/nodejitsu/node_modules/conservatory-api/node_modules/request/main.js:729:14)
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
Martins-MacBook-Air:modeista-api mwawrusch$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment