2 Replies Latest reply on Sep 1, 2014 7:40 AM by fhornain

    JBOSS A-MQ will not start

    tclongo

      I have jboss mq 6.0.0 installed on red hat. I am unable to start the admin console. When I execute the "amq" script inside the bin folder I see the following

       

      Please wait, JBoss A-MQ is initializing...

       

      Nothing happens after this. I have tried to increase the logging in the system.properties file however no further output is displayed. I don't even know how to troubleshoot this since there is no further log output

        • 1. Re: JBOSS A-MQ will not start
          fhornain

          Hi Troy,

           

          Do you already run karaf on you server ?

           

          To check it, just run :

          [user@localhost bin]$ /jboss-a-mq-6.1.0.redhat-379/bin/status

          Running ...

          [user@localhost ~]$

           

          Then stop it with this command :

          [user@localhost ~]$ /jboss-a-mq-6.1.0.redhat-379/bin/stop

           

          And restart it using the amq command :

          [user@localhost ~]$ /jboss-a-mq-6.1.0.redhat-379/bin/amq

          Please wait, JBoss A-MQ is initializing...

          100% [========================================================================]

           

                _ ____                                __  __  ____

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

               | | |_) | ___  ___ ___     /  \ ______| \  / | |  | |

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

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

          \____/|____/ \___/|___/___/ /_/    \_\    |_|  |_|\___\_\

           

            JBoss A-MQ (6.1.0.redhat-379)

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

           

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

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

           

          Open a browser to http://localhost:8181 to access the management console

           

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

           

          JBossA-MQ:karaf@root>

           

           

          Hope it helps.

          • 2. Re: JBOSS A-MQ will not start
            fhornain

            Dear *,

             

            AFAIK

            "[user@localhost ~]$ /jboss-a-mq-6.1.0.redhat-379/bin/amq" starts Karaf + ActiveMQ + Console

            "[user@localhost ~]$ /jboss-a-mq-6.1.0.redhat-379/bin/start" starts Karaf + ActiveMQ

            "[user@localhost ~]$ /jboss-a-mq-6.1.0.redhat-379/bin/client" starts Console if a Karaf instance is running.

             

            Hope it helps.