Skip to content

Instantly share code, notes, and snippets.

@mitsuruog
Created September 30, 2012 15:37
Show Gist options
  • Save mitsuruog/3807195 to your computer and use it in GitHub Desktop.
Save mitsuruog/3807195 to your computer and use it in GitHub Desktop.
nodejitsu deploy error
C:\hoehoe>jitsu deploy
info: Welcome to Nodejitsu mitsuruog
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Skipping require-analyzer because noanalyze option is set
info: Skipping require-analyzer because noanalyze option is set
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write C:hoehoe\package.json
data:
data: {
data: dependencies: {
data: socket.io: '0.9.x',
data: express: '2.5.7',
data: jade: '>= 0.0.1'
data: },
data: subdomain: 'mitsuruog.rabo',
data: name: 'mitsuruog.rabo',
data: analyze: false,
data: version: '0.0.1-37',
data: optionalDependencies: {},
data: engines: { node: 'v0.8.x' },
data: devDependencies: {},
data: author: { email: 'mitsuru.ogawa.jp@gmail.com', name: 'mitsruog' },
data: scripts: { start: './server.js' }
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.1-37
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_module
s/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/f
latiron-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/nodej
itsu/node_modules/resourceful/lib/resourceful/resource.js:140:15)
error: at loop (/root/nodejitsu/node_modules/resourceful/lib/resourceful/r
esource.js:90:9)
error: at /root/nodejitsu/node_modules/resourceful/lib/resourceful/resourc
e.js:78:20
error: at exports.resource.app.resources.User.app.define.after.method (/ro
ot/nodejitsu/node_modules/flatiron-http-users/lib/http-users/user/core.js:81:9)
error: at loop (/root/nodejitsu/node_modules/resourceful/lib/resourceful/r
esource.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