Re: Problem on including DTD entity in a log4j configuration file

2009-11-15 Thread Francis ANDRE
Hi Curt The message is reporting that the content after common.xml is merged is not valid according to the DTD. The DOMConfigurator is less strict than the DTD that specifies (ignoring atypical elements) all the appender elements appear first, then any logger elements, then an optional roo

Problem on including DTD entity in a log4j configuration file

2009-11-15 Thread Francis ANDRE
Hi log4j users With the following log4j configuration: -- ]> debug='true'> &common; --- I got a XML parsing warning as line 9 column 23 which is exactly the column just after the Any idea?? log4j:WARN Contin

Re: Help on log4j:WARN No appenders could be found for logger

2009-08-21 Thread Francis ANDRE
You are specifying a distinct implementation class for each logger. That is very atypical. Is that particular class really defined and available on the classpath? Running with -Dlog4j-debug may produce more helpful diagnostics. Do you mean -Dlog4J.debug ??? In which case this debug flag w

Help on log4j:WARN No appenders could be found for logger

2009-08-21 Thread Francis ANDRE
lHi I got this well known WARN from log4j but cannot find out what's the problem is. Can someone help solving this issue?? Here the trace for log4j and the initiator.log4j configuration file joined. Thanks in advance. log4j: Using URL [file:/Z:/isode-8.0/iso.itu.osi/cfg/initiator.log4j] f