Skip to content

Instantly share code, notes, and snippets.

@dxu
Created January 20, 2013 12:58
Show Gist options
  • Save dxu/4578474 to your computer and use it in GitHub Desktop.
Save dxu/4578474 to your computer and use it in GitHub Desktop.
jitsu deploy
info: Welcome to Nodejitsu antigoliath
info: jitsu v0.11.6, node v0.8.16
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn:
warn: The package.json file is missing required fields:
warn:
warn: subdomain, engines
warn:
warn: Prompting user for required fields.
warn: Press ^C at any time to quit.
warn:
prompt: subdomain: (antigoliath.2013s) codify
prompt: engines.node: (0.8.x)
warn: About to write /home/david/Code/PennApps/2013s/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: private: true,
data: scripts: { start: 'node app' },
data: dependencies: {
data: ejs: '*',
data: express: '3.0.6',
data: highlight.js: '*',
data: mongoose: '*',
data: socket.io: '*',
data: underscore: '*',
data: connect-mongo: '*'
data: },
data: name: 'application-name',
data: subdomain: 'codify',
data: version: '0.0.1',
data: engines: { node: '0.8.x' }
data: }
data:
prompt: Is this ok?: (yes) yes
info: Analyzing application dependencies in node app
info: Checking app availability application-name
info: Creating app application-name
info: Creating snapshot 0.0.1
info Uploading: [=============================] 100%
info: Updating app application-name
info: Activating snapshot 0.0.1 for application-name
info: Starting app application-name
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: No active subscriptions available.
error: at Object.module.exports.billing.findAvailable (/root/nodejitsu/lib/nodejitsu/billing/billing.js:250:23)
error: at fn (/root/nodejitsu/lib/nodejitsu/billing/billing.js:150:24)
error: at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:184:13)
error: at loop (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:90:9)
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:78:20
error: at exports.resource.app.resources.User.app.define.after.method (/root/nodejitsu/node_modules/flatiron-http-users/lib/http-users/user/core.js:82:9)
error: at loop (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:76:9)
error: at Function.Resource.runAfterHooks (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:92:7)
error: at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:179:14)
error: at Object.Couchdb.get [as callback] (/root/nodejitsu/node_modules/resourceful/lib/resourceful/engines/couchdb/index.js:61: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