1 Reply Latest reply on Sep 24, 2008 11:27 AM by marklittle

    InVMCourier

    joshua.dev

      I noticed the following warning in the server log of a simple ESB service:

      WARN [InVMCourier] InVMCourier reset called on transactional courier: ignoring reset for the sake of consistency!

      It pops up after every request to the service. What does it mean? Is it a sign of a serious problem?

        • 1. Re: InVMCourier
          marklittle

          Something is calling reset on the courier while it has been marked as transactional. Since reset clears out the message queue, that's a very bad thing to do if there are transactions around.