Skip to content

Instantly share code, notes, and snippets.

Created December 9, 2012 21:55
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/4247198 to your computer and use it in GitHub Desktop.
Save anonymous/4247198 to your computer and use it in GitHub Desktop.
Error deploying to jitsu for the first time.
$ jitsu deploy
info: Welcome to Nodejitsu gtgl
info: jitsu v0.11.4, node v0.8.15
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in index.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Documents/tgl/nodejs/test01/package.json
data:
data: {
data: scripts: { start: 'index.js' },
data: version: '0.0.0-2',
data: engines: { node: '0.8.x' },
data: name: 'test01',
data: subdomain: 'gtgl.test01'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.0-2
info Uploading: [=============================] 100%
info: Updating app test01
info: Activating snapshot 0.0.0-2 for test01
info: Starting app test01
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error:
error: There was an error while attempting to start the app
error: Error spawning drone
error: Script took too long to listen on a socket
error:
error: This type of error is usually a user error.
error: Error output from app:
error:
error: Server has started.
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