2 Replies Latest reply on Jul 11, 2011 7:49 AM by mookythemook

    There is no consumer with id 0

    mookythemook

      Im seeing this error occasionally in our logs - but since everything is working, Im not sure what it means. Can someone explain why I get this error logged - maybe its because of something simple that Im doing wrong?

       

      The error I get logged is:

      2011-07-08T12:49:03.836+0000 ERROR [Old I/O server worker (parentId: 27315575, [id: 0x01a0cd77, wlon1107051154.domain.com/166.15.195.167:61617])] [core.server.impl.ServerSessionImpl] There is no consumer with id 0

       

      I found this issue in my searching - but that didnt shed any light for me:

      https://issues.jboss.org/browse/HORNETQ-699

        • 1. Re: There is no consumer with id 0
          clebert.suconic

          I have identified this as an ignorable warning...

           

          that's usually happening when you are closing Sessions in a non-thread-safe manner.

           

           

          I would really like to have a way to replicate this.. so I can avoid the message.

          1 of 1 people found this helpful
          • 2. Re: There is no consumer with id 0
            mookythemook

            Hm. Thats interesting. I will have to look to see if we are doing that in our app. Its possible...

             

            Do you know what specifically its caused by? Multiple calls to close the session? Or a different thread to one sending/receiving a message?