You might find it easier to isolate cluster-related issues by creating a cluster of instances on a single machine. The following steps describe how you can create a simple two-node cluster on a single machine. This assumes you have a license that supports more than one node in a cluster.
apprm sbs
appadd --context-path=/cluster1 cluster1
[joe@targetmachine]$ appadd --ajp-port=9004 --server-port=9005 --http-port=9006 --cluster-port=9007 --context-path=/cluster2 cluster2
appstart cluster1
appstop cluster1
export CUSTOM_OPTS="-Dtangosol.coherence.clusteraddress=<addr>
appstart cluster2
appstop cluster2
appstart