Reputation: 1482
I have web application which is using Oracle Coherence 3.7 as a cache provider. Below is our requirements: Have 2 caches, 1 master and 2 Replicated running in UNICAST i.e. using WKA
I came across this link where the joining of 2 different cluster shown using multicast; i needed same in unicast.
Please suggest the way. When i try to dynamically switch the client to use replicated cluster i get below error:
This member could not join the cluster because of a configuration mismatch between this member and the configuration being used by the rest of the cluster. This member specified a cluster name of "replicated_cache" which did not match the name of the running cluster. This indicates that there are multiple clusters on this network attempting to use overlapping network configurations. Rejected by Member(Id=1, Timestamp=2015-07-03 20:08:02.488, Address=x.x.x.x:8088, MachineId=x, Location=site:x,rack:xxx,machine:xxx,process:master_node_001,member:master_node_001, Role=Cache Server).
Please suggest the approach. Is it possible to join other cluster without downtime or restarting of client or cluster using unicast? Same is happening in cluster which uses Multicast.
Upvotes: 0
Views: 1736
Reputation: 1482
I solved this problem by deploying replicated cluster nodes on weblogic server. When i hit url the, weblogic nodes search replicated cluster locally only. Same is mentioned in Oracle documentation about Replication(read only) cluster. Thanks Abhinav for your reply.
Upvotes: 0
Reputation: 489
In order or help you I need the following data points:
Upvotes: 0