Solved the problem - sorry for the noise. 1.6 compiler seems to have a problem with huge RAM usage when compiling multiple permutations at the moment so basically I stupidly compiled with user.agent = gecko then tried to run hotsed mode in windows in a -noserver set up, so real problem was:
Caused by: java.lang.RuntimeException: Deferred binding failed for 'com.google.gwt.user.client.impl.DOMImpl' (did you forget to inherit a required module?) using ie6 for user.agent fixed the problem. On Jan 31, 3:45 pm, gregor <[email protected]> wrote: > Hi, > > Attempting to upgrade an app to 1.6, run into some trouble with the > following exception. Any ideas on what this might be? Original app was > using gwt-log-2.5.2, I tried with 2.5.3 but same result. > > regards > gregor > > [ERROR] Failed to create an instance of > 'com.allen_sauer.gwt.log.client.DivLogger' via deferred binding > java.lang.ExceptionInInitializerError: null > at com.google.gwt.user.client.ui.CellPanel.<init>(CellPanel.java:34) > at com.google.gwt.user.client.ui.DockPanel.<init>(DockPanel.java:132) > at com.allen_sauer.gwt.log.client.DivLogger$1.<init>(DivLogger.java: > 91) > at com.allen_sauer.gwt.log.client.DivLogger.<init>(DivLogger.java:91) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown > Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown > Source) > at java.lang.reflect.Constructor.newInstance(Unknown Source) > at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate > (ModuleSpace.java:408) > at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java: > 39) > at com.google.gwt.core.client.GWT.create(GWT.java:91) > at com.allen_sauer.gwt.log.client.impl.LogImplBase.init > (LogImplBase.java:307) > at com.allen_sauer.gwt.log.client.Log.<clinit>(Log.java:71) > at es.git.openkm.frontend.client.Main.onModuleLoad(Main.java:131) > 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.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:361) > at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace > (BrowserWidget.java:345) > at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access$300 > (BrowserWidgetIE6.java:37) > at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad > (BrowserWidgetIE6.java:76) > at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke > (BrowserWidgetIE6.java:153) > at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke > (IDispatchImpl.java:294) > at com.google.gwt.dev.shell.ie.IDispatchImpl.method6 > (IDispatchImpl.java:194) > at org.eclipse.swt.internal.ole.win32.COMObject.callback6 > (COMObject.java:117) > at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) > at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) > at com.google.gwt.dev.SwtHostedModeBase.processEvents > (SwtHostedModeBase.java:237) > at com.google.gwt.dev.HostedModeBase.pumpEventLoop > (HostedModeBase.java:548) > at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:411) > at com.google.gwt.dev.GWTShell.main(GWTShell.java:147) > Caused by: java.lang.RuntimeException: Deferred binding failed for > 'com.google.gwt.user.client.impl.DOMImpl' (did you forget to inherit a > required module?) > at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java: > 43) > at com.google.gwt.core.client.GWT.create(GWT.java:91) > at com.google.gwt.user.client.DOM.<clinit>(DOM.java:35) > at com.google.gwt.user.client.ui.CellPanel.<init>(CellPanel.java:34) > at com.google.gwt.user.client.ui.DockPanel.<init>(DockPanel.java:132) > at com.allen_sauer.gwt.log.client.DivLogger$1.<init>(DivLogger.java: > 91) > at com.allen_sauer.gwt.log.client.DivLogger.<init>(DivLogger.java:91) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown > Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown > Source) > at java.lang.reflect.Constructor.newInstance(Unknown Source) > at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate > (ModuleSpace.java:408) > at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java: > 39) > at com.google.gwt.core.client.GWT.create(GWT.java:91) > at com.allen_sauer.gwt.log.client.impl.LogImplBase.init > (LogImplBase.java:307) > at com.allen_sauer.gwt.log.client.Log.<clinit>(Log.java:71) > at es.git.openkm.frontend.client.Main.onModuleLoad(Main.java:131) > 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.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:361) > at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace > (BrowserWidget.java:345) > at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access$300 > (BrowserWidgetIE6.java:37) > at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad > (BrowserWidgetIE6.java:76) > at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke > (BrowserWidgetIE6.java:153) > at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke > (IDispatchImpl.java:294) > at com.google.gwt.dev.shell.ie.IDispatchImpl.method6 > (IDispatchImpl.java:194) > at org.eclipse.swt.internal.ole.win32.COMObject.callback6 > (COMObject.java:117) > at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) > at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) > at com.google.gwt.dev.SwtHostedModeBase.processEvents > (SwtHostedModeBase.java:237) > at com.google.gwt.dev.HostedModeBase.pumpEventLoop > (HostedModeBase.java:548) > at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:411) > at com.google.gwt.dev.GWTShell.main(GWTShell.java:147) > Caused by: java.lang.NullPointerException: null > at java.util.TreeMap.getEntry(Unknown Source) > at java.util.TreeMap.containsKey(Unknown Source) > at java.util.TreeSet.contains(Unknown Source) > at com.google.gwt.dev.cfg.BindingProperty.isAllowedValue > (BindingProperty.java:63) > at > com.google.gwt.dev.shell.ModuleSpacePropertyOracle.computePropertyValue > (ModuleSpacePropertyOracle.java:120) > at com.google.gwt.dev.shell.ModuleSpacePropertyOracle.getPropertyValue > (ModuleSpacePropertyOracle.java:65) > at com.google.gwt.dev.cfg.ConditionWhenPropertyIs.doEval > (ConditionWhenPropertyIs.java:48) > at com.google.gwt.dev.cfg.Condition.isTrue(Condition.java:36) > at com.google.gwt.dev.cfg.ConditionAll.doEval(ConditionAll.java:37) > at com.google.gwt.dev.cfg.Condition.isTrue(Condition.java:36) > at com.google.gwt.dev.cfg.Rule.isApplicable(Rule.java:35) > at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.tryRebind > (StandardRebindOracle.java:103) > at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind > (StandardRebindOracle.java:62) > at com.google.gwt.dev.shell.StandardRebindOracle.rebind > (StandardRebindOracle.java:172) > at com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind > (ShellModuleSpaceHost.java:114) > at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:515) > at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate > (ModuleSpace.java:400) > at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java: > 39) > at com.google.gwt.core.client.GWT.create(GWT.java:91) > at com.google.gwt.user.client.DOM.<clinit>(DOM.java:35) > at com.google.gwt.user.client.ui.CellPanel.<init>(CellPanel.java:34) > at com.google.gwt.user.client.ui.DockPanel.<init>(DockPanel.java:132) > at com.allen_sauer.gwt.log.client.DivLogger$1.<init>(DivLogger.java: > 91) > at com.allen_sauer.gwt.log.client.DivLogger.<init>(DivLogger.java:91) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown > Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown > Source) > at java.lang.reflect.Constructor.newInstance(Unknown Source) > at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate > (ModuleSpace.java:408) > at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java: > 39) > at com.google.gwt.core.client.GWT.create(GWT.java:91) > at com.allen_sauer.gwt.log.client.impl.LogImplBase.init > (LogImplBase.java:307) > at com.allen_sauer.gwt.log.client.Log.<clinit>(Log.java:71) > at es.git.openkm.frontend.client.Main.onModuleLoad(Main.java:131) > 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.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:361) > at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace > (BrowserWidget.java:345) > at com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access$300 > (BrowserWidgetIE6.java:37) > at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad > (BrowserWidgetIE6.java:76) > at com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke > (BrowserWidgetIE6.java:153) > at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke > (IDispatchImpl.java:294) > at com.google.gwt.dev.shell.ie.IDispatchImpl.method6 > (IDispatchImpl.java:194) > at org.eclipse.swt.internal.ole.win32.COMObject.callback6 > (COMObject.java:117) > at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) > at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) > at com.google.gwt.dev.SwtHostedModeBase.processEvents > (SwtHostedModeBase.java:237) > at com.google.gwt.dev.HostedModeBase.pumpEventLoop > (HostedModeBase.java:548) > at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:411) > at com.google.gwt.dev.GWTShell.main(GWTShell.java:147) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-log" 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/gwt-log?hl=en -~----------~----~----~----~------~----~------~--~---
