Monday, April 4, 2016

Increasing GWT Timeout on JBoss Server

We are working on a GWT 2.4.0 based web application hosted on JBoss 5.2.0.1. We are using Java/Spring on the server side.

One of the Async services takes more than 5 minutes to return the response from the server, and this leads to error (on production environment):

com.google.gwt.user.client.rpc.StatusCodeException: 504 Gateway Time-out The gateway did not receive a timely response from the upstream server or application.

The issue doesn't occur when the JBoss is hosted on my local machine. I am suspecting this is some server side setting on production environment or some other parameter for GWT production mode which is causing the timeout.

Is there anything that is missed from our side?


--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment