2 Replies Latest reply on May 27, 2012 3:43 PM by jrawlings1980

    Issues with new containers created by FMC

    jrawlings1980

      I have created some remote containers using FMC.  Sometimes they do not appear in the list of containers and even when they do they will not start.  The logs repeatedly display this error...

       

      2012-05-23 16:42:35,009 | WARN  | qtp5964974-115   | ContainerImpl                    | 50 - org.fusesource.fabric.fabric-core - 7.0.0.fuse-061 | Error while retrieving jmx domains. This exception will be ignored.

      org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /fabric/registry/containers/domains/test3

         

       

      Has anyone seen this before?

        • 1. Re: Issues with new containers created by FMC
          stlewis

          This tends to happen if the remote container cannot connect back to the fabric server (in this case FMC) to fully register.  Typical reasons are that the remote host cannot resolve your local machine's hostname, or the remote process is unable to connect to the fabric registry, often because it's on a machine behind a NAT or firewall and you need to set up some port forwards so that the machine can connect back to your local machine through the NAT device.

          • 2. Re: Issues with new containers created by FMC
            jrawlings1980

            Thank you.  Yes you were right.  I needed to set the server names in the host files.