Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-15629

Executing legacy operations in mod_cluster subsystem is not possible with configuration with just one proxy

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.3.0.GA
    • 7.2.0.CD14
    • mod_cluster
    • None
    • User Experience
    • Workaround Exists
    • Hide
      [standalone@localhost:9990 /] /subsystem=modcluster/proxy=default:disable
      {
          "outcome" => "success",
          "result" => false
      }
      
      Show
      [standalone@localhost:9990 /] /subsystem=modcluster/proxy= default :disable { "outcome" => "success" , "result" => false }
    • Hide
      1. Start Wildfly with standalone-ha.xml profile
      2. [standalone@localhost:9990 /] /subsystem=modcluster/:disable
        {
            "outcome" => "failed",
            "failure-description" => "WFLYMODCLS0022: Legacy operations cannot be used with multiple proxy configurations. Use non-deprecated operations at the correct proxy address.",
            "rolled-back" => true
        }
        
      Show
      Start Wildfly with standalone-ha.xml profile [standalone@localhost:9990 /] /subsystem=modcluster/:disable { "outcome" => "failed" , "failure-description" => "WFLYMODCLS0022: Legacy operations cannot be used with multiple proxy configurations. Use non-deprecated operations at the correct proxy address." , "rolled-back" => true }

    Description

      Running legacy operation ends up with an error:

      [standalone@localhost:9990 /] /subsystem=modcluster/:disable
      {
          "outcome" => "failed",
          "failure-description" => "WFLYMODCLS0022: Legacy operations cannot be used with multiple proxy configurations. Use non-deprecated operations at the correct proxy address.",
          "rolled-back" => true
      }
      

      mod_cluster configuration:

      [standalone@localhost:9990 /] /subsystem=modcluster/:read-resource
      {
          "outcome" => "success",
          "result" => {
              "mod-cluster-config" => {"configuration" => undefined},
              "proxy" => {"default" => undefined}
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-rhusar Radoslav Husar
              rhn-engineering-rhusar Radoslav Husar
              Jan Kašík Jan Kašík
              Jan Kašík Jan Kašík
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: