Note that there are some explanatory texts on larger screens.

plurals
  1. POGWT module may need to be (re)compiled REDUX
    text
    copied!<p>When running in compiled mode I get this dreaded GWT Module 'mymodule' may need to be (re)compiled dialog message.</p> <p>I've compiled a list of the things that others have suggested to try when given this error message by GWT running in compiled mode. I've opened the WAR file created by maven and all the files are in the right place. I confirmed this against another GWT maven project that does not get this error. However, none of the below suggestions have corrected the problem. Nor have I been able to identify what difference is missing between these two projects -- the one that works and mine that will not run in compiled mode.</p> <ul> <li><a href="https://stackoverflow.com/questions/3688067/some-subtlety-of-gwt-compilation-gwt-module-may-need-to-be-recompiled">does name in html launch page match the module?</a></li> <li>Lots of lame suggestions to add the gwt.codesrv query string param onto the URL. However, the point is to run without in compiled mode. Obviously, I don't want to run in hosted mode. That works. I'm trying to run in compiled mode in Tomcat.</li> <li>Clearing browser cache? -- nope. didn't help</li> <li>I have <strong>not</strong> over-riden the "user.agent" property in mymodule.gwt.xml</li> <li><a href="http://code.google.com/p/google-web-toolkit/issues/detail?id=4310" rel="nofollow noreferrer">add to the maven-clean-plugin configuration your eclipse output directory: src/main/webapp/WEB-INF/classes</a></li> </ul> <p>What else can I try?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload