Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.73 KB | None | 0 0
  1. ERROR: Failed to create an instance of 'xxx.xxx.gwt.demo.xxx.client.xxxApp' via deferred binding . java.lang.RuntimeException: Deferred binding failed for 'xxx.xxx.gwt.demo.xxx.client.ioc.AppInjector' (did you forget to inherit a required module?)
  2.     at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:53)
  3.     at com.google.gwt.core.client.GWT.create(GWT.java:98)
  4.     at xxx.xxx.gwt.demo.xxx.client.xxxApp.<init>(xxxApp.java:15)
  5.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  6.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  7.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  8.     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  9.     at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:465)
  10.     at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:375)
  11.     at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:183)
  12.     at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:510)
  13.     at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
  14.     at java.lang.Thread.run(Thread.java:662)
  15. Caused by: java.lang.IncompatibleClassChangeError: Found interface com.google.gwt.core.ext.typeinfo.JClassType, but class was expected
  16.     at com.google.gwt.inject.rebind.GinjectorGeneratorImpl.validateInjectorClass(GinjectorGeneratorImpl.java:84)
  17.     at com.google.gwt.inject.rebind.GinjectorGeneratorImpl.generate(GinjectorGeneratorImpl.java:65)
  18.     at com.google.gwt.inject.rebind.GinjectorGenerator.generate(GinjectorGenerator.java:47)
  19.     at com.google.gwt.core.ext.GeneratorExtWrapper.generate(GeneratorExtWrapper.java:48)
  20.     at com.google.gwt.core.ext.GeneratorExtWrapper.generateIncrementally(GeneratorExtWrapper.java:60)
  21.     at com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(StandardGeneratorContext.java:662)
  22.     at com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:41)
  23.     at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind(StandardRebindOracle.java:74)
  24.     at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:259)
  25.     at com.google.gwt.dev.shell.ShellModuleSpaceHost.rebind(ShellModuleSpaceHost.java:141)
  26.     at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:585)
  27.     at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:455)
  28.     at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:49)
  29.     at com.google.gwt.core.client.GWT.create(GWT.java:98)
  30.     at xxx.xxx.gwt.demo.xxx.client.xxxApp.<init>(xxxApp.java:15)
  31.     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  32.     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  33.     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  34.     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  35.     at com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:465)
  36.     at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:375)
  37.     at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:183)
  38.     at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:510)
  39.     at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:352)
  40.     at java.lang.Thread.run(Thread.java:662)
  41. ERROR: Unable to load module entry point class xxx.xxx.gwt.demo.xxx.client.xxxApp (see associated exception for details).
  42. ERROR: Failed to load module 'xxxApp' from user agent 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13' at localhost:38063.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement