[jboss-jira] [JBoss JIRA] (WFLY-5639) ARQ managed domain fails with assertions enabled
Thomas Diesler (JIRA)
issues at jboss.org
Fri Nov 6 04:26:00 EST 2015
Thomas Diesler created WFLY-5639:
------------------------------------
Summary: ARQ managed domain fails with assertions enabled
Key: WFLY-5639
URL: https://issues.jboss.org/browse/WFLY-5639
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Thomas Diesler
Currently we have
{code:xml}
<container qualifier="jboss" default="true">
<configuration>
<property name="jbossHome">${jboss.home}</property>
<property name="allowConnectingToRunningServer">true</property>
<property name="enableAssertions">false</property>
</configuration>
</container>
{code}
With assertions enabled (the default)
{code}
Caused by: org.jboss.as.controller.client.helpers.domain.UpdateFailedException: "WFLYDC0022: Operation failed or was rolled back on all servers."
at org.jboss.as.controller.client.helpers.domain.impl.DomainDeploymentPlanResultFuture.createFailureResults(DomainDeploymentPlanResultFuture.java:133)
at org.jboss.as.controller.client.helpers.domain.impl.DomainDeploymentPlanResultFuture.getResultFromNode(DomainDeploymentPlanResultFuture.java:105)
at org.jboss.as.controller.client.helpers.domain.impl.DomainDeploymentPlanResultFuture.get(DomainDeploymentPlanResultFuture.java:87)
at org.jboss.as.controller.client.helpers.domain.impl.DomainDeploymentPlanResultFuture.get(DomainDeploymentPlanResultFuture.java:49)
at org.jboss.as.arquillian.container.domain.ArchiveDeployer.executeDeploymentPlan(ArchiveDeployer.java:90)
at org.jboss.as.arquillian.container.domain.ArchiveDeployer.deploy(ArchiveDeployer.java:62)
at org.jboss.as.arquillian.container.domain.ServerGroupContainer.deploy(ServerGroupContainer.java:103)
{code}
The test.war deployment is added to the rempository, but deployment fails for some unknown reason
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list