0 Replies Latest reply on Mar 3, 2004 9:26 AM by naresh

    ERROR: invalid console appender config detected, console str

      I've a web-app deployed in jboss default.

      My web-app uses a Log4j File Appender to write the log messages in a file. It does not use any console appender.

      However, when I start JBOSS, I get the following error:

      -----------
      ERROR: invalid console appender config detected, console stream is looping
      -----------

      After this, nothing is printed on jboss console, though my web-app is writing log messages in the file.

      If my web-app stop using its own File Appender and uses jboss's log4j settings, then this error go away. I'm able to see the log messages of my web-app both on console and jboss log file.

      Can somebody please help me out?

      thanks,
      Naresh