Skip to content

Instantly share code, notes, and snippets.

@irnc

irnc/output Secret

Created June 6, 2014 19:52
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 irnc/da341c325b358d8a48c8 to your computer and use it in GitHub Desktop.
Save irnc/da341c325b358d8a48c8 to your computer and use it in GitHub Desktop.
Nodejitsu Error (500): Internal Server Error
~/irnc/nodejs-hosting-providers$ jitsu deploy
info: Welcome to Nodejitsu
info: jitsu v0.13.16, node v0.10.26
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node server.js
help: An activated nodejitsu account is required to login
help: To create a new account use the jitsu signup command
prompt: username: irnc
prompt: password:
info: Authenticated as irnc
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /home/pavel/irnc/nodejs-hosting-providers/package.json
data:
data: {
data: author: 'jedwood',
data: dependencies: {
data: express: '3.1.0',
data: nconf: '~0.6.7',
data: nodefly: 'stable'
data: },
data: description: '',
data: engines: { node: 'v0.8.x', npm: '1.1.x' },
data: main: 'server.js',
data: name: 'nodejs-hosting-test',
data: private: true,
data: repository: { type: 'git', url: '' },
data: scripts: { start: 'node server.js' },
data: subdomain: 'jedwood',
data: version: '0.0.1-7'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.1-7
info: Uploading: [=============================] 100%
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
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
1. git clone git@github.com:irnc/nodejs-hosting-providers.git
1. cd nodejs-hosting-providers/
1. jitsu deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment