Is it possible to post both the uibinder's xml and java class files? It would help. Thanks.
On Tue, Nov 2, 2010 at 12:03 PM, pgraham <[email protected]>wrote: > Hi all, > > After upgrading to gwt 2.1.0 I get the following exception when > starting up hosted mode: > > onModuleLoad() threw an exception > > Exception while loading module org.sitebrand.ui.gwt.shell.MainEntry. > See Development Mode for details. > java.lang.reflect.InvocationTargetException at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: > 39) > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: > 25) > at java.lang.reflect.Method.invoke(Method.java:597) > at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396) > at > > com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java: > 183) > at > > com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java: > 510) > at > > com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java: > 352) > at java.lang.Thread.run(Thread.java:619) > > Caused by: java.lang.ExceptionInInitializerError > at org.sitebrand.ui.gwt.widgets.panel.TopPanel.(TopPanel.java:37) > at > org.sitebrand.ui.gwt.shell.MainEntry.initNorthPanel(MainEntry.java:76) > at org.sitebrand.ui.gwt.shell.MainEntry.onModuleLoad(MainEntry.java: > 62) ... 9 more > > Caused by: java.lang.RuntimeException: Deferred binding failed for > 'org.sitebrand.ui.gwt.widgets.MainMenu$Binder' (did you forget to > inherit a required module?) > at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java: > 53) > at com.google.gwt.core.client.GWT.create(GWT.java:97) > at org.sitebrand.ui.gwt.widgets.MainMenu.(MainMenu.java:72) ... 12 > more > > Caused by: java.lang.AbstractMethodError: > org.apache.xerces.dom.ElementNSImpl.setUserData(Ljava/lang/ > String;Ljava/lang/Object;Lorg/w3c/dom/UserDataHandler;)Ljava/lang/ > Object; > at > > com.google.gwt.uibinder.rebind.W3cDocumentBuilder.startElement(W3cDocumentBuilder.java: > 130) > at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown > Source) > at > org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown > Source) > at org.apache.xerces.impl.XMLNSDocumentScannerImpl > $NSContentDispatcher.scanRootElementHook(Unknown Source) > at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl > $FragmentContentDispatcher.dispatch(Unknown Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown > Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown > Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown > Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) > at javax.xml.parsers.SAXParser.parse(SAXParser.java:395) > at > com.google.gwt.uibinder.rebind.W3cDomHelper.documentFor(W3cDomHelper.java: > 64) > at > > com.google.gwt.uibinder.rebind.UiBinderGenerator.getW3cDoc(UiBinderGenerator.java: > 169) > at > > com.google.gwt.uibinder.rebind.UiBinderGenerator.generateOnce(UiBinderGenerator.java: > 139) > at > > com.google.gwt.uibinder.rebind.UiBinderGenerator.generate(UiBinderGenerator.java: > 119) > at > > com.google.gwt.dev.javac.StandardGeneratorContext.runGenerator(StandardGeneratorContext.java: > 427) > at > com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java: > 39) > at com.google.gwt.dev.shell.StandardRebindOracle > $Rebinder.tryRebind(StandardRebindOracle.java:115) > at com.google.gwt.dev.shell.StandardRebindOracle > $Rebinder.rebind(StandardRebindOracle.java:58) > at > > com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java: > 161) > at > > com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind(ShellModuleSpaceHost.java: > 124) > at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:585) > at > com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java: > 455) > at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java: > 49) ... 14 more > > Everything was working fine with GWT 2.0.4 > > Any help is appreciated, > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Jeff -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
