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

-b localhost keeps appearing in launch arguments even if removed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • 3.3.0.Beta3
    • 3.3.0.Beta3
    • server
    • None
    • Hide

      1. Set up EAP 6 ER 5 in JBDS/JBT
      2. Open the server in Server editor
      3. Go to Open Launch Configuration
      4. Change the Program arguments field to contain these:
      -b=::1 -bmanagement=::1 -bunsecure=::1 -Djboss.default.multicast.address=ff01::1
      (Keep the other arguments there, but make sure there are no overlapping arguments.)
      5. Change the VM arguments field to contain:
      -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true
      (Again, keep the other arguments there, but make sure there are no overlapping arguments.)

      Now this should be enough for the AS to be able to start. But it doesn't because -b localhost is added in the first field again. You can check that by just closing the Launch Configuration using "OK" and then opening it again.

      Show
      1. Set up EAP 6 ER 5 in JBDS/JBT 2. Open the server in Server editor 3. Go to Open Launch Configuration 4. Change the Program arguments field to contain these: -b=::1 -bmanagement=::1 -bunsecure=::1 -Djboss.default.multicast.address=ff01::1 (Keep the other arguments there, but make sure there are no overlapping arguments.) 5. Change the VM arguments field to contain: -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true (Again, keep the other arguments there, but make sure there are no overlapping arguments.) Now this should be enough for the AS to be able to start. But it doesn't because -b localhost is added in the first field again. You can check that by just closing the Launch Configuration using "OK" and then opening it again.
    • Hide

      Set localhost to ::1 in /etc/hosts.

      Show
      Set localhost to ::1 in /etc/hosts.

      I'm trying to start EAP 6 bound to IPv6 localhost - ::1. I am unable to achieve it due to the following problem.
      When I open the Launch Configuration and change the arguments in the Arguments tab so that EAP 6 can be started with ::1, -b localhost keeps being added to the end of the arguments. This breaks the launch of the server.

      This effort is part of JBQA-6262

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

              Created:
              Updated:
              Resolved: