Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 06:52:27,864 INFO [org.jboss.weld.Bootstrap] (weld-worker-5) WELD-000119: Not generating any bean definitions from org.jboss.errai.ioc.client.api.builtin.RootPanelProvider because of underlying class loading error: Type com.google.gwt.user.client.ui.RootPanel from [Module "deployment.jboss-as-helloworld-errai.war:main" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error.
- 06:52:28,092 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."jboss-as-helloworld-errai.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."jboss-as-helloworld-errai.war".WeldStartService: Failed to start service
- at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) [jboss-msc-1.2.0.Final.jar:1.2.0.Final]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45]
- at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
- Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type IOCBeanManager with qualifiers @Default
- at injection point [BackedAnnotatedField] @Inject org.jboss.errai.ioc.client.api.builtin.DisposerProvider.beanManager
- at org.jboss.errai.ioc.client.api.builtin.DisposerProvider.beanManager(DisposerProvider.java:0)
- at org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:368)
- at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:289)
- at org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:135)
- at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:166)
- at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:514)
- at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:68)
- at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:66)
- at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60)
- at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53)
- at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_45]
- ... 3 more
- 06:52:28,098 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 19) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "jboss-as-helloworld-errai.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"jboss-as-helloworld-errai.war\".WeldStartService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"jboss-as-helloworld-errai.war\".WeldStartService: Failed to start service
- Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type IOCBeanManager with qualifiers @Default
- at injection point [BackedAnnotatedField] @Inject org.jboss.errai.ioc.client.api.builtin.DisposerProvider.beanManager
- at org.jboss.errai.ioc.client.api.builtin.DisposerProvider.beanManager(DisposerProvider.java:0)
- "}}
- 06:52:28,101 ERROR [org.jboss.as.server] (management-handler-thread - 19) JBAS015870: Deploy of deployment "jboss-as-helloworld-errai.war" was rolled back with the following failure message:
- {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"jboss-as-helloworld-errai.war\".WeldStartService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"jboss-as-helloworld-errai.war\".WeldStartService: Failed to start service
- Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type IOCBeanManager with qualifiers @Default
- at injection point [BackedAnnotatedField] @Inject org.jboss.errai.ioc.client.api.builtin.DisposerProvider.beanManager
- at org.jboss.errai.ioc.client.api.builtin.DisposerProvider.beanManager(DisposerProvider.java:0)
- "}}
- 06:52:28,102 INFO [org.jboss.weld.deployer] (MSC service thread 1-9) JBAS016009: Stopping weld service for deployment jboss-as-helloworld-errai.war
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement