When testing JDG on early builds of EAP, the tests broke with EAP 7.1.0.DR16. Link to the job: https://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/EAP7/view/EAP7-Layered-Products/job/jdg-func-layered-products-early-testing-on-eap/
Reason:
- there is a change of logging subsystem in this version of EAP, more specific there is an upgrade of jboss-logging. It's seems that there happens a version clash between JDG and EAP making it failing.
Stacktrace:
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"test.war\".WeldStartService" => "Failed to start service Caused by: org.jboss.weld.exceptions.DeploymentException: tried to access class org.jboss.logging.Log4j2Logger from class org.jboss.logging.Log4j2Logger$1 Caused by: java.lang.IllegalAccessError: tried to access class org.jboss.logging.Log4j2Logger from class org.jboss.logging.Log4j2Logger$1"}} at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134) at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123) at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85) at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42) at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55) at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77) at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64) at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
Adding mgencur to watchlist.
- is incorporated by
-
JDG-1220 JDG 7.1.0 logging is not compatible with EAP 7.1.0.DR16+
- Closed
-
JDG-1221 JBoss logging should be compatible to be able to deploy JDG 7.2 in JBoss EAP 7.1.x
- Closed
- relates to
-
JBEAP-12567 JDG 7.1.0 is incompatible with jboss-logging 3.3.1 while it works with 3.3.0
- Closed