As the subject states, I get weird initialization errors when 
using <add-linker name="xsiframe" />
one of the weird errors is :
dateField = new DateField();
where DateField is a GWT-Ext component.

a clue is the following: 
Caused by: com.google.gwt.core.client.JavaScriptException: (null) @com.
gwtext.client.widgets.Component::checkExtVer()([]): null

All the failed tests seemt to point to some gwtext initialization problem. 
Maybe someone is interested in this
/Adrian

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
java.lang.ExceptionInInitializerError
        at 
com.SE.webstation.client.webhelp.WebHelpModelTest.setUpFixture(WebHelpModelTest.java:40)
        at 
com.SE.webstation.client.webhelp.WebHelpModelTest.testFreeTextSearch(WebHelpModelTest.java:45)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at 
com.google.gwt.junit.client.impl.GWTTestAccessor.invoke(GWTTestAccessor.java:39)
        at 
com.google.gwt.junit.client.impl.GWTRunner.executeTestMethod(GWTRunner.java:266)
        at 
com.google.gwt.junit.client.GWTTestCase.doRunTest(GWTTestCase.java:150)
        at junit.framework.TestCase.runTest(TestCase.java:62)
        at com.google.gwt.junit.client.GWTTestCase.runBare(GWTTestCase.java:144)
        at 
com.google.gwt.junit.client.GWTTestCase.__doRunTest(GWTTestCase.java:109)
        at 
com.google.gwt.junit.client.impl.GWTRunner.runTest(GWTRunner.java:354)
        at 
com.google.gwt.junit.client.impl.GWTRunner.doRunTest(GWTRunner.java:287)
        at 
com.google.gwt.junit.client.impl.GWTRunner.access$11(GWTRunner.java:281)
        at 
com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:105)
        at 
com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:1)
        at 
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:232)
        at 
com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:259)
        at 
com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:412)
        at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        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.java:172)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:338)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:219)
        at 
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
        at 
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:576)
        at 
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:284)
        at 
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
        at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
        at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:354)
        at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        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.java:172)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364)
        at java.lang.Thread.run(Unknown Source)
Caused by: com.google.gwt.core.client.JavaScriptException: (null) 
@com.gwtext.client.widgets.Component::checkExtVer()([]): null
        at 
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:249)
        at 
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
        at 
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:576)
        at 
com.google.gwt.dev.shell.ModuleSpace.invokeNativeBoolean(ModuleSpace.java:199)
        at 
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeBoolean(JavaScriptHost.java:35)
        at com.gwtext.client.widgets.Component.checkExtVer(Component.java)
        at com.gwtext.client.widgets.Component.<clinit>(Component.java:108)
        ... 44 more

----------------------

java.lang.NoClassDefFoundError: Could not initialize class 
com.gwtext.client.widgets.Toolbar
        at 
com.SE.webstation.client.webhelp.WebHelpModelTest.setUpFixture(WebHelpModelTest.java:40)
        at 
com.SE.webstation.client.webhelp.WebHelpModelTest.testTypeSearch(WebHelpModelTest.java:56)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at 
com.google.gwt.junit.client.impl.GWTTestAccessor.invoke(GWTTestAccessor.java:39)
        at 
com.google.gwt.junit.client.impl.GWTRunner.executeTestMethod(GWTRunner.java:266)
        at 
com.google.gwt.junit.client.GWTTestCase.doRunTest(GWTTestCase.java:150)
        at junit.framework.TestCase.runTest(TestCase.java:62)
        at com.google.gwt.junit.client.GWTTestCase.runBare(GWTTestCase.java:144)
        at 
com.google.gwt.junit.client.GWTTestCase.__doRunTest(GWTTestCase.java:109)
        at 
com.google.gwt.junit.client.impl.GWTRunner.runTest(GWTRunner.java:354)
        at 
com.google.gwt.junit.client.impl.GWTRunner.doRunTest(GWTRunner.java:287)
        at 
com.google.gwt.junit.client.impl.GWTRunner.access$11(GWTRunner.java:281)
        at 
com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:105)
        at 
com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:1)
        at 
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:232)
        at 
com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:259)
        at 
com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:412)
        at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        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.java:172)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:338)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:219)
        at 
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
        at 
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:576)
        at 
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:284)
        at 
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
        at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
        at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:354)
        at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        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.java:172)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364)
        at java.lang.Thread.run(Unknown Source)

---------------------------------


java.lang.NoClassDefFoundError: Could not initialize class 
com.gwtext.client.widgets.grid.GridPanel
        at 
com.SE.webstation.client.propertyGrid.editors.TextEditorViewTest.testIsValid_WithTypeSYSTEMPTSTRING(TextEditorViewTest.java:41)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at 
com.google.gwt.junit.client.impl.GWTTestAccessor.invoke(GWTTestAccessor.java:39)
        at 
com.google.gwt.junit.client.impl.GWTRunner.executeTestMethod(GWTRunner.java:266)
        at 
com.google.gwt.junit.client.GWTTestCase.doRunTest(GWTTestCase.java:150)
        at junit.framework.TestCase.runTest(TestCase.java:62)
        at com.google.gwt.junit.client.GWTTestCase.runBare(GWTTestCase.java:144)
        at 
com.google.gwt.junit.client.GWTTestCase.__doRunTest(GWTTestCase.java:109)
        at 
com.google.gwt.junit.client.impl.GWTRunner.runTest(GWTRunner.java:354)
        at 
com.google.gwt.junit.client.impl.GWTRunner.doRunTest(GWTRunner.java:287)
        at 
com.google.gwt.junit.client.impl.GWTRunner.access$11(GWTRunner.java:281)
        at 
com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:105)
        at 
com.google.gwt.junit.client.impl.GWTRunner$TestBlockListener.onSuccess(GWTRunner.java:1)
        at 
com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:232)
        at 
com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:259)
        at 
com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:412)
        at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        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.java:172)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessagesWhileWaitingForReturn(BrowserChannelServer.java:338)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:219)
        at 
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136)
        at 
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:576)
        at 
com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:284)
        at 
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
        at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
        at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:354)
        at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        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.java:172)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:293)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:547)
        at 
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:364)
        at java.lang.Thread.run(Unknown Source)

Reply via email to