Skip to content

Instantly share code, notes, and snippets.

Created February 3, 2013 03:17
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 anonymous/ad20014b99578307b9de to your computer and use it in GitHub Desktop.
Save anonymous/ad20014b99578307b9de to your computer and use it in GitHub Desktop.
hummingbird [ master: ✗ ] » jitsu deploy ~/p/personal/hummingbird
info: Welcome to Nodejitsu mnutt
info: jitsu v0.11.6, node v0.8.17
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in server.js
GET: apps,mnutt,hummingbird
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/michael/p/personal/hummingbird/package.json
data:
data: {
data: subdomain: 'hummingbird',
data: name: 'hummingbird',
data: engines: { node: '>=0.6.0' },
data: description: 'A node.js statistics server',
data: repository: { url: 'http://github.com/mnutt/hummingbird.git', type: 'git' },
data: scripts: { start: 'server.js' },
data: version: '0.2.0-21',
data: domains: [ 'demo.hummingbirdstats.com' ],
data: dependencies: {
data: node-static: '0.5.9',
data: socket.io: '0.9.6',
data: geoip: '0.4.6'
data: }
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.2.0-21
info Uploading: [=============================] 100%
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: Unhandled error
error: at Object.onError (/root/nodejitsu/lib/nodejitsu.js:75:48)
error: at Router.invoke (/root/nodejitsu/node_modules/flatiron/node_modules/director/lib/director/router.js:359:18)
error: at /root/nodejitsu/node_modules/flatiron/node_modules/director/lib/director/router.js:47:9
error: at httpUsers.attach.app.requireAuth (/root/nodejitsu/node_modules/flatiron-http-users/lib/http-users.js:54:16)
error: at UserStrategy.authenticate (/root/nodejitsu/node_modules/flatiron-http-users/lib/http-users/auth.js:62:11)
error: at Resource._request.runBeforeHooks.args.push.obj._rev (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:140:15)
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)
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