Sometimes my GWT application attempts to down load the
5F7D421B9C803E0DEA3EA769A7136D70.cache.html from the wrong site!

I am using gwt 1.5.3 with jboss and Firefox 3.0

When I build my application and attempt to connect to it 30% time it
works, fine no problems, but most of the time I just appear to get the
contents of my index.htrml.

Doing some tracing in the jboss access log results in the followingn
when it does'nt work.
127.0.0.1 GET - - [24/Jan/2009:09:24:40 +0000] "GET /Rwmed/index.html
HTTP/1.1" 304 -
127.0.0.1 GET - - [24/Jan/2009:09:24:40 +0000] "GET /Rwmed/css/
Rwmed.css HTTP/1.1" 304 -
127.0.0.1 GET - - [24/Jan/2009:09:24:40 +0000] "GET /Rwmed/ol/
OpenLayers.js HTTP/1.1" 304 -
127.0.0.1 GET - - [24/Jan/2009:09:24:44 +0000] "GET /Rwmed/gwt/
uk.co.pinan.rwmed.gwt.Rwmed.nocache.js HTTP/1.1" 304 -

It got as far as loading my .nocache.js file

Turning on Firebug net mode indicates the following
----------------------------------------------------------------------------
67ms
GET Rwmed.css
http://localhost:8080/Rwmed/css/Rwmed.css

304 Not Modified

localhost:8080

4 KB


9ms
GET OpenLayers.js
http://localhost:8080/Rwmed/ol/OpenLayers.js

304 Not Modified

localhost:8080

560 KB


50ms
GET maps?
file=api&v=2&key=ABQIAAAAIev_SqJt0zUcV6knXHj5uhT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQfTGn742ZoxWrB4RXw6gmVpomoEA
http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAIev_SqJt0zUcV6knXHj5uhT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQfTGn742ZoxWrB4RXw6gmVpomoEA

200 OK

maps.google.com

4 KB


115ms
GET main.js
http://maps.google.com/intl/en_ALL/mapfiles/141e/maps2.api/main.js

304 Not Modified

maps.google.com

69 KB


66ms
GET transparent.png
http://maps.google.com/intl/en_ALL/mapfiles/transparent.png

304 Not Modified

maps.google.com

95 B


36ms
GET uk.co.pinan.rwmed.gwt.Rwmed.nocache.js
http://localhost:8080/Rwmed/gwt/uk.co.pinan.rwmed.gwt.Rwmed.nocache.js

304 Not Modified

localhost:8080

13 KB


3ms
GET mod_jslinker.js
http://maps.google.com/intl/en_ALL/mapfiles/141e/maps2.api/mod_jslinker.js

304 Not Modified

maps.google.com

2 KB


65ms
GET util.js
http://maps.google.com/intl/en_ALL/mapfiles/141e/maps2.api/js/gwt-openlayers/util.js

404 Not Found

maps.google.com

2 KB


80ms
GET 5F7D421B9C803E0DEA3EA769A7136D70.cache.html
http://maps.google.com/intl/en_ALL/mapfiles/141e/maps2.api/5F7D421B9C803E0DEA3EA769A7136D70.cache.html

404 Not Found

maps.google.com

2 KB


153ms
GET various.css
http://maps.google.com/intl/en_ALL/mapfiles/141e/maps2.api/various-css/various.css

404 Not Found

maps.google.com

2 KB


37ms
GET sliderwithspinner.css
http://maps.google.com/intl/en_ALL/mapfiles/141e/maps2.api/slider/sliderwithspinner.css

404 Not Found

maps.google.com

2 KB


56ms
GET HorizontalSlider.css
http://maps.google.com/intl/en_ALL/mapfiles/141e/maps2.api/slider/HorizontalSlider.css

404 Not Found

maps.google.com

2 KB


96ms
GET VerticalSlider.css
http://maps.google.com/intl/en_ALL/mapfiles/141e/maps2.api/slider/VerticalSlider.css

404 Not Found

maps.google.com

2 KB


109ms
GET App.css
http://maps.google.com/intl/en_ALL/mapfiles/141e/maps2.api/App.css

404 Not Found

maps.google.com

2 KB
------------------------------------------------------------------------------------------------

For reasons best known to itself my application decide that my
application files live on maps.google.com.  I can make a manual
request for these files from my own server and they down load fine.

When my application works correctly it possible to it down loading all
the files from my lcoal server.

What appears to be happening is that the GWT generated file     /Rwmed/
gwt/uk.co.pinan.rwmed.gwt.Rwmed.nocache.js appears to be radnomly
choosing where to get its files from?

Any suggestions?

This problem is not broswer or web server specfic  it goes wrong in
the same way using Tomcat and IE


D.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to