Note that there are some explanatory texts on larger screens.

plurals
  1. POJavaScriptException: (TypeError): Object doesn't support this property or method
    primarykey
    data
    text
    <p>I have a web application which uses GWT 2.2 and Java 1.5 and is running on an Websphere Application Server 6.1. </p> <p>It runs fine on Firefox (5.0.1) but on Internet Explorer 7 I get the following exception: </p> <pre><code>com.google.gwt.core.client.JavaScriptException: (TypeError): Object doesn't support this property or method number: -2146827850 </code></pre> <p>Stack trace:</p> <pre><code> at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:237) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:129) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:269) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) at com.google.gwt.user.client.ui.impl.FocusImplStandard.createFocusable0(FocusImplStandard.java) at com.google.gwt.user.client.ui.impl.FocusImplStandard.createFocusable(FocusImplStandard.java:65) at com.google.gwt.user.client.ui.MenuBar.init(MenuBar.java:1086) at com.google.gwt.user.client.ui.MenuBar.&amp;lt;init&amp;gt;(MenuBar.java:237) at com.google.gwt.user.client.ui.MenuBar.&amp;lt;init&amp;gt;(MenuBar.java:213) at com.google.gwt.user.client.ui.SuggestBox$SuggestionMenu.&amp;lt;init&amp;gt;(SuggestBox.java:563) at com.google.gwt.user.client.ui.SuggestBox$DefaultSuggestionDisplay.&amp;lt;init&amp;gt;(SuggestBox.java:320) at com.google.gwt.user.client.ui.SuggestBox.&amp;lt;init&amp;gt;(SuggestBox.java:723) at com.google.gwt.user.client.ui.SuggestBox.&amp;lt;init&amp;gt;(SuggestBox.java:711) at com.estimation.web.client.ui.EnterEstimationDataView.createSuggestBox(EnterEstimationDataView.java:287) at com.estimation.web.client.ui.EnterEstimationDataView_EnterEstimationDataViewUiBinderImpl.createAndBindUi(EnterEstimationDataView_EnterEstimationDataViewUiBinderImpl.java:19) at com.estimation.web.client.ui.EnterEstimationDataView_EnterEstimationDataViewUiBinderImpl.createAndBindUi(EnterEstimationDataView_EnterEstimationDataViewUiBinderImpl.java:1) at com.estimation.web.client.ui.EnterEstimationDataView.&amp;lt;init&amp;gt;(EnterEstimationDataView.java:292) at com.estimation.web.client.ClientFactoryImpl.&amp;lt;clinit&amp;gt;(ClientFactoryImpl.java:39) at java.lang.J9VMInternals.initializeImpl(Native Method) ... </code></pre> <p>Stack Trace is from Dev Mode, but I assume the same happens in production mode as the IE does not display anything and shows a little yellow warning sign in the status bar. </p> <p>I tried to comment out the part where the exception is thrown but then the same exception is thrown somewhere else. </p> <p>From the different widgets which throw the exception it seems they are all focusable because this line was in every stack trace (last call before GWT starts doing native Java Script stuff):</p> <pre><code>com.google.gwt.user.client.ui.impl.FocusImplStandard.createFocusable(FocusImplStandard.java:65) </code></pre> <p>Does anyone have any idea what could cause this error? </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload