Problems with super dev mode: Can't find any GWT Modules on this page

6,089 views
Skip to first unread message

crojay78

unread,
Oct 17, 2013, 1:43:13 PM10/17/13
to google-we...@googlegroups.com
Hi, 

i followed a lot of threads at stackoverflow and here in this group concerning the super dev mode. But it still does not work on my side. I have a multi module maven gwt project and want to use super dev with it. 

Actually it works to start the codeserver with the mvn gwt:run-codeserver and I can see the output

[INFO]
[INFO] The code server is ready.
[INFO] Next, visit: http://localhost:9876/


I started this page and bookmarked the links. After this I am starting my tomcat with eclipse wtp plugin where my application is running. Then I connect to this application my tomcat server. The app is available and works, but for my understanding it should be able to use there the dev on link. But this shows me only the message 

Can't find any GWT Modules on this page.


Any idea what the problem is?

Thanks

Jens

unread,
Oct 17, 2013, 2:02:03 PM10/17/13
to google-we...@googlegroups.com
Do you have the following in your App.gwt.xml?
<add-linker name="xsiframe"/>
<set-configuration-property name="devModeRedirectEnabled" value="true"/>

crojay78

unread,
Oct 17, 2013, 2:11:02 PM10/17/13
to google-we...@googlegroups.com
Thanks for the reply, Yes I added it my app.gwt.xml

Greg

unread,
Nov 3, 2013, 7:58:45 AM11/3/13
to google-we...@googlegroups.com
Hi

I had similar issue lately. Important thing is that after switching to xsiframe linker you have to compile your application and use it for starting sdm. This way your app.nocache.js file will be built by that newly set linker and sdm scripts will detect it. Without that step nocache.js file will be old (created by std linker) - hence the error.

Good thing after changing linker is cleaning the project (and also removing gwt-unitCache folder). Without doing it I had some compilation issues.

Greg
Reply all
Reply to author
Forward
0 new messages