I'd be very surprised if Axis was using Log4j directly. It is probably using commons-logging. The issue is probably not matter of Axis versions, but a matter of having Log4j.jar somewhere in the classpath for commons-logging to find. If commons-logging finds Log4j, it will use it to the exclusion of JDk1.4 logging and other logging facilities. Of course, if you then don't provide a log4j configuration file (properties or xml) in the classpath (or configure it manually), then Log4j will report that it has no appenders configured. So, either remove Log4j from the classpath or add a Log4j configuration file to the classpath to satisfy Log4j's configuration requirements.
Jake
At 10:34 PM 4/11/2004 +0100, you wrote:
Hi, I am using Axis 1.2beta and the examples in the Installation Instructions and the User Guide work OK but I get these warnings every time. log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle). log4j:WARN Please initialize the log4j system properly.
I didn't get them using Axis 1_1 so I looked in the bug and mailing lists but can't see anything about it. Any help on how to fix this would be appreciated. John Langan.
