[jboss-jira] [JBoss JIRA] (WFLY-3521) EAR files are not deploying in the WildFly-8.1.0-Final
Stuart Douglas (JIRA)
issues at jboss.org
Thu Jun 19 11:41:24 EDT 2014
[ https://issues.jboss.org/browse/WFLY-3521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stuart Douglas resolved WFLY-3521.
----------------------------------
Resolution: Rejected
Please use the forums to ask for help, or better yet google the exception first.
https://www.google.com/search?q=Caused+by%3A+org.jboss.weld.exceptions.DeploymentException%3A+WELD-001408%3A+Unsatisfied+dependencies+for+type+Set%3CService%3E+with+qualifiers+%40Default+at+injection+point+%5BBackedAnnotatedParameter%5D+Parameter+1+of+%5BBackedAnnotatedConstructor%5D+%40Inject+com.google.common.util.concurrent.ServiceManager(Set%3CService%3E)&oq=Caused+by%3A+org.jboss.weld.exceptions.DeploymentException%3A+WELD-001408%3A+Unsatisfied+dependencies+for+type+Set%3CService%3E+with+qualifiers+%40Default+at+injection+point+%5BBackedAnnotatedParameter%5D+Parameter+1+of+%5BBackedAnnotatedConstructor%5D+%40Inject+com.google.common.util.concurrent.ServiceManager(Set%3CService%3E)&aqs=chrome..69i57.207j0j7&sourceid=chrome&es_sm=91&ie=UTF-8
> EAR files are not deploying in the WildFly-8.1.0-Final
> ------------------------------------------------------
>
> Key: WFLY-3521
> URL: https://issues.jboss.org/browse/WFLY-3521
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: CDI / Weld, EE, EJB
> Affects Versions: 8.1.0.Final
> Environment: OS : Ubuntu 13.04,
> 8gb RAM, i7 processor
> Reporter: Krish Lakshmanan
> Assignee: Stuart Douglas
> Priority: Blocker
> Attachments: weld.log
>
>
> After starting the jboss server without any configuartion changes and deploy the ear file, then it is throwing error as below:
> 2014-06-19 20:13:00,075 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit."jmsproducer-impl-ear-0.41.0.local-SNAPSHOT.ear".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."jmsproducer-impl-ear-0.41.0.local-SNAPSHOT.ear".WeldStartService: Failed to start service
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904) [jboss-msc-1.2.2.Final.jar:1.2.2.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 Set<Service> with qualifiers @Default
> at injection point [BackedAnnotatedParameter] Parameter 1 of [BackedAnnotatedConstructor] @Inject com.google.common.util.concurrent.ServiceManager(Set<Service>)
> at com.google.common.util.concurrent.ServiceManager.<init>(ServiceManager.java:0)
> But, the same ear file is getting deployed in JBoss-AS-7.1 and JBoss-EAP-6.3.
> 01:49:06,303 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) JBAS018559: Deployed "jmsproducer-impl-ear-0.40.0.local-SNAPSHOT.ear" (runtime-name : "jmsproducer-impl-ear-0.40.0.local-SNAPSHOT.ear")
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the jboss-jira
mailing list