I have the same problem.
For me, adding the following to the call to com.google.gwt.dev.DevMode
removes this error.
<arg value="-logLevel" />
<arg value="DEBUG" />
I don't know why.
Let me know if it works for you.
On Nov 24, 6:35 pm, emir <[email protected]> wrote:
> Hi, I have some trouble using OOPHM, gwt 2.0.0-rc1 on Windows
> It is a sample application that contains two GWT modules, namely
> com.foo.Login and com.foo.Main.
>
> When run in hosted mode we first open the login.html using the
> urlhttp://localhost:8888/login.html?gwt.codesvr=127.0.0.1:9997
> after successfully entering username and password it redirects
> tohttp://localhost:8888/main.html?gwt.codesvr=127.0.0.1:9997
>
> In the hosted mode log messages it says cannot load "main.gwt.xml",
> not found in classpath etc.
> This error occurs even we manually visit first the login page then the
> main page.
>
> If we run the hosted mode on a linux server it works without error.
> It seems that on windows in hosted mode we cannot test two different
> modules from single hosted mode run.
>
> Regards.
--
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.