Hi,
I am deploying an ear into Jboss, but at the moment that fails. Now, that is something that can be fixed, but having no logs available makes that really hard. The error I am getting is:
ERROR: invalid console appender config detected, console stream is looping
I was wondering if anyone has this problem before, and better, solved it! What I did so far is:
- wrapping the war (basically standard ops 3.6.0) into an ear, and deployed it in jboss (4.2.2 ga).
- configured the jboss-web.xml with the java2ClassLoadingCompliance='false', following the recommendation mentioned in the installation guide (plus the rest, matching the war name).
- removed the log4j and the commons-logging jars from the library as they are provided by jboss itself (to avoid class loading conflicts)
- Added the following option in the config script (jboss), as this is recommended as well:
JAVA_OPTS="-Dorg.jboss.logging.Log4jService.catchSystemOut=false $JAVA_OPTS"
But, still, I am getting this error :/
Anyone who can help me with this? Thanks in advance,
Mike