Hi,
I get the following stack dump when I reload an application. When
using FF3, the first load works fine, but when I refresh I get the
following stack dump (ModuleSpace.scrubStackTrace was commented out to
get the extended hosted mode dump).
The following is the native code of XElement.setStyleAttribute
public final native void setStyleAttribute(String attr, Object
value) /*-{
this.setStyle(attr, value);
}-*/;
00:00:26.260 [ERROR] Unable to load module entry point class
com.mycompany.gxt.client.Test (see associated exception for details)
java.lang.IndexOutOfBoundsException: Index: 18, Size: 0 at
java.util.ArrayList.RangeCheck(Unknown Source) at
java.util.ArrayList.get(Unknown Source) at
com.google.gwt.dev.shell.CompilingClassLoader
$DispatchClassInfoOracle.getClassInfoByDispId(CompilingClassLoader.java:
102) at
com.google.gwt.dev.shell.CompilingClassLoader.getClassInfoByDispId(CompilingClassLoader.java:
545) at
com.google.gwt.dev.shell.JavaDispatchImpl.getMember(JavaDispatchImpl.java:
148) at
com.google.gwt.dev.shell.JavaDispatchImpl.isField(JavaDispatchImpl.java:
111) at com.google.gwt.dev.shell.JsValueOOPHM
$DispatchObjectOOPHM.getField(JsValueOOPHM.java:49) at
com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:
142) at
com.google.gwt.dev.shell.BrowserChannel.reactToMessagesWhileWaitingForReturn(BrowserChannel.java:
1265) at
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
87) at
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
84) at
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
480) at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:
291) at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeVoid(JavaScriptHost.java:
107) at com.extjs.gxt.ui.client.core.XElement$.setStyleAttribute$
(XElement.java) at
com.extjs.gxt.ui.client.core.El.setStyleAttribute(El.java:2143)
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---