1 Reply Latest reply on Jul 29, 2002 8:34 AM by klaust

    Console Stream is Looping

    smeng

      Hi.

      I've recently upgraded to JBoss 2.4.7 running with Catalina 4.0.4. Previously I was using JBoss 2.4.4 with Catalina 4.0.1 and my application was able to run fine. However the application now returns a "console stream is looping" and from what I've found out - this error is caused by a clash between my own logger at the BasicConfigurator.configure() method and another logger running in JBoss.

      I'm trying to disable the other logger running in JBoss - which I suspect is a logger for Catalina actually but have not been successful in doing so - is this really what I should be doing?

      Please help. Thanks in advance.

      Best regards,
      Meng

        • 1. Re: Console Stream is Looping
          klaust

          for me it helps to start jboss with the following option:
          -Dlog4j.defaultInitOverride=true
          a colleague of me found it anywhere in the log4j docu.
          hope that helps
          klaus