Created
April 26, 2018 10:52
-
-
Save Ladicek/9e6ddae527d1526d7b2bd54fc5731ac2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] --- wildfly-swarm-plugin:2018.5.0-SNAPSHOT:start (start) @ ts-javaee-interceptors-cdi --- | |
[INFO] Starting .war | |
Thu Apr 26 12:51:33 CEST 2018 INFO [org.wildfly.swarm.bootstrap] (main) Dependencies not bundled; resolving from M2REPO. | |
2018-04-26 12:51:34,904 INFO [org.wildfly.swarm] (main) WFSWARM0013: Installed fraction: CDI - STABLE org.wildfly.swarm:cdi:2018.5.0-SNAPSHOT | |
2018-04-26 12:51:34,910 INFO [org.wildfly.swarm] (main) WFSWARM0013: Installed fraction: Logging - STABLE org.wildfly.swarm:logging:2018.5.0-SNAPSHOT | |
2018-04-26 12:51:34,910 INFO [org.wildfly.swarm] (main) WFSWARM0013: Installed fraction: CDI Configuration - STABLE org.wildfly.swarm:cdi-config:2018.5.0-SNAPSHOT | |
2018-04-26 12:51:34,910 INFO [org.wildfly.swarm] (main) WFSWARM0013: Installed fraction: Bean Validation - STABLE org.wildfly.swarm:bean-validation:2018.5.0-SNAPSHOT | |
2018-04-26 12:51:34,910 INFO [org.wildfly.swarm] (main) WFSWARM0013: Installed fraction: Transactions - STABLE org.wildfly.swarm:transactions:2018.5.0-SNAPSHOT | |
2018-04-26 12:51:34,911 INFO [org.wildfly.swarm] (main) WFSWARM0013: Installed fraction: Undertow - STABLE org.wildfly.swarm:undertow:2018.5.0-SNAPSHOT | |
2018-04-26 12:51:36,170 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1 | |
2018-04-26 12:51:36,253 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Swarm 2018.5.0-SNAPSHOT (WildFly Core 3.0.8.Final) starting | |
2018-04-26 12:51:36,282 INFO [org.wildfly.swarm] (MSC service thread 1-7) WFSWARM0019: Install MSC service for command line args: [] | |
2018-04-26 12:51:36,761 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 12) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique. | |
2018-04-26 12:51:36,766 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 15) WFLYNAM0001: Activating Naming Subsystem | |
2018-04-26 12:51:36,772 INFO [org.xnio] (ServerService Thread Pool -- 13) XNIO version 3.5.4.Final | |
2018-04-26 12:51:36,779 INFO [org.xnio.nio] (ServerService Thread Pool -- 13) XNIO NIO Implementation Version 3.5.4.Final | |
2018-04-26 12:51:36,794 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 1.4.18.Final starting | |
2018-04-26 12:51:36,799 INFO [org.jboss.as.naming] (MSC service thread 1-7) WFLYNAM0003: Starting Naming Service | |
2018-04-26 12:51:36,800 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 13) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors | |
2018-04-26 12:51:36,858 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server. | |
2018-04-26 12:51:36,893 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow HTTP listener default listening on [0:0:0:0:0:0:0:0]:8080 | |
2018-04-26 12:51:36,950 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server | |
2018-04-26 12:51:36,951 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Swarm 2018.5.0-SNAPSHOT (WildFly Core 3.0.8.Final) started in 833ms - Started 85 of 93 services (17 services are lazy, passive or on-demand) | |
2018-04-26 12:51:37,869 INFO [org.wildfly.swarm.runtime.deployer] (main) deploying ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war | |
2018-04-26 12:51:37,886 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war" (runtime-name: "ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war") | |
2018-04-26 12:51:38,775 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0003: Could not index class module-info.class at /content/ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war/WEB-INF/lib/asm-commons-6.0.jar: java.lang.IllegalStateException: Unknown tag! pos=3 poolCount = 14 | |
at org.jboss.jandex.Indexer.processConstantPool(Indexer.java:1417) | |
at org.jboss.jandex.Indexer.index(Indexer.java:1451) | |
at org.jboss.as.server.deployment.annotation.ResourceRootIndexer.indexResourceRoot(ResourceRootIndexer.java:99) | |
at org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor.deploy(AnnotationIndexProcessor.java:51) | |
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:165) | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:2032) | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1955) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
at java.lang.Thread.run(Thread.java:748) | |
2018-04-26 12:51:38,788 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0003: Could not index class module-info.class at /content/ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war/WEB-INF/lib/asm-tree-6.0.jar: java.lang.IllegalStateException: Unknown tag! pos=3 poolCount = 12 | |
at org.jboss.jandex.Indexer.processConstantPool(Indexer.java:1417) | |
at org.jboss.jandex.Indexer.index(Indexer.java:1451) | |
at org.jboss.as.server.deployment.annotation.ResourceRootIndexer.indexResourceRoot(ResourceRootIndexer.java:99) | |
at org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor.deploy(AnnotationIndexProcessor.java:51) | |
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:165) | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:2032) | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1955) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
at java.lang.Thread.run(Thread.java:748) | |
2018-04-26 12:51:39,007 WARN [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0003: Could not index class module-info.class at /content/ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war/WEB-INF/lib/asm-6.0.jar: java.lang.IllegalStateException: Unknown tag! pos=3 poolCount = 12 | |
at org.jboss.jandex.Indexer.processConstantPool(Indexer.java:1417) | |
at org.jboss.jandex.Indexer.index(Indexer.java:1451) | |
at org.jboss.as.server.deployment.annotation.ResourceRootIndexer.indexResourceRoot(ResourceRootIndexer.java:99) | |
at org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor.deploy(AnnotationIndexProcessor.java:51) | |
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:165) | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:2032) | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1955) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
at java.lang.Thread.run(Thread.java:748) | |
2018-04-26 12:51:40,085 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war" is using a private module ("org.jboss.jts") which may be changed or removed in future versions without notice. | |
2018-04-26 12:51:40,085 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war" is using a private module ("org.jboss.jts") which may be changed or removed in future versions without notice. | |
2018-04-26 12:51:40,098 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war | |
2018-04-26 12:51:40,133 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-7) HV000001: Hibernate Validator 5.3.5.Final | |
2018-04-26 12:51:40,272 INFO [org.jboss.weld.Version] (MSC service thread 1-8) WELD-000900: 2.4.3 (Final) | |
2018-04-26 12:51:40,554 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0018: Host default-host starting | |
2018-04-26 12:51:40,912 WARN [org.jboss.weld.Validator] (MSC service thread 1-3) WELD-001471: Interceptor method setupFactories defined on class org.wildfly.swarm.container.runtime.xmlconfig.StandaloneXMLParserProducer is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception. | |
at org.wildfly.swarm.container.runtime.xmlconfig.StandaloneXMLParserProducer.setupFactories(StandaloneXMLParserProducer.java:0) | |
StackTrace | |
2018-04-26 12:51:40,913 WARN [org.jboss.weld.Validator] (MSC service thread 1-3) WELD-001471: Interceptor method postConstruct defined on class org.wildfly.swarm.container.runtime.wildfly.ShrinkWrapFileSystem is not defined according to the specification. It should not throw java.io.IOException, which is a checked exception. | |
at org.wildfly.swarm.container.runtime.wildfly.ShrinkWrapFileSystem.postConstruct(ShrinkWrapFileSystem.java:0) | |
StackTrace | |
2018-04-26 12:51:40,924 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit."ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war".WeldStartService: org.jboss.msc.service.StartException in service jboss.deployment.unit."ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war".WeldStartService: Failed to start service | |
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1978) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) | |
[INFO] | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
[INFO] --- maven-failsafe-plugin:2.20:integration-test (default) @ ts-javaee-interceptors-cdi --- | |
at java.lang.Thread.run(Thread.java:748) | |
Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type TransactionsFraction with qualifiers @Default | |
at injection point [BackedAnnotatedField] @Inject private org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction | |
at org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction(TransactionsSocketBindingCustomizer.java:0) | |
at org.jboss.weld.bootstrap.Validator.validateInjectionPointForDeploymentProblems(Validator.java:362) | |
at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:284) | |
at org.jboss.weld.bootstrap.Validator.validateGeneralBean(Validator.java:137) | |
at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:158) | |
at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:501) | |
at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:61) | |
at org.jboss.weld.bootstrap.ConcurrentValidator$1.doWork(ConcurrentValidator.java:59) | |
at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:62) | |
at org.jboss.weld.executor.IterativeWorkerTaskFactory$1.call(IterativeWorkerTaskFactory.java:55) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:266) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
at java.lang.Thread.run(Thread.java:748) | |
at org.jboss.threads.JBossThread.run(JBossThread.java:320) | |
2018-04-26 12:51:40,927 ERROR [org.jboss.as.controller.management-operation] (main) WFLYCTL0013: Operation ("add") failed - address: (("deployment" => "ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war")) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war\".WeldStartService" => "Failed to start service | |
Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type TransactionsFraction with qualifiers @Default | |
at injection point [BackedAnnotatedField] @Inject private org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction | |
at org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction(TransactionsSocketBindingCustomizer.java:0) | |
"}} | |
2018-04-26 12:51:40,929 ERROR [org.jboss.as.server] (main) WFLYSRV0021: Deploy of deployment "ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war" was rolled back with the following failure message: | |
{"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war\".WeldStartService" => "Failed to start service | |
Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type TransactionsFraction with qualifiers @Default | |
at injection point [BackedAnnotatedField] @Inject private org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction | |
at org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction(TransactionsSocketBindingCustomizer.java:0) | |
"}} | |
2018-04-26 12:51:40,964 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0019: Host default-host stopping | |
2018-04-26 12:51:40,996 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war (runtime-name: ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war) in 66ms | |
2018-04-26 12:51:40,999 ERROR [stderr] (main) org.wildfly.swarm.container.DeploymentException: org.wildfly.swarm.container.DeploymentException: WFSWARM0004: Deployment failed: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war\".WeldStartService" => "Failed to start service | |
2018-04-26 12:51:40,999 ERROR [stderr] (main) Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type TransactionsFraction with qualifiers @Default | |
2018-04-26 12:51:40,999 ERROR [stderr] (main) at injection point [BackedAnnotatedField] @Inject private org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction | |
2018-04-26 12:51:40,999 ERROR [stderr] (main) at org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction(TransactionsSocketBindingCustomizer.java:0) | |
2018-04-26 12:51:40,999 ERROR [stderr] (main) "}} | |
2018-04-26 12:51:40,999 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:301) | |
2018-04-26 12:51:41,000 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:174) | |
2018-04-26 12:51:41,000 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:107) | |
2018-04-26 12:51:41,000 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer$Proxy$_$$_WeldClientProxy.deploy(Unknown Source) | |
2018-04-26 12:51:41,000 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.deploy(Swarm.java:473) | |
2018-04-26 12:51:41,000 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.main(Swarm.java:744) | |
2018-04-26 12:51:41,000 ERROR [stderr] (main) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
2018-04-26 12:51:41,000 ERROR [stderr] (main) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
2018-04-26 12:51:41,000 ERROR [stderr] (main) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
2018-04-26 12:51:41,000 ERROR [stderr] (main) at java.lang.reflect.Method.invoke(Method.java:498) | |
2018-04-26 12:51:41,000 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.MainInvoker.invoke(MainInvoker.java:53) | |
2018-04-26 12:51:41,001 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.MainInvoker.main(MainInvoker.java:106) | |
2018-04-26 12:51:41,001 ERROR [stderr] (main) Caused by: org.wildfly.swarm.container.DeploymentException: WFSWARM0004: Deployment failed: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war\".WeldStartService" => "Failed to start service | |
2018-04-26 12:51:41,001 ERROR [stderr] (main) Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type TransactionsFraction with qualifiers @Default | |
2018-04-26 12:51:41,001 ERROR [stderr] (main) at injection point [BackedAnnotatedField] @Inject private org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction | |
2018-04-26 12:51:41,001 ERROR [stderr] (main) at org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction(TransactionsSocketBindingCustomizer.java:0) | |
2018-04-26 12:51:41,001 ERROR [stderr] (main) "}} | |
2018-04-26 12:51:41,001 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:296) | |
2018-04-26 12:51:41,001 ERROR [stderr] (main) ... 11 more | |
2018-04-26 12:51:41,011 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending | |
2018-04-26 12:51:41,011 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener default stopped, was bound to [0:0:0:0:0:0:0:0]:8080 | |
2018-04-26 12:51:41,013 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0004: Undertow 1.4.18.Final stopping | |
2018-04-26 12:51:41,018 INFO [org.jboss.as] (MSC service thread 1-5) WFLYSRV0050: WildFly Swarm 2018.5.0-SNAPSHOT (WildFly Core 3.0.8.Final) stopped in 9ms | |
2018-04-26 12:51:41,053 INFO [org.jboss.weld.Bootstrap] (main) WELD-ENV-002001: Weld SE container internal shut down | |
2018-04-26 12:51:41,054 ERROR [stderr] (main) Exception in thread "main" java.lang.reflect.InvocationTargetException | |
2018-04-26 12:51:41,054 ERROR [stderr] (main) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
2018-04-26 12:51:41,054 ERROR [stderr] (main) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
2018-04-26 12:51:41,054 ERROR [stderr] (main) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
2018-04-26 12:51:41,055 ERROR [stderr] (main) at java.lang.reflect.Method.invoke(Method.java:498) | |
2018-04-26 12:51:41,055 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.MainInvoker.invoke(MainInvoker.java:53) | |
2018-04-26 12:51:41,055 ERROR [stderr] (main) at org.wildfly.swarm.bootstrap.MainInvoker.main(MainInvoker.java:106) | |
2018-04-26 12:51:41,055 ERROR [stderr] (main) Caused by: org.wildfly.swarm.container.DeploymentException: org.wildfly.swarm.container.DeploymentException: WFSWARM0004: Deployment failed: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war\".WeldStartService" => "Failed to start service | |
2018-04-26 12:51:41,055 ERROR [stderr] (main) Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type TransactionsFraction with qualifiers @Default | |
2018-04-26 12:51:41,055 ERROR [stderr] (main) at injection point [BackedAnnotatedField] @Inject private org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction | |
2018-04-26 12:51:41,055 ERROR [stderr] (main) at org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction(TransactionsSocketBindingCustomizer.java:0) | |
2018-04-26 12:51:41,055 ERROR [stderr] (main) "}} | |
2018-04-26 12:51:41,055 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:301) | |
2018-04-26 12:51:41,055 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:174) | |
2018-04-26 12:51:41,056 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:107) | |
2018-04-26 12:51:41,056 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer$Proxy$_$$_WeldClientProxy.deploy(Unknown Source) | |
2018-04-26 12:51:41,056 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.deploy(Swarm.java:473) | |
2018-04-26 12:51:41,056 ERROR [stderr] (main) at org.wildfly.swarm.Swarm.main(Swarm.java:744) | |
2018-04-26 12:51:41,056 ERROR [stderr] (main) ... 6 more | |
2018-04-26 12:51:41,056 ERROR [stderr] (main) Caused by: org.wildfly.swarm.container.DeploymentException: WFSWARM0004: Deployment failed: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"ts-javaee-interceptors-cdi-1.0.0-SNAPSHOT.war\".WeldStartService" => "Failed to start service | |
2018-04-26 12:51:41,056 ERROR [stderr] (main) Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type TransactionsFraction with qualifiers @Default | |
2018-04-26 12:51:41,056 ERROR [stderr] (main) at injection point [BackedAnnotatedField] @Inject private org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction | |
2018-04-26 12:51:41,056 ERROR [stderr] (main) at org.wildfly.swarm.transactions.runtime.TransactionsSocketBindingCustomizer.fraction(TransactionsSocketBindingCustomizer.java:0) | |
2018-04-26 12:51:41,057 ERROR [stderr] (main) "}} | |
2018-04-26 12:51:41,057 ERROR [stderr] (main) at org.wildfly.swarm.container.runtime.RuntimeDeployer.deploy(RuntimeDeployer.java:296) | |
2018-04-26 12:51:41,057 ERROR [stderr] (main) ... 11 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment