1 Reply Latest reply on Sep 6, 2012 1:54 PM by wdfink

    Basic clustering issue - jboss-as-7.1.1.Final

    javajoy

      All:

       

      I just downloaded jboss-as-7.1.1.Final and following the direction at https://docs.jboss.org/author/display/AS71/AS7+Cluster+Howto, trying to setup a cluster.  My master is a 64bit windows 7 pc. 

       

      In host.xml, i am using just one server.  I have defined the interfaces as

       

          <interfaces>

              <interface name="management">

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

              </interface>

              <interface name="public">

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

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

              </interface>

          </interfaces>

       

      When I run domain.bat I get the following error in server-one

       

      11:23:17,449 INFO  [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on C080242.mycompany.net/157.157.157.141:4447

      11:23:26,590 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-10) MSC00001: Failed to start service jboss.host.controller.client: org.jboss.msc.service.StartException in service jboss.host.controller.client: java.net.ConnectException: JBAS012144: Could not connect to remote://C080242.mycompany.net:9999. The connection timed out

      at org.jboss.as.server.mgmt.domain.HostControllerServerClient.start(HostControllerServerClient.java:161) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

      at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_32]

      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_32]

      at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_32]

      Caused by: java.net.ConnectException: JBAS012144: Could not connect to remote://C080242.mycompany.net:9999. The connection timed out

      at org.jboss.as.protocol.ProtocolChannelClient.connectSync(ProtocolChannelClient.java:155) [jboss-as-protocol-7.1.1.Final.jar:7.1.1.Final]

      at org.jboss.as.server.mgmt.domain.HostControllerServerConnection.openChannel(HostControllerServerConnection.java:158) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

      at org.jboss.as.server.mgmt.domain.HostControllerServerConnection.connect(HostControllerServerConnection.java:86) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

      at org.jboss.as.server.mgmt.domain.HostControllerServerClient.start(HostControllerServerClient.java:135) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]

      ... 5 more

       

      Any insight will be appreciated.

        • 1. Re: Basic clustering issue - jboss-as-7.1.1.Final
          wdfink

          I'm not sure at the moment whether this is a cluster issue.

           

          What if you start a fresh 7.1.1

          • without change and parameter
          • change only the 127.0.0.1 ip address to 157.157.157.141 (check whether this IP is correct)

           

          Also you might disable the "WIndows Firewall" (and any other firewall at this system) for a test.