-
1. Re: JBoss EAP 7 Standalone TCP clustering not working with two different physical node
rhn-support-abhati Feb 20, 2019 9:25 AM (in response to msdhu264826)Hi,
Can you confirm if telnet is working between both physical machines.
Also please make sure that there is no firewall between these machines and iptables are stopped.
Please try to use below command to telnet from 1 physical machine to 2nd:
~~~
telnet IP PORT
~~~
Please let us know if this is working.
-
2. Re: JBoss EAP 7 Standalone TCP clustering not working with two different physical node
msdhu264826 Feb 20, 2019 5:26 PM (in response to rhn-support-abhati)Hi Arnav,
Thanks for the response.
There is no firewall between both the nodes and iptables are stopped. Following is the result is telnet from machine 1 to 2 and vice versa.
[root@machine1 jboss]$ telnet 10.15.197.102 7600
Trying 10.15.197.102...
Connected to 10.15.197.102.
Escape character is '^]'.
Connection closed by foreign host.
-
3. Re: JBoss EAP 7 Standalone TCP clustering not working with two different physical node
rhn-support-abhati Feb 26, 2019 5:52 AM (in response to msdhu264826)Hi Madhu,
Thanks for confirmation.
Can you also confirm if "mfaportal.war" is a clustered application ?
By clustered application I mean if there is a <distributable/> tag in your web.xml file ?
-
4. Re: JBoss EAP 7 Standalone TCP clustering not working with two different physical node
rhusar Feb 26, 2019 12:01 PM (in response to rhn-support-abhati)Right, make sure the server logs indicate that the cluster has been formed, i.e. jgroups receives a view with more than the current member.
-
5. Re: JBoss EAP 7 Standalone TCP clustering not working with two different physical node
msdhu264826 Mar 1, 2019 10:24 PM (in response to rhn-support-abhati)Hi Arnav,
I have <distributable/> tag in my web.xml and following replication configuration in jboss-web.xml
<replication-config>
<replication-granularity>SESSION</replication-granularity>
</replication-config>
-
6. Re: JBoss EAP 7 Standalone TCP clustering not working with two different physical node
wablehar Sep 20, 2019 1:35 AM (in response to msdhu264826)Hi Madhu N ,
I am facing similar problem . Everything is setup as required , still cluster on different node is not getting detected .