Hi Chris,
Thanks for your reply.
We configured the manager and workers nodes using this script
https://github.com/GluuFederation/gluu-docker/blob/3.1.3/examples/multi-hosts/nodes.sh#L20
we follwed each and every steps which is written in that script file.
And we checked the manager node and worker nodes, all the services started and successfully running.
But still we are getting error **"502 Bad Gateway"**
We noticed something that in nginx config there is localhost value set in oxtrust and oxpassport.
*upstream oxtrust_backend {
iphash;
server localhost:8082;
}
....
upstream oxpassport_backend {
server localhost:8090;
}
*
and some error and warning we found in
**oxtrust container log**
**ERROR [main] [org.gluu.oxtrust.config.ConfigurationFactory] (ConfigurationFactory.java:298) Failed to load application configuration from file: /etc/gluu/conf/oxtrust-config.json ERROR [main] [org.gluu.oxtrust.config.ConfigurationFactory] (ConfigurationFactory.java:153) - Failed to load configuration from LDAP. Please fix it!!!.**
**oxpassport container log**
**[WARNING] [wait-for-it] - oxTrust is up but oxPassport config is disabled, please enable it first, retrying in 5 seconds**
**oxauth container log**
**ERROR [qtp1514322932-28] [org.xdi.oxauth.servlet.OpenIdConfiguration] (OpenIdConfiguration.java:366) - null
java.lang.NullPointerException: null**
So, kindly provide some solution for this problem
or
Please give some documentation or steps to install gluu multi host in docker without digital ocean.
Thanks.