Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-5639

ARQ managed domain fails with assertions enabled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • None
    • Test Suite
    • None

      Currently we have

          <container qualifier="jboss" default="true">
              <configuration>
                  <property name="jbossHome">${jboss.home}</property>
                  <property name="allowConnectingToRunningServer">true</property>
                  <property name="enableAssertions">false</property>
              </configuration>
          </container>
      

      With assertions enabled (the default)

      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)
      

      The test.war deployment is added to the rempository, deployment then fails for some unknown reason

            Unassigned Unassigned
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: