I'm getting the same error whilst trying to debug in web mode like
this:
$ java -cp
/home/ian/booking/src:/home/ian/booking/bin:/home/ian/gwt-linux-1.1.0/gwt-u ser.jar:/home/ian/gwt-linux-1.1.0/gwt-dev-linux.jar
com.google.gwt.dev.GWTShell -noserver http://localhost/~ian/index.php
Everything works fine in hosted mode, but I am using PHP and MySQL
pages so want to use a web server configured as such.
If you find out the fix please let me know,
[ERROR] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: JavaScript TypeError
exception: this.__anchor has no properties
at
com.google.gwt.dev.shell.moz.ModuleSpaceMoz.invokeNative(ModuleSpaceMoz.jav a:200)
at
com.google.gwt.dev.shell.moz.ModuleSpaceMoz.invokeNativeBoolean(ModuleSpace Moz.java:59)
at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeBoolean(JavaScriptHost. java:39)
at
com.google.gwt.user.client.impl.HTTPRequestImpl.asyncGetImpl(HTTPRequestImp l.java:79)
at
com.google.gwt.user.client.impl.HTTPRequestImpl.asyncGet(HTTPRequestImpl.ja va:43)
at
com.google.gwt.user.client.impl.HTTPRequestImpl.asyncGet(HTTPRequestImpl.ja va:38)
at
com.google.gwt.user.client.HTTPRequest.asyncGet(HTTPRequest.java:67)
at
com.brittanygites.client.JSONRequester$SearchButtonClickListener.doFetchURL (JSONRequester.java:100)
at
com.brittanygites.client.JSONRequester$SearchButtonClickListener.onClick(JS ONRequester.java:92)
at
com.google.gwt.user.client.ui.ClickListenerCollection.fireClick(ClickListen erCollection.java:36)