Connection TimedOut Error

Latest response

I am trying to connect to domain controller in other system i have given like this
./domain.sh --host-config=host-master.xml -b 192.168.11.51 -bmanagement 192.168.11.51 in box 1
./domain.sh --host-config=host-slave.xml -b 192.168.11.52 -bmanagement 192.168.11.52 in box 2

I have configure the security key and bind adress in the host -slave .xml but i am geeting this error of connection timed out

11:39:35,809 INFO [org.jboss.as.process.Host Controller.status] (main) JBAS012017: Starting process 'Host Controller'
[Host Controller] 11:39:36,849 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final-redhat-1
[Host Controller] 11:39:37,037 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.4.GA-redhat-1
[Host Controller] 11:39:37,142 INFO [org.jboss.as] (MSC service thread 1-4) JBAS015899: JBoss EAP 6.2.4.GA (AS 7.3.4.Final-redhat-1) starting
[Host Controller] 11:39:38,276 INFO [org.xnio] (MSC service thread 1-1) XNIO Version 3.0.10.GA-redhat-1
[Host Controller] 11:39:38,295 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.0.10.GA-redhat-1
[Host Controller] 11:39:38,365 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 3.2.19.GA-redhat-1
[Host Controller] 11:39:38,423 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on 192.168.11.52:9999
[Host Controller] 11:39:43,738 WARN [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010900: Could not connect to remote domain controller 192.168.11.51:9999: java.net.ConnectException: JBAS012144: Could not connect to remote://192.168.11.51:9999. The connection timed out
[Host Controller] 11:39:49,746 WARN [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010900: Could not connect to remote domain controller 192.168.11.51:9999: java.net.ConnectException: JBAS012144: Could not connect to remote://192.168.11.51:9999. The connection timed out
[Host Controller] 11:39:55,752 WARN [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010900: Could not connect to remote domain controller 192.168.11.51:9999: java.net.ConnectException: JBAS012144: Could not connect to remote://192.168.11.51:9999. The connection timed out
[Host Controller] 11:40:01,758 WARN [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010900: Could not connect to remote domain controller 192.168.11.51:9999: java.net.ConnectException: JBAS012144: Could not connect to remote://192.168.11.51:9999. The connection timed out
[Host Controller] 11:40:07,764 WARN [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010900: Could not connect to remote domain controller 192.168.11.51:9999: java.net.ConnectException: JBAS012144: Could not connect to remote://192.168.11.51:9999. The connection timed out
[Host Controller] 11:40:13,783 ERROR [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010901: Could not connect to master. Aborting. Error was: java.lang.IllegalStateException: JBAS010951: Could not connect to master in 5 attempts within 30000 ms
[Host Controller] 11:40:19,281 INFO [org.jboss.as] (MSC service thread 1-2) JBAS015950: JBoss EAP 6.2.4.GA (AS 7.3.4.Final-redhat-1) stopped in 5481ms
11:40:19,634 INFO [org.jboss.as.process.Host Controller.status] (reaper for Host Controller) JBAS012010: Process 'Host Controller' finished with an exit status of 99
11:40:19,638 INFO [org.jboss.as.process] (Thread-8) JBAS012016: Shutting down process controller
11:40:19,640 INFO [org.jboss.as.process] (Thread-8) JBAS012015: All processes finished; exiting

Responses