Re: 502 errors in Google Clod Platform Load Balancing with Tomcat Servers

2019-01-28 Thread Mark Thomas
On 25/01/2019 13:11, Abin Joseph wrote: > Hi Team, > > Our application is deployed in google cloud and the back end instances are > tomcat servers. Now our load balancer is returning 502 errors with status > details “backend-timeout” for some requests and it is impacting our > production in a huge

Re: 502 errors in Google Clod Platform Load Balancing with Tomcat Servers

2019-01-27 Thread Dhaval Jaiswal
When load balancer see Instance in healthy state it would start sending request to the application. Does your deployed application on the Instance is ready as well to serve the request? Do you check application is ready alongwith Instance health. On Fri, Jan 25, 2019 at 6:41 PM Abin Joseph wrote

502 errors in Google Clod Platform Load Balancing with Tomcat Servers

2019-01-25 Thread Abin Joseph
Hi Team, Our application is deployed in google cloud and the back end instances are tomcat servers. Now our load balancer is returning 502 errors with status details “backend-timeout” for some requests and it is impacting our production in a huge way. The instances are healthy when the error occ