3 Replies Latest reply on Sep 19, 2013 11:53 AM by mauricioscastro

    Management Console - Create

    mauricioscastro

      I am trying to create a new "ensemble" (is this the name?) using web interface in management console but I get the message "Local ensemble service unavailable, so cannot create local ensemble server" under the create button.


      Can anyone help?


      Thanks.


      management_console.JPG

        • 1. Re: Management Console - Create
          stlewis

          Typically you'd see this if the fabric-core bundle hasn't started properly.  Try doing an "osgi:list | grep -i fabric" and see what state the fabric core bundle is in.  If it's okay, try doing an osgi:refresh on the Fabric rest API bundle and see if that clears it up.  If not, what version are you running and what JDK?

          1 of 1 people found this helpful
          • 2. Re: Management Console - Create
            mauricioscastro

            Thanks so much for your quick reply.

             

            java -fullversion gives me: java full version "1.7.0_40-b43"

             

            Is it waiting on a dependency?

            Please wait while JBoss Fuse is loading...

            98% [======================================================================> ]

                  _ ____                  ______

                 | |  _ \                |  ____|           

                 | | |_) | ___  ___ ___  | |__ _   _ ___  ___

            _   | |  _ < / _ \/ __/ __| |  __| | | / __|/ _ \

            | |__| | |_) | (_) \__ \__ \ | |  | |_| \__ \  __/

            \____/|____/ \___/|___/___/ |_|   \__,_|___/\___|

             

              JBoss Fuse (6.0.0.redhat-024)

              http://www.redhat.com/products/jbossenterprisemiddleware/fuse/

             

            Hit '<tab>' for a list of available commands

            and '[cmd] --help' for help on a specific command.

            Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown JBoss Fuse.

             

            JBossFuse:karaf@root> osgi:list | grep -i fabric

            [  53] [Active     ] [            ] [       ] [   35] Fuse Fabric :: LinkedIn ZooKeeper Bundle (7.2.0.redhat-024)

            [  55] [Resolved   ] [            ] [       ] [   35] Fuse Fabric :: ZooKeeper Service (7.2.0.redhat-024)

            [  57] [Active     ] [GracePeriod ] [       ] [   40] Fuse Fabric :: Core (7.2.0.redhat-024)

            [  59] [Active     ] [GracePeriod ] [       ] [   45] Fuse Fabric :: Boot Commands (7.2.0.redhat-024)

            [  70] [Active     ] [Created     ] [       ] [   60] Fuse Fabric :: Core Agent SSH (7.2.0.redhat-024)

            [ 101] [Installed  ] [            ] [       ] [   60] Fuse Fabric :: Maven Proxy (7.2.0.redhat-024)

            [ 127] [Active     ] [            ] [       ] [   60] Fuse Fabric :: Cluster Groups API (7.2.0.redhat-024)

            [ 128] [Active     ] [Created     ] [       ] [   60] JBoss A-MQ Fabric (6.0.0.redhat-024)

            [ 454] [Installed  ] [            ] [       ] [   60] Fuse Fabric :: ZooKeeper ConfigAdmin Bridge (7.2.0.redhat-024)

            [ 455] [Installed  ] [            ] [       ] [   60] Fuse Fabric :: JAAS (7.2.0.redhat-024)

            [ 456] [Installed  ] [            ] [       ] [   60] Fuse Fabric :: Karaf Commands (7.2.0.redhat-024)

            [ 480] [Active     ] [GracePeriod ] [       ] [   60] Fuse Fabric :: Core Agent JClouds (7.2.0.redhat-024)

            [ 483] [Active     ] [GracePeriod ] [       ] [   60] Fuse Fabric :: REST API (7.2.0.redhat-024)

            [ 485] [Active     ] [GracePeriod ] [       ] [   60] Fuse Fabric :: ZooKeeper Commands (7.2.0.redhat-024)

            JBossFuse:karaf@root> osgi:refresh

            JBossFuse:karaf@root> osgi:list | grep -i fabric

            [  53] [Active     ] [            ] [       ] [   35] Fuse Fabric :: LinkedIn ZooKeeper Bundle (7.2.0.redhat-024)

            [  55] [Resolved   ] [            ] [       ] [   35] Fuse Fabric :: ZooKeeper Service (7.2.0.redhat-024)

            [  57] [Active     ] [GracePeriod ] [       ] [   40] Fuse Fabric :: Core (7.2.0.redhat-024)

            [  59] [Active     ] [GracePeriod ] [       ] [   45] Fuse Fabric :: Boot Commands (7.2.0.redhat-024)

            [  70] [Active     ] [Created     ] [       ] [   60] Fuse Fabric :: Core Agent SSH (7.2.0.redhat-024)

            [ 101] [Installed  ] [            ] [       ] [   60] Fuse Fabric :: Maven Proxy (7.2.0.redhat-024)

            [ 127] [Active     ] [            ] [       ] [   60] Fuse Fabric :: Cluster Groups API (7.2.0.redhat-024)

            [ 128] [Active     ] [Created     ] [       ] [   60] JBoss A-MQ Fabric (6.0.0.redhat-024)

            [ 454] [Installed  ] [            ] [       ] [   60] Fuse Fabric :: ZooKeeper ConfigAdmin Bridge (7.2.0.redhat-024)

            [ 455] [Installed  ] [            ] [       ] [   60] Fuse Fabric :: JAAS (7.2.0.redhat-024)

            [ 456] [Installed  ] [            ] [       ] [   60] Fuse Fabric :: Karaf Commands (7.2.0.redhat-024)

            [ 480] [Active     ] [GracePeriod ] [       ] [   60] Fuse Fabric :: Core Agent JClouds (7.2.0.redhat-024)

            [ 483] [Active     ] [GracePeriod ] [       ] [   60] Fuse Fabric :: REST API (7.2.0.redhat-024)

            [ 485] [Active     ] [GracePeriod ] [       ] [   60] Fuse Fabric :: ZooKeeper Commands (7.2.0.redhat-024)

            • 3. Re: Management Console - Create
              mauricioscastro

              sorry about that, only now I was looking at it myself to realize Zookeeper was not Active.

               

              Thanks so much for your help.