concourse / concourse-bosh-release

Concourse BOSH release
Apache License 2.0
28 stars 49 forks source link

Load balancing on web servers #151

Open beckhie opened 3 years ago

beckhie commented 3 years ago

Hi we are having issues trying to create a cluster for our web servers. When we try to access the web server through the gui, it is only successful on one of them. Here are example of a test run:

     1. manipulate host file to point at web server 1 for our url
 2. type in the url in the browser, and successfully reach the “welcome to concourse” page
 3.click login and logging in with my LDAP user successfully.
 4.manipulate host file to point at web server 2 for our url
 5.type in the url in the browser, and successfully reach the “welcome to concourse” page
 6. click login and logging in with my LDAP user, but now I get this message: {"error":"invalid_client","error_description":"Invalid client credentials."}

Also, if I try a monit restart on the web servers, it is the server that is restarted latest that will be possible to login to.

We also have one error in the log on the postgresql server:

“FATAL: database "vcap" does not exist”