0 Replies Latest reply on Dec 7, 2016 10:16 AM by gvenmani

    hostname for jboss.bind.address.management in standalone.xml

    gvenmani

      Hi,

       

      When I use hostname <jboss.domain.com> instead of the IP <xxx.xx.xx.xx>, the Wildfly (8.2.1) service won't shut down.    The below error occurs when shutting down.     It starts up fine.

       

      Faulting application name: wildfly-service.exe, version: 1.0.15.0, time stamp: 0x51543b9d

      Faulting module name: ntdll.dll, version: 6.3.9600.18438, time stamp: 0x57ae642e

      Exception code: 0xc0000005

      Fault offset: 0x0000000000035690

      Faulting process id: 0x1344

      Faulting application start time: 0x01d24f2687d0e49b

      Faulting application path: E:\JBOSS_AS\WildFly_821\bin\service\amd64\wildfly-service.exe

      Faulting module path: C:\Windows\SYSTEM32\ntdll.dll

      Report Id: 73a4744f-bb1d-11e6-80c5-002655d4350f

      Faulting package full name:

      Faulting package-relative application ID:

       

      Is there anything else that needs to be set before using the hostname in place of an IP?

       

      Here's the interfaces block that I'm talking about:

          <interfaces>

              <interface name="management">

                  <inet-address value="${jboss.bind.address.management:<IP / Hostname>}"/>

              </interface>

              <interface name="public">

                  <inet-address value="${jboss.bind.address:<IP / Hostname>}"/>

              </interface>

              <!-- TODO - only show this if the jacorb subsystem is added  -->

              <interface name="unsecure">

                  <!--

                    ~  Used for IIOP sockets in the standard configuration.

                    ~                  To secure JacORB you need to setup SSL

                    -->

                  <inet-address value="${jboss.bind.address.unsecure:127.0.0.1}"/>

              </interface>

          </interfaces>

       

      Thanks much.

      Pat.