Load balancing issues
The load balancing solution you designed for your SOA Suite composite application must go through the functional validation for load sharing, failover, and failback.
A few facts before we worry about analyzing the load sharing issues. In the case of Active-Active load sharing between multiple sites, it is usually done through L7 load balancers; we are load balancing the users not the payload these users will bring to the application server(s). Ensure that the health checks are configured by the application server process. One should not share the service endpoints serviced by the different processes at the application server. We must validate if the health checks are working as we thought.
In some cases, you may find that the L7 load balancer is not able to perform the health checks implemented for a service endpoint. Ensure that there is a network route for the service endpoints' IP addresses and port from the L7 load balancer appliances.
If you notice that the server...