Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4229

JBoss AS 7.1 w/ an interface configured to bind to <any-address> causes tests to fail w/ the error: "host must not be null"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • None
    • Test Suite
    • None
    • Hide

      First, configure AS 7 to bind to "any address" by editing the standalone.xml config file.

      1. Replace the line:
        <interface name="public">
           <inet-address value="${jboss.bind.address:127.0.0.1}"/>
        </interface>
        

        with:

        <interface name="public">
           <any-address />
        </interface>
        

      Then checkout the kitchensink quickstart from github:

      1. git clone git://github.com/jbossas/quickstart.git
      2. cd quickstart/kitchensink
      3. mvn clean test -Parq-jbossas-remote
      Show
      First, configure AS 7 to bind to "any address" by editing the standalone.xml config file. Replace the line: < interface name= " public " > <inet-address value= "${jboss.bind.address:127.0.0.1}" /> </ interface > with: < interface name= " public " > <any-address /> </ interface > Then checkout the kitchensink quickstart from github: git clone git://github.com/jbossas/quickstart.git cd quickstart/kitchensink mvn clean test -Parq-jbossas-remote

      Running a the JBoss AS kitchensink quickstart test again a JBoss AS 7.1 server with an interface configured to bind to <any-address> causes the test to fail with the error: "host must not be null".

            Unassigned Unassigned
            bleathem@redhat.com Brian Leathem (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: