Using Orion, I get the following error message sometimes:

Log4J configured with /orion/panconfig/AppList/43i/panLogger.xml

log4j:ERROR No appenders could be found for category
(com.pancredit.eaitoolkit.framework.runner.SOAPTransactionRunner).
log4j:ERROR Please initialize the log4j system properly.

(the first line is my debug message)  The strange thing is, it still logs
from SOAPTransactionRunner.

Any ideas?

This is my config file:

<?xml version="1.0" encoding="UTF-8"?>
<log4j:configuration debug="false"
xmlns:log4j="http://jakarta.apache.org/log4j/";>

        <appender name="A1" class="org.apache.log4j.RollingFileAppender">
          <param name="File" value="/tmp/eaitoolkit.log"/>
          <param name="Append" value="true"/>
          <param name="MaxFileSize" value="5MB"/>
          <param name="MaxBackupIndex" value="5"/>
          <layout class="org.apache.log4j.PatternLayout">
             <param name="ConversionPattern" value="%d{HH:mm:ss} [%t] %-5p
%C{2} - %m%n"/>
          </layout>
        </appender>

        <root>
          <priority value="debug"/>
          <appender-ref ref="A1"/>
        </root>
</log4j:configuration>

Cheers,

Tim.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to