[jboss-jira] [JBoss JIRA] (WFLY-5639) ARQ managed domain fails with assertions enabled

James Perkins (JIRA) issues at jboss.org
Fri Nov 6 17:47:00 EST 2015


     [ https://issues.jboss.org/browse/WFLY-5639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Perkins closed WFLY-5639.
-------------------------------
    Resolution: Duplicate Issue


I'm closing this a duplicate because it was fixed in https://issues.jboss.org/browse/WFCORE-988.

> 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, deployment then fails for some unknown reason



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list