0 Replies Latest reply on Feb 3, 2015 4:33 AM by martingerjos66

    Error starting host in HA mode using AS 7.2.0

    martingerjos66

      Good day all:

       

      following document:

      AS7 Cluster Howto - JBoss AS 7.1 - Project Documentation Editor

      amd once i reach:

      Dry Run

      Now everything is set for the two hosts to run in domain mode. Let's start them by running domain.sh on both hosts. If everything goes well we should see the following in the log on master.

       

      i tried to start hos and got the below error:

      FATAL [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010933: Host Controller boot has failed in an unrecoverable manner; exiting. See previous messages for details.

      09:34:42,726 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015950: JBoss AS 7.2.0.Final "Janus" stopped in 6ms.

       

      and on master here is the log:

      09:32:57,460 INFO  [org.jboss.modules] (main) JBoss Modules version 1.2.0.CR1

      09:32:57,618 INFO  [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA

      09:32:57,692 INFO  [org.jboss.as] (MSC service thread 1-6) JBAS015899: JBoss AS 7.2.0.Final "Janus" starting

      09:32:58,310 INFO  [org.xnio] (MSC service thread 1-5) XNIO Version 3.0.7.GA

      09:32:58,316 INFO  [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.0.7.GA

      09:32:58,320 INFO  [org.jboss.as] (Controller Boot Thread) JBAS010902: Creating http management service using network interface (management) port (9990) securePort (-1)

      09:32:58,326 INFO  [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 3.2.14.GA

      09:32:58,372 INFO  [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on 10.10.10.5:9999

      09:32:59,647 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010922: Starting server server-one

      09:33:01,289 INFO  [org.jboss.as.domain.controller.mgmt] (Remoting "mofastgjb1:MANAGEMENT" task-4) JBAS010920: Server [Server:server-one] registered using connection [Channel ID 162c0252 (inbound) of Remoting connection 108f2c81 to /10.10.10.5:50156]

      09:33:01,372 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010922: Starting server server-two

      09:33:01,420 INFO  [org.jboss.as.host.controller] (server-registration-threads - 1) JBAS010919: Registering server server-one

      09:33:03,549 INFO  [org.jboss.as.domain.controller.mgmt] (Remoting "mofastgjb1:MANAGEMENT" task-4) JBAS010920: Server [Server:server-two] registered using connection [Channel ID 64f78e95 (inbound) of Remoting connection 1281e1b8 to /10.10.10.5:56428]

      09:33:03,621 INFO  [org.jboss.as.host.controller] (server-registration-threads - 1) JBAS010919: Registering server server-two

      09:33:03,755 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://10.10.10.5:9990/management

      09:33:03,755 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://10.10.10.5:9990

      09:33:03,756 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.2.0.Final "Janus" (Host Controller) started in 6704ms - Started 11 of 11 services (0 services are passive or on-demand)

       

      One more question, in the document its always say to modify host.xml. is that mean i never touch host-slave.xml and host-master.xml??

       

      Thank you and best rgeards,