2 Replies Latest reply on Jul 7, 2014 5:50 AM by mahii.in86

    Why Child Conatiner is not getting alive in Fabric Server ?

    mahii.in86

      Hi,

       

      I tried to set up a fabric server with  child instances. The Alive status of child containers are always showing false.

      I followed the documentation in https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Fuse/6.1/html/Fabric_Guide/files/Deploy-Fabric-Create.html.

       

      The steps I did are

       

      1) fabric:create --zookeeper-password admin

      2)fabric:container-create-child root child

      3)shell:watch container-list

       

      The out put of the last command is as shown below. Why the alive status is false ?What the possible cause and solution for this.

       

      Fabric_screenshot.jpg
      Thanks,

      Mahesh

        • 1. Re: Why Child Conatiner is not getting alive in Fabric Server ?
          davsclaus

          Hi

           

          Ah at step 1, it takes a while before the fabric server is ready. The provision status should be "success" for the root container before its ready. There is also a fabric:status command you can see if fabric is ready.

           

          Also btw the latest release is JBoss Fuse 6.1. You may want to use that release if its possible.

           

          And if something goes wrong, a good idea is to check the logs, you can use log:display, or log:tail etc. Or look in the log which is in the data/logs directory. Also each child container has their own logs in instances/child1/data/logs directory.

          • 2. Re: Why Child Conatiner is not getting alive in Fabric Server ?
            mahii.in86

            Thank you for the response.

             

            I have updated the version to jboss-fuse-6.1.0.redhat-379.

             

            Now all the containers have started successfully...