これは、アプリケーションの実行時に発生するエラーです。
java.lang.RuntimeException:com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl)の「com.gwtplatform.mvp.client.proxy.PlaceManager」(必要なモジュールを継承するのを忘れましたか?)の遅延バインディングが失敗しました.java:53)at com.google.gwt.core.client.GWT.create(GWT.java:97)at com.myapp.client.gin.ClientGinjectorImpl.create_Key $ type $ com $ gwtplatform $ mvp $ client $ proxy $ PlaceManager $ _annotation $$ none $$(ClientGinjectorImpl.java:597)at com.myapp.client.gin.ClientGinjectorImpl.get_Key $ type $ com $ gwtplatform $ mvp $ client $ proxy $ PlaceManager $ _annotation $$ none $$( ClientGinjectorImpl.java:611)at com.myapp.client.gin.ClientGinjectorImpl.getPlaceManager(ClientGinjectorImpl.java:27)at com.myapp.client.MainAppEntryPoint.onModuleLoad(MainAppEntryPoint.java:17)atsun.reflect.NativeMethodAccessorImpl。invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java: 601)com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396)at com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:200)at com.google.gwt .dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:525)at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363)at java.lang.Thread.run(Thread.java:722) )原因:com.google.gwt.core.ext.UnableToCompleteException :(前のログエントリを参照)com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:503)com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:49)at com.google.gwt.core.client.GWT.create(GWT.java:97)at com.myapp.client .gin.ClientGinjectorImpl.create_Key $ type $ com $ gwtplatform $ mvp $ client $ proxy $ PlaceManager $ _annotation $$ none $$(ClientGinjectorImpl.java:597)at com.myapp.client.gin.ClientGinjectorImpl.get_Key $ type $ com $ gwtplatform $ mvp $ client $ proxy $ PlaceManager $ _annotation $$ none $$(ClientGinjectorImpl.java:611)at com.myapp.client.gin.ClientGinjectorImpl.getPlaceManager(ClientGinjectorImpl.java:27)atcom.myapp.client。 MainAppEntryPoint.onModuleLoad(MainAppEntryPoint.java:17)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)atsun.reflect.DelegatingMethodAccessorImpl。invoke(DelegatingMethodAccessorImpl.java:43)at java.lang.reflect.Method.invoke(Method.java:601)at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:396)at com.google .gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:200)at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:525)at com.google.gwt.dev.shell.BrowserChannelServer .run(BrowserChannelServer.java:363)at java.lang.Thread.run(Thread.java:722)processConnection(BrowserChannelServer.java:525)at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363)at java.lang.Thread.run(Thread.java:722)processConnection(BrowserChannelServer.java:525)at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363)at java.lang.Thread.run(Thread.java:722)
私はファイルにこれらを持っていますが.gwt.xml
:
<inherits name="com.google.gwt.inject.Inject"/>
<inherits name='com.gwtplatform.mvp.Mvp'/>
<inherits name='com.gwtplatform.dispatch.Dispatch'/>
<define-configuration-property name='gin.ginjector' is-multi-valued='false' />
<set-configuration-property name='gin.ginjector' value='com.myapp.client.gin.ClientGinjector' />
アプリケーションでWEB-INF/lib
:
guice-assistedinject-3.0-rc2.jar
guice-servlet-3.0.jar
guice-3.0.jar
gin-1.5.0.jar
gin-1.5-post-gwt-2.2.jar
gwtp-all-0.7.jar
何が欠けている可能性がありますか?