• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

GWT RPC call not firing

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Get me the mayor's office! I need to tell her about this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic