Symptoms: - You switched to 1.5.2 from some older version of gwt. - You are running hosted mode with -noserver flag for your app/ module. - During war generation, your build scripts compiles the gwt moudule(GWTCompile).
Cause: You are using older version of gwt jars in your ant build, while you have updated your those files in eclipse/run/debug-configuration Cure: Make sure you use 1.5.2 in your ant build as well. Hope it works for you! Rakesh Wagh On Sep 17, 3:57 pm, Marco Mustapic <[EMAIL PROTECTED]> wrote: > I'm having the same problem, on os x, using -noserver and tomcat, . > How do I load hosted.html from the classpath? I also tried loading the > app from 127.0.0.1 and still get the same error. > > thanks, > > Marco > > On Sep 16, 6:30 pm, Daniel <[EMAIL PROTECTED]> wrote: > > > One more thing. I'm using JBoss and have tried clearing out all tmp/ > > work directories to no avail. Also, when looking at the access log in > > jboss you don't see a request for the hosted.html file. > > > On Sep 16, 2:28 pm, Daniel <[EMAIL PROTECTED]> wrote: > > > > I'm getting this same problem. I'm using osx and noserver mode. I > > > have tried force refreshing from within the hosted mode, and also > > > tried clearing the cache/history from within safari (not sure if they > > > are linked). I also noticed the comment earlier about loading the > > > hosted.html file from the classpath, but the wierd thing is that if I > > > use 127.0.0.1 instead of localhost, it works; so I don't think it's a > > > problem with an old hosted.html file in my classpath. It's not an IDE > > > thing either as I get the problem when running from IDEA or from the > > > command line. > > > > Any help would be greatly appreciated!!! > > > > Daniel > > > > On Sep 15, 12:58 pm, WildWarrior03 <[EMAIL PROTECTED]> wrote: > > > > > anybody found any solution? I am not using tomcat..I am not sure what > > > > is wrong..I also get the same error.. > > > > > On Sep 5, 7:17 am, Noé <[EMAIL PROTECTED]> wrote: > > > > > > It works now. I think it was because of the cache on tomcat. > > > > > > To achieve this, I erased all the temporary files on the web server. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
