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

Unable to save network interface configuration

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.0.0.Alpha1
    • None
    • Management
    • None

    Description

      A standalone server is successfully started with the following entry for the network interfaces (management interface picked as an example):
      <interfaces>
      <interface name="management">
      <loopback-address value="${jboss.bind.address.management:127.0.0.1}"/>
      </interface>
      ......

      JSON read for the management network interface:
      {"outcome" : "success", "result" : {"any" : null, "any-address" : null, "any-ipv4-address" : null, "any-ipv6-address" : null, "inet-address" : null, "link-local-address" : null, "loopback" : null, "loopback-address" : { "EXPRESSION_VALUE" : "${jboss.bind.address.management:127.0.0.1}" }, "multicast" : null, "name" : "management", "nic" : null, "nic-match" : null, "not" : null, "point-to-point" : null, "public-address" : null, "site-local-address" : null, "subnet-match" : null, "up" : null, "virtual" : null}, "response-headers" : {"process-state" : "reload-required"}}

      JSON to update the management network interface:
      {"operation":"composite","steps":[{"operation":"write-attribute","address":[

      {"interface":"management"}

      ],"name":"any-address","value":false},{"operation":"write-attribute","address":[

      {"interface":"public"}

      ],"name":"any-ipv4-address","value":false},{"operation":"write-attribute","address":[

      {"interface":"public"}

      ],"name":"any-ipv6-address","value":false},{"operation":"write-attribute","address":[

      {"interface":"public"}

      ],"name":"loopback-address","value":"${jboss.bind.address.management:127.0.0.1}"}],"address":[]}

      Received the following error during update:
      {JBAS014653: Composite operation failed and was rolled back. Steps that failed:={Operation step-4=JBAS014677: Failed to persist configuration change: JBAS014675: Failed to marshal configuration}}, rolled-back=true

      The purpose of this attempt is to read the configuration of a resource and write it back as it. This obviously fails but the problem is that the server is correctly started with the configuration. So the configuration is invalid for updates but is valid for start-up?

      Attachments

        Activity

          People

            Unassigned Unassigned
            nstefan_jira Stefan Negrea (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: