aspose file tools
The moose likes GWT and the fly likes GWT RPC call not firing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "GWT RPC call not firing" Watch "GWT RPC call not firing" New topic
Author

GWT RPC call not firing

tomas suzuki
Greenhorn

Joined: Apr 21, 2004
Posts: 21
Hi,
I am new to GWT but have to deal with a prod issue in a GWT application.

There is a page in the application that displays a GWT grid. Upon page load, there are also RPC calls to retrieve data for the grid and user entitlement. The application runs on a Tomcat server in US.

When users in US hit this page, it opens up with the proper data.
However, when users in HK hit the same page on the same Tomcat instance from a HK desktop, they get a blank page with a yellow icon indicating javascript error on the browser status bar.
They have to hit the F5 button and then the page would render with the proper content.

We compared the access log of Tomcat between the first failed hit and the 2nd successful one. The only difference is that the successful log contains lines for POST request for those RPC calls.
At this point, we are not sure if this is a coding issue or some sort of machine setting issue or a network latency-related issue.
Has anyone experienced such issue? How should we continue with the investigation?

Thanks for the help.

T


SCEA, SCJP, CPD
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: GWT RPC call not firing
 
Similar Threads
Apache XML-RPC jar causing conflict with some GWT jar
downtime for our site
save grid data
Calling RPC present in different server
Tomcat Session Handling Problems with Windows 7 Clients