Error with multiple clusters on the same subnet
685962Feb 18 2009 — edited Mar 19 2009I am new in Coherence and I have a issue with multiple clusters. For the development of our applications containing Coherence. All the team is trying to use unique cluster names to avoid corrupting each others applications since we share the same subnet. We are trying to do this, specifying a cluster name
-Dtangosol.coherence.cluster=<cluster-name>
But we are getting the error:
Oracle Coherence GE 3.4.1/407 <Error> (thread=Cluster, member=n/a): 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 "fpalacio" 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=2009-02-18 06:21:18.968, Address=10.15.12.171:8088, MachineId=2475, Location=-----,process:2816, Role=-----).
this happen because another user has specifyed a cluster with a different name previously.
Am I missing something to use multiple cluster on the same subnet???
Best Regards.