Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-11626

Start of AS7/EAP6 is not recognized when IPv6 local address ::1 is used

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 3.3.0.CR1
    • 3.3.0.Beta3
    • server
    • None
    • Hide

      1. Set up AS7/EAP6 server in JBT
      2. In server editor, change the Host name to ::1
      3. Open launch configuration and see the first tab - Arguments
      4. In the field Program arguments add the following:
      -bmanagement=::1 -bunsecure=::1 -Djboss.default.multicast.address=ff01::1
      5. In the field VM arguments remove:
      -Djava.net.preferIPv4Stack=true
      and add:
      -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true
      6. Start the server - in a few seconds the "Server ... started" will be displayed in the console and the server will run, but the State in JBT will still be Starting... - FAIL

      Show
      1. Set up AS7/EAP6 server in JBT 2. In server editor, change the Host name to ::1 3. Open launch configuration and see the first tab - Arguments 4. In the field Program arguments add the following: -bmanagement=::1 -bunsecure=::1 -Djboss.default.multicast.address=ff01::1 5. In the field VM arguments remove: -Djava.net.preferIPv4Stack=true and add: -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true 6. Start the server - in a few seconds the "Server ... started" will be displayed in the console and the server will run, but the State in JBT will still be Starting... - FAIL

    Description

      When you set up JBoss AS 7.1.1 or EAP 6.0.0 ER5 to start in IPv6 mode using ::1, it starts OK, but the state stays in Starting... until it times out and kills the process. So it seems the mechanism used to check if the server is started doesn't work when using IPv6.

      Attachments

        Activity

          People

            rob.stryker Rob Stryker (Inactive)
            exd-mmalina Martin Malina
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: