1 Reply Latest reply on Mar 2, 2015 8:03 PM by prkottam

    I am seeing below error in Jboss eap 6.2 , HornetQException[errorType=SECURITY_EXCEPTION message=HQ119031

    manikanta123

      I am seeing below error in Jboss eap 6.1 , HornetQException[errorType=SECURITY_EXCEPTION message=HQ119031 ,however our applications are not affected by this , but logs are filling up with this message with this message .

      10:46:01,506 ERROR [org.hornetq.core.server] (Old I/O server worker (parentId: 1774230362, [id: 0x69c09b5a, /130.8.166.131:5495])) HQ224018: Failed to create session: HornetQException[errorType=SECURITY_EXCEPTION message=HQ119031: Unable to validate user: HORNETQ.CLUSTER.ADMIN.USER] at org.hornetq.core.security.impl.SecurityStoreImpl.authenticate(SecurityStoreImpl.java:146) [hornetq-server-2.3.12.Final-redhat-1.jar:2.3.12.Final-redhat-1] at org.hornetq.core.server.impl.HornetQServerImpl.createSession(HornetQServerImpl.java:964) [hornetq-server-2.3.12.Final-redhat-1.jar:2.3.12.Final-redhat-1]

        • 1. Re: I am seeing below error in Jboss eap 6.2 , HornetQException[errorType=SECURITY_EXCEPTION message=HQ119031
          prkottam

          you have to  update <cluster-user> and <cluster-password>  in hornetq configuration section

          <profie name="test-full-ha">

               .

               .

               .

               <subsystem xmlns="urn:jboss:domain:messaging:1.4">

                          <hornetq-server>

                                <cluster-user> test </cluster-user>

                                <cluster-password> test@ </cluster-password>

                           </hornetq-server>

              </subsytem>

          </profile>

           

           

          i hope this helps