2 Replies Latest reply on Jan 14, 2009 9:55 PM by kairihen

    ERROR: invalid console appender config detected, console str

    meysam

      Hi, its been long time I've been dealing with this error, have read a lot of posts in different forums and tried different solutions, I still get this error, can you help me to solve this problem?

      right after starting jboss, I receive the following error:

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

        • 1. Re: ERROR: invalid console appender config detected, console
          peterj

          What version of JBoss Portal? Did you install the Portal+AS bundle or if you installed JBossAS and the Portal separately, what version of JBossAS?

          Have you changed the jboss-log4j.xml file?

          Have you deployed a portlet that contains its own copy of the log4j jar file or it own log4j.properties file?

          Finally, it would help if you posted the full log message for the error, including the 2 or 3 log entries before and after the error message - this would help to provide some context.

          • 2. Re: ERROR: invalid console appender config detected, console
            kairihen

            I tried this and I was able to skip that error.

            set JAVA_OPTS=-Dorg.jboss.logging.Log4jService.catchSystemOut=false
            bin\run.bat

            I had to many different log4j.property files in my application which was being ported over from JRun.

            hope this helps