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

Distributable web applications containing jboss-web.xml replication-config fail to deploy on non-ha profiles

    XMLWordPrintable

Details

    • Hide

      Configure jboss-web.xml with <replication-config> such as:

      <replication-config>
          <replication-granularity>ATTRIBUTE</replication-granularity>
      </replication-config>

      and deploy to a non-HA profile (standalone.xml/standalone-full.xml) in EAP 7.4.

      Show
      Configure jboss-web.xml with <replication-config> such as: <replication-config>   <replication-granularity>ATTRIBUTE</replication-granularity> </replication-config> and deploy to a non-HA profile (standalone.xml/standalone-full.xml) in EAP 7.4.
    • ---
    • ---

    Description

      Use of jboss-web.xml <replication-config> in a non-HA (standalone.xml/standalone-full.xml) profile causes an error in EAP 7.4.

      WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "test.war")]) - failure description: {
          "WFLYCTL0412: Required services that are not installed:" => [
              "org.wildfly.clustering.cache.group.web.default-server",
              "org.wildfly.clustering.cache.registry.web.default-server"
          ],

      This is a regression from EAP 7.3 and earlier where no errors occur.

      Attachments

        Issue Links

          Activity

            People

              pferraro@redhat.com Paul Ferraro
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: