1 Reply Latest reply on Aug 19, 2014 10:59 AM by jbertram

    non clustered standalone without jndi and jms wont start

    kts92tln8

      I'm trying to run hornetq-2.4.0.Final in Non clustered stand-alone mode without JNDI and JMS, so I commented StandaloneServer and JMSServerManager beans in the hornetq-beans.xml, now when I try to start the server starts and stops and doesnt stay up, attached are log file and hornetq-beans.xml

       

      Thanks for your help

        • 1. Re: non clustered standalone without jndi and jms wont start
          jbertram

          Try commenting these out from the "HornetQServer" bean:

           

                <start ignored="true"/>

                <stop ignored="true"/>

           

          That way the start/stop for this bean won't be ignored.

           

          To be clear, the start/stop for this bean is ignored by default because the "JMSServerManager" bean manages the injected "HornetQServer" bean programmatically.  However, since you commented the "JMSServerManager" bean out there's nothing to manage the "HornetQServer" bean.