Cluster Join problem

Posted on

Hi Team,
We are trying to join a standalone fabric container to a Parent Fabric server.
When we use join command, we are getting a response as "This container is already connected to a fabric"
But when we list it using container-list, we are not able to see those containers and also in the fabric console.

Commands and logs attached below

+=====================+

JBossFuse:admin@chm-fuse1> fabric:join --zookeeper-password welcome1 chm-fuse2
This container is already connected to a fabric
JBossFuse:admin@chm-fuse1> ensemble-remove chm-fuse2
This will change of the zookeeper connection string.
Are you sure want to proceed(yes/no):yes
Error executing command: Container chm-fuse2 is not part of the ensemble.
JBossFuse:admin@chm-fuse1> fabric:ensemble-add chm-fuse2 chm-fuse3 chm-fuse4 chm-fuse5
This will change of the zookeeper connection string.
Are you sure want to proceed(yes/no):yes
Error executing command: io.fabric8.api.FabricException: Container 'chm-fuse2' does not exist
JBossFuse:admin@chm-fuse1>

Responses