Advertisement
Guest User

Untitled

a guest
Feb 10th, 2014
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. 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.
  2. 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
  3. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) [jboss-msc-1.2.0.Final.jar:1.2.0.Final]
  4. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45]
  5. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45]
  6. at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
  7. Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type IOCBeanManager with qualifiers @Default
  8. at injection point [BackedAnnotatedField] @Inject org.jboss.errai.ioc.client.api.builtin.DisposerProvider.beanManager
  9. at org.jboss.errai.ioc.client.api.builtin.DisposerProvider.beanManager(DisposerProvider.java:0)
  10.  
  11. at org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:368)
  12. at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:289)
  13. at org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:135)
  14. at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:166)
  15. at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:514)
  16. at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:68)
  17. at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:66)
  18. at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60)
  19. at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53)
  20. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_45]
  21. ... 3 more
  22.  
  23. 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
  24. Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type IOCBeanManager with qualifiers @Default
  25. at injection point [BackedAnnotatedField] @Inject org.jboss.errai.ioc.client.api.builtin.DisposerProvider.beanManager
  26. at org.jboss.errai.ioc.client.api.builtin.DisposerProvider.beanManager(DisposerProvider.java:0)
  27. "}}
  28. 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:
  29. {"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
  30. Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type IOCBeanManager with qualifiers @Default
  31. at injection point [BackedAnnotatedField] @Inject org.jboss.errai.ioc.client.api.builtin.DisposerProvider.beanManager
  32. at org.jboss.errai.ioc.client.api.builtin.DisposerProvider.beanManager(DisposerProvider.java:0)
  33. "}}
  34. 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