]
Paul Ferraro closed WFLY-8891.
------------------------------
Resolution: Rejected
2 nodes on different hosts will never form a cluster if they are configured to communicate
via the loopback interface. Start your servers with the "private" interface
configured appropriately, i.e. -Djboss.bind.address.private=...
Cluster deployment is not happening with wildfly 10
---------------------------------------------------
Key: WFLY-8891
URL:
https://issues.jboss.org/browse/WFLY-8891
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.0.0.Final
Environment: OS - rhel- 6.7
JRE - openjdk 1.8
Keycloak-3.0.0
Reporter: Subash singh
Assignee: Paul Ferraro
Priority: Critical
Original Estimate: 2 days
Remaining Estimate: 2 days
When we reviewed the logs of the second instance, we saw:
2017-06-05 14:33:05,123 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(MSC service thread 1-3) ISPN000078: Starting JGroups channel web
2017-06-05 14:33:05,123 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(MSC service thread 1-5) ISPN000078: Starting JGroups channel keycloak
2017-06-05 14:33:05,123 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(MSC service thread 1-1) ISPN000078: Starting JGroups channel server
2017-06-05 14:33:05,123 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(MSC service thread 1-2) ISPN000078: Starting JGroups channel ejb
2017-06-05 14:33:05,123 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(MSC service thread 1-7) ISPN000078: Starting JGroups channel hibernate
Received new cluster view for channel keycloak:* [keycloak02|0] (1) [keycloak02]*
2017-06-05 14:33:05,148 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(MSC service thread 1-7) ISPN000094: Received new cluster view for channel hibernate:
[keycloak02|0] (1) [keycloak02]
2017-06-05 14:33:05,149 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(MSC service thread 1-2) ISPN000094: Received new cluster view for channel ejb:
[keycloak02|0] (1) [keycloak02]
2017-06-05 14:33:05,149 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(MSC service thread 1-1) ISPN000094: Received new cluster view for channel server:
[keycloak02|0] (1) [keycloak02]
2017-06-05 14:33:05,149 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(MSC service thread 1-3) ISPN000094: Received new cluster view for channel web:
[keycloak02|0] (1) [keycloak02]
both nodes are not joining the cluster.