Hosted mode catches most but not all errors. The best thing to do is to try to narrow down the error. Try adding try/catch blocks around the code to help isolate it.
On Sun, Jun 14, 2009 at 9:22 PM, G<[email protected]> wrote: > > Hello - > > I am using GWT 1.5.3 and Gwt-maps1.0.4. My apps works perfectly fine > in the hosted mode (when launched from GetMap-shell.cmd). But, when I > click on "Compile & Browse", it opens up in firefox doesn't work. > > My application sets the marker position at regular intervals > (depending on current lat/lon information). It thus calls google-maps > api at regular intervals. In hosted mode its perfect but in firefox it > seems it is not making *ANY* calls to google (I checked with firebug). > > Also, I have Tomcat 6.0 and tried to deploy my app. on that. Tomcat is > running on port 8080. > > When I launch the hosted browser and point to my app. deployed on > tomcat (@ 8080), it works perfectly fine but from firefox doesn't. > > It thus seems to be related to browser but I just cant figure out > where and dont know how... > > I dont get any error on Firefox / Opera. But on IE 6 I see the > following: > > Line:260 > Char:83 > Error: Exception thrown and not caught > Code: 0 > URL: http://localhost:8080/GetMap/3D95......3317.cache.html > > > -- Eric Z. Ayers - GWT Team - Atlanta, GA USA http://code.google.com/webtoolkit/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
