I had the almost same issue as described. The difference was that it worked 
in dev mode the first time and then crashed after a reload of the page.

Some basic system data:

OS: Kubuntu 13.10
Browser: Chrome 32 stable

I tried several things with variable success rates:
- deleting the whole war folder (which also includes the gwt-unitCache)
- clearing the IDE (IntelliJ) gwt cache (in the .intellij/system/gwt 
folder) and invalidating all caches.
- clearing browser cache.

Nothing of the above really worked. The problem appeared to be the second 
of the following lines in the gwt.xml file.

<set-property name="user.agent" value="safari"/>
<extend-property name="locale" values="default"/>

after I switched it to the corresponding locale that is to be used, it 
worked. Maybe if that doesn't help also add another user.agent (gecko1_8) 
as the problem might also be closely related 
to: https://github.com/tbroyer/gwt-maven-archetypes/issues/15
I hope that this helps others that have the same problem.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to