Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- com.google.inject.ConfigurationException: Guice configuration errors:
- 1) No implementation for ar.com.client.shared.DummyService was bound.
- while locating ar.com.client.shared.DummyService
- for field at ar.com.server.SimpleCDIService.dummyService(SimpleCDIService.java:16)
- while locating ar.com.server.SimpleCDIService
- for field at ar.com.server.DummyServiceImpl.cdiService(DummyServiceImpl.java:13)
- while locating ar.com.server.DummyServiceImpl
- 2) No implementation for javax.enterprise.event.Event<ar.com.client.shared.Response> was bound.
- while locating javax.enterprise.event.Event<ar.com.client.shared.Response>
- for field at ar.com.server.SimpleCDIService.responseEvent(SimpleCDIService.java:16)
- while locating ar.com.server.SimpleCDIService
- for field at ar.com.server.DummyServiceImpl.cdiService(DummyServiceImpl.java:13)
- while locating ar.com.server.DummyServiceImpl
- 2 errors
- at com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:1004)
- at com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:961)
- at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013)
- at org.jboss.errai.bus.server.service.ServiceProcessor.createRPCScaffolding(ServiceProcessor.java:248)
- at org.jboss.errai.bus.server.service.ServiceProcessor.processServiceClass(ServiceProcessor.java:100)
- at org.jboss.errai.bus.server.service.ServiceProcessor.process(ServiceProcessor.java:75)
- at org.jboss.errai.bus.server.service.ServiceProcessor.process(ServiceProcessor.java:62)
- at org.jboss.errai.bus.server.service.bootstrap.DiscoverServices.execute(DiscoverServices.java:52)
- at org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap.execute(OrderedBootstrap.java:56)
- at org.jboss.errai.bus.server.service.ErraiServiceImpl.boostrap(ErraiServiceImpl.java:72)
- at org.jboss.errai.bus.server.service.ErraiServiceImpl.<init>(ErraiServiceImpl.java:67)
- at org.jboss.errai.bus.server.service.ErraiServiceImpl$$FastClassByGuice$$7879947c.newInstance(<generated>)
- at com.google.inject.internal.cglib.reflect.$FastConstructor.newInstance(FastConstructor.java:40)
- at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:60)
- at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85)
- at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254)
- at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
- at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031)
- at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
- at com.google.inject.Scopes$1$1.get(Scopes.java:65)
- at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
- at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54)
- at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978)
- at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024)
- at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974)
- at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013)
- at org.jboss.errai.bus.server.service.ErraiServiceFactory.create(ErraiServiceFactory.java:30)
- at org.jboss.errai.bus.server.service.ErraiServiceSingleton.initSingleton(ErraiServiceSingleton.java:39)
- at org.jboss.errai.bus.server.servlet.ServletBootstrapUtil.initService(ServletBootstrapUtil.java:110)
- at org.jboss.errai.bus.server.servlet.ServletBootstrapUtil.getService(ServletBootstrapUtil.java:61)
- at org.jboss.errai.bus.server.servlet.AbstractErraiServlet.init(AbstractErraiServlet.java:86)
- at org.jboss.errai.bus.server.servlet.DefaultBlockingServlet.init(DefaultBlockingServlet.java:88)
- at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
- at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
- at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
- at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:685)
- at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
- at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1272)
- at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
- at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:489)
- at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
- at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
- at org.mortbay.jetty.handler.RequestLogHandler.doStart(RequestLogHandler.java:115)
- at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
- at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
- at org.mortbay.jetty.Server.doStart(Server.java:224)
- at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
- at com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:672)
- at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
- at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
- at com.google.gwt.junit.JUnitShell.getUnitTestShell(JUnitShell.java:707)
- at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:652)
- at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:441)
- at junit.framework.TestCase.runBare(TestCase.java:134)
- at junit.framework.TestResult$1.protect(TestResult.java:110)
- at junit.framework.TestResult.runProtected(TestResult.java:128)
- at junit.framework.TestResult.run(TestResult.java:113)
- at junit.framework.TestCase.run(TestCase.java:124)
- at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:296)
- at junit.framework.TestSuite.runTest(TestSuite.java:232)
- Starting Jetty on port 0
- at junit.framework.TestSuite.run(TestSuite.java:227)
- at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
- at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
- at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115)
- at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:140)
- at org.apache.maven.surefire.Surefire.run(Surefire.java:109)
- at sun.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:606)
- at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
- at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017)
- [WARN] unavailable
- com.google.inject.ProvisionException: Guice provision errors:
- 1) Error injecting constructor, java.lang.RuntimeException: server bootstrap failed
- at org.jboss.errai.bus.server.service.ErraiServiceImpl.<init>(ErraiServiceImpl.java:64)
- at org.jboss.errai.bus.server.service.ErraiServiceImpl.class(ErraiServiceImpl.java:52)
- while locating org.jboss.errai.bus.server.service.ErraiServiceImpl
- while locating org.jboss.errai.bus.server.service.ErraiService
- 1 error
- at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:987)
- at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013)
- at org.jboss.errai.bus.server.service.ErraiServiceFactory.create(ErraiServiceFactory.java:30)
- at org.jboss.errai.bus.server.service.ErraiServiceSingleton.initSingleton(ErraiServiceSingleton.java:39)
- at org.jboss.errai.bus.server.servlet.ServletBootstrapUtil.initService(ServletBootstrapUtil.java:110)
- at org.jboss.errai.bus.server.servlet.ServletBootstrapUtil.getService(ServletBootstrapUtil.java:61)
- at org.jboss.errai.bus.server.servlet.AbstractErraiServlet.init(AbstractErraiServlet.java:86)
- at org.jboss.errai.bus.server.servlet.DefaultBlockingServlet.init(DefaultBlockingServlet.java:88)
- at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440)
- at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
- at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
- at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:685)
- at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
- at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1272)
- at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
- at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:489)
- at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
- at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
- at org.mortbay.jetty.handler.RequestLogHandler.doStart(RequestLogHandler.java:115)
- at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
- at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
- at org.mortbay.jetty.Server.doStart(Server.java:224)
- at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
- at com.google.gwt.dev.shell.jetty.JettyLauncher.start(JettyLauncher.java:672)
- at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:509)
- at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1093)
- at com.google.gwt.junit.JUnitShell.getUnitTestShell(JUnitShell.java:707)
- at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:652)
- at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:441)
- at junit.framework.TestCase.runBare(TestCase.java:134)
- at junit.framework.TestResult$1.protect(TestResult.java:110)
- at junit.framework.TestResult.runProtected(TestResult.java:128)
- at junit.framework.TestResult.run(TestResult.java:113)
- at junit.framework.TestCase.run(TestCase.java:124)
- at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:296)
- at junit.framework.TestSuite.runTest(TestSuite.java:232)
- at junit.framework.TestSuite.run(TestSuite.java:227)
- at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
- at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
- at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115)
- at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:140)
- at org.apache.maven.surefire.Surefire.run(Surefire.java:109)
- at sun.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:606)
- at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
- at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017)
- Caused by: java.lang.RuntimeException: server bootstrap failed
- at org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap.execute(OrderedBootstrap.java:64)
- at org.jboss.errai.bus.server.service.ErraiServiceImpl.boostrap(ErraiServiceImpl.java:72)
- at org.jboss.errai.bus.server.service.ErraiServiceImpl.<init>(ErraiServiceImpl.java:67)
- at org.jboss.errai.bus.server.service.ErraiServiceImpl$$FastClassByGuice$$7879947c.newInstance(<generated>)
- at com.google.inject.internal.cglib.reflect.$FastConstructor.newInstance(FastConstructor.java:40)
- at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:60)
- at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85)
- at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254)
- at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
- at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031)
- at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
- at com.google.inject.Scopes$1$1.get(Scopes.java:65)
- at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
- at com.google.inject.internal.FactoryProxy.get(FactoryProxy.java:54)
- at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978)
- at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024)
- at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974)
- ... 47 more
- Caused by: com.google.inject.ConfigurationException: Guice configuration errors:
- 1) No implementation for ar.com.client.shared.DummyService was bound.
- while locating ar.com.client.shared.DummyService
- for field at ar.com.server.SimpleCDIService.dummyService(SimpleCDIService.java:16)
- while locating ar.com.server.SimpleCDIService
- for field at ar.com.server.DummyServiceImpl.cdiService(DummyServiceImpl.java:13)
- while locating ar.com.server.DummyServiceImpl
- 2) No implementation for javax.enterprise.event.Event<ar.com.client.shared.Response> was bound.
- while locating javax.enterprise.event.Event<ar.com.client.shared.Response>
- for field at ar.com.server.SimpleCDIService.responseEvent(SimpleCDIService.java:16)
- while locating ar.com.server.SimpleCDIService
- for field at ar.com.server.DummyServiceImpl.cdiService(DummyServiceImpl.java:13)
- while locating ar.com.server.DummyServiceImpl
- 2 errors
- at com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:1004)
- at com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:961)
- at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1013)
- at org.jboss.errai.bus.server.service.ServiceProcessor.createRPCScaffolding(ServiceProcessor.java:248)
- at org.jboss.errai.bus.server.service.ServiceProcessor.processServiceClass(ServiceProcessor.java:100)
- at org.jboss.errai.bus.server.service.ServiceProcessor.process(ServiceProcessor.java:75)
- at org.jboss.errai.bus.server.service.ServiceProcessor.process(ServiceProcessor.java:62)
- at org.jboss.errai.bus.server.service.bootstrap.DiscoverServices.execute(DiscoverServices.java:52)
- at org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap.execute(OrderedBootstrap.java:56)
- ... 63 more
- logging for HtmlUnit thread
- [WARN] Obsolete content type encountered: 'application/x-javascript'.
Advertisement
Add Comment
Please, Sign In to add comment