Running fuse-fabric-7.0.1.fuse-083
Machine A
Windows 7 Enterprise SP1, 64 Bit OS, 32 bit Java 6 JDK, 8 GB RAM, 8 Cores
Machine B
Windows 7 Enterprise SP1, 64 Bit OS, 32 bit Java 6 JDK, 6 GB RAM, 4 Cores
On Machine A:
Run fusefabric.bat, run fabric:create, create a profile using a feature we've developed in-house, and create a child container running on Machine A using the newly created profile. Everything works as expected.
On Machine B:
Run fusefabric.bat, run fabric:join MachineA:2182. Using the profile defined on Machine A as the profile type, create a child container on Machine B. The container on Machine B works as expected. (Which machine I use to crate the child container doesn't seem to matter.) Issue command shutdown -f. Re-run fusefabric.bat and try to run fabric:join MachineA:2182 and I get the following error: "A container with the name: MachineB is already member of the cluster. You can specify a different name as an argument."
Restarting fusefabric.bat on Machine A doesn't make the problem go away. To rejoin, I've wiped fusefabrc from Machine A, re-installed it, re-run it, and re-created my profile on Machine A. At that point, I can rejoin Machine B.