7 Replies Latest reply on May 20, 2014 8:07 AM by human03

    Host Controller – invalid address

    wlam

      Hi,

       

      I want to start-up JBoss in domain mode in a VM, so the domain and host controllers being in the same host. I know I should go for ‘standalone’ mode.  But, I just want to experience it. What have I done wrong in the config.?

       

      domain.xml is the same

       

      host.xml

          <domain-controller>

             <local/>

             <!-- Alternative remote domain controller configuration with a host and port -->

             <!-- <remote host="${jboss.domain.master.address}" port="${jboss.domain.master.port:9999}"/> -->

          </domain-controller>

       

          <interfaces>

              <interface name="management">

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

              </interface>

              <interface name="public">

                 <inet-address value="${jboss.bind.address:172.20.85.127"/>

              </interface>

              <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:172.20.85.127}"/>

              </interface>

          </interfaces>

       

      Error

      ====

      11:58:30,143 INFO [org.jboss.modules] (main) JBoss Modules version 1.1.1.GA

      11:58:30,251 INFO [org.jboss.as.process.Host Controller.status] (main) JBAS012017: Starting process 'Host Controller'

      [Host Controller] 11:58:31,168 INFO  [org.jboss.modules] (main) JBoss Modules version 1.1.1.GA

      [Host Controller] 11:58:31,422 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.2.GA

      [Host Controller] 11:58:31,526 INFO  [org.jboss.as] (MSC service thread 1-1) JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting

      [Host Controller] 11:58:32,444 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) Operation ("add") failed - address: ([

      [Host Controller] ("host" => "master"),

      [Host Controller] ("interface" => "management")

      [Host Controller] ]) - failure description: "JBAS014692: Invalid address ${jboss.bind.address.management:172.20.85.127 (${jboss.bind.address.management:172.20.85.127)"

      [Host Controller] 11:58:32,500 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) Operation ("add") failed - address: ([

      [Host Controller] ("host" => "master"),

      [Host Controller] ("interface" => "public")

      [Host Controller] ]) - failure description: "JBAS014692: Invalid address ${jboss.bind.address:172.20.85.127 (${jboss.bind.address:172.20.85.127)"

      [Host Controller] 11:58:32,572 INFO  [org.xnio] (MSC service thread 1-2) XNIO Version 3.0.3.GA

      [Host Controller] 11:58:32,630 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.0.3.GA

      [Host Controller] 11:58:32,690 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.3.GA

      [Host Controller] 11:58:33,107 INFO  [org.jboss.as.controller] (MSC service thread 1-1) JBAS014774: Service status report

      [Host Controller] JBAS014775:    New missing/unsatisfied dependencies:

      [Host Controller] service jboss.network.management (missing) dependents: [service jboss.host.controller.server-inventory]

      [Host Controller]

       

       

      Thank you.