Hello Bojan,
I'm having the same problem.
The first time i run a project it hangs the browser for a few seconds and then it works.
Then I work in the project and hit F5 to check the result and it still works 'properly'.
After let's say a dozen F5, I've got this exception wich I think is the same as yours (?) :
java.lang.reflect.invocationTargetException
....
caused by java.langRuntimeException: deferred binding failed for 'com.google.gwt.user.client.UserAgentAsserter$UserAgentProperty' (did you forget to inherit a required module?)
...
caused by: java.langOutOfMemoryError: PermGen space
It's surprising because my project is only a test project and is very small.
I've been trying to extend memory size of the jvm and set it to -Xmx1024m (did you set more?) but after a few testing i still run into the same problem.
I'm very new to GWT (GXT actually in my case) and i'm very disapointed with this problem.
Did it actually solve the problem or did you just stop posting about it?
If yes, how much xmx did you set?
Thank you in advance,
Patrick
ps: I'm having this problem both using the default gwt launch configuration/way and using hotdeploy on a tomcat 7 (that i set up to avoid the problem but it didn't work...).