Advertisement
AnnaRadeva

Ann

Jun 14th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. 2016-06-14 13:24:34,187 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) {t=, u=} MSC000001: Failed to start service jboss.deployment.unit."cs-war-deployment.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."cs-war-deployment.war".WeldStartService: Failed to start service
  2. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904)
  3. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  4. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  5. at java.lang.Thread.run(Thread.java:745)
  6. Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type ObjectMapper with qualifiers @Default
  7. at injection point [UnbackedAnnotatedField] @Inject private com.sirma.itt.seip.eia.rest.ExternalSystemSearchRestService.mapper
  8. at com.sirma.itt.seip.eia.rest.ExternalSystemSearchRestService.mapper(ExternalSystemSearchRestService.java:0)
  9.  
  10. at org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:359)
  11. at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:281)
  12. at org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:134)
  13. at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:155)
  14. at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:518)
  15. at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:68)
  16. at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:66)
  17. at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:60)
  18. at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:53)
  19. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  20. ... 3 more
  21.  
  22. 2016-06-14 13:24:34,207 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) {t=, u=} WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "cs-war-deployment.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"cs-war-deployment.war\".WeldStartService" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"cs-war-deployment.war\".WeldStartService: Failed to start service
  23. Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type ObjectMapper with qualifiers @Default
  24. at injection point [UnbackedAnnotatedField] @Inject private com.sirma.itt.seip.eia.rest.ExternalSystemSearchRestService.mapper
  25. at com.sirma.itt.seip.eia.rest.ExternalSystemSearchRestService.mapper(ExternalSystemSearchRestService.java:0)
  26. "}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement