I haven't seen that in particular, but what I usually do is look at
the error codes and google them:

http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=nsIDOMHTMLSelectElement.selectedIndex

It's obviously to do with a select's selected index, probably being
set to an invalid index.

On Feb 9, 7:36 am, BR <benjamin.ren...@gmail.com> wrote:
> I get this while loading my app. Anyone knows what it might be caused
> by? This is GWT 2.0, on MacOS X Snow Leopard, in OOPHM:
>
> 00:04:00.123 [ERROR] Uncaught exception escaped
> com.google.gwt.core.client.JavaScriptException: (NS_ERROR_FAILURE):
> Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)
> [nsIDOMHTMLSelectElement.selectedIndex]  QueryInterface: function
> QueryInterface() {     [native code] }  result: 2147500037  
> filename:http://test.taskdock.com:8888 lineNumber: 62  columnNumber: 0  inner:
> null  data: null  initialize: function initialize() {     [native
> code] }         at
> com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChann 
> elServer.java:
> 195)    at
> com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
> 120)    at
> com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
> 507)    at
> com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:
> 264)    at
> com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.j 
> ava:
> 91)     at com.google.gwt.core.client.impl.Impl.apply(Impl.java)        at
> com.google.gwt.core.client.impl.Impl.entry0(Impl.java:188)      at
> sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)    at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp 
> l.java:
> 25)     at java.lang.reflect.Method.invoke(Method.java:585)     at
> com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
> at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:
> 71)     at
> com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.jav a:
> 157)    at
> com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java :
> 1668)   at
> com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChan 
> nelServer.java:
> 401)    at
> com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java :
> 222)    at java.lang.Thread.run(Thread.java:613)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to