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

Unable to specify IPv6 with system property key in console mode

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.2.0.Beta
    • None
    • Installer
    • None
    • Hide
      1. Run Installer in console mode
      2. Select language
      3. Accept license
      4. Select any path to install
      5. Install all packages
      6. Create an administrative user with any credentials
      7. Perform advanced configuration
      8. Select configure server port bindings
      9. Select configure custom port bindings
      10. For example, select configure ports for standalone mode
      11. Select enable pure IPv6 configuration
      12. Skip section 'Standalone'
        • by confirm default value
      13. In section 'Standalone ha' skip all port inputs
      14. At jgroups-mping multicast address try specify IPv6 with system property key
      Show
      Run Installer in console mode Select language Accept license Select any path to install Install all packages Create an administrative user with any credentials Perform advanced configuration Select configure server port bindings Select configure custom port bindings For example, select configure ports for standalone mode Select enable pure IPv6 configuration Skip section 'Standalone' by confirm default value In section 'Standalone ha' skip all port inputs At jgroups-mping multicast address try specify IPv6 with system property key

    Description

      The validator doesn't accept a combination IPv6 address and system property key.
      Only when specifying an only IPv6 address, validator accepts it.

      jgroups-mping multicast address: [${jboss.default.multicast.address:230.0.0.4}] 
      ${jboss.default.multicast.address:ff02:0000:0000:0000:0000:0000:0000:000B}
      Validation error: 
      Address is not IPv4 / IPv6 compliant. Please check the address for jgroups-mping.
      jgroups-mping multicast address: [${jboss.default.multicast.address:230.0.0.4}] 
      ${jboss.default.multicast.address:[ff02:0000:0000:0000:0000:0000:0000:000B]}
      Validation error: 
      Address is not IPv4 / IPv6 compliant. Please check the address for jgroups-mping.
      jgroups-mping multicast address: [${jboss.default.multicast.address:230.0.0.4}] 
      ${jboss.default.multicast.address:ff02::000B}
      Validation error: 
      Address is not IPv4 / IPv6 compliant. Please check the address for jgroups-mping.
      jgroups-mping multicast address: [${jboss.default.multicast.address:230.0.0.4}] 
      ${jboss.default.multicast.address:[ff02::000B]}
      Validation error: 
      Address is not IPv4 / IPv6 compliant. Please check the address for jgroups-mping.
      jgroups-mping multicast address: [${jboss.default.multicast.address:230.0.0.4}] 
      ${jboss.default.multicast.address:ff02:0000:0000:0000:0000:0000:0000:0003}
      Validation error: 
      Address is not IPv4 / IPv6 compliant. Please check the address for jgroups-mping.
      jgroups-mping multicast address: [${jboss.default.multicast.address:230.0.0.4}] 
      ${jboss.default.multicast.address:[ff02:0000:0000:0000:0000:0000:0000:0003]}
      Validation error: 
      Address is not IPv4 / IPv6 compliant. Please check the address for jgroups-mping.
      jgroups-mping multicast address: [${jboss.default.multicast.address:230.0.0.4}] 
      ${jboss.default.multicast.address:ff02::0003}
      Validation error: 
      Address is not IPv4 / IPv6 compliant. Please check the address for jgroups-mping.
      jgroups-mping multicast address: [${jboss.default.multicast.address:230.0.0.4}] 
      ${jboss.default.multicast.address:[ff02::0003]}
      Validation error: 
      Address is not IPv4 / IPv6 compliant. Please check the address for jgroups-mping.
      jgroups-mping multicast address: [${jboss.default.multicast.address:230.0.0.4}] 
      ff02::0003
      jgroups-mping multicast port: [45700]
      

      Attachments

        Activity

          People

            thauser_jira Thomas Hauser (Inactive)
            vmarek@redhat.com Vratislav Marek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: