4 Replies Latest reply on Jan 11, 2013 7:44 AM by rhusar

    Cannot start cluster slave - connection timed out

    victor213

      I am building my first Jboss 7.1.1 cluster.  The domain master is up and good.  I am having problems adding a slave on a different box. 

       

      I followed this guide:

       

      https://docs.jboss.org/author/display/AS71/AS7+Cluster+Howto

       

      There are host firewalls on both the master and the slave, which I cannot disable.  I have, however, opened all ports above 1024 between the two boxes for both TCP and UDP. 

       

      This is my error:

       

      [Host Controller] 22:53:49,330 WARN  [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010900: Could not connect to remote domain controller 10.1.2.25:9999: java.net.ConnectException: JBAS012144: Could not connect to remote://10.1.2.25:9999. The connection timed out

       

      Despite the apparent open connection:

       

      $ telnet 10.1.2.25 9999

       

      Trying 10.1.2.25...

      Connected to 10.1.2.25.

      Escape character is '^]'.

       

      Any ideas?

       

      Thank you,

      Victor