Murray Altheim wrote:
Sorry if I've missed a note recently on this one. Anyone know why I'm receiving the mystery meat message:
[java] log4j:WARN No appenders could be found for logger (org.apache.xindice.xml.TextWriter).
[java] log4j:WARN Please initialize the log4j system properly.
when trying to write to the Xindice DB? I'm using a CVS version from about a week or so ago, and this only seems to happen intermittently, i.e., I can't reliably get it to happen every time. I do have log4j.jar in my classpath. I haven't (to my knowledge) modified any of the Xindice config files in a way that alters logging behaviour.
Addition of log4j.jar already alters behavior. See for more info: http://jakarta.apache.org/commons/logging/guide.html
Archives also have some info on this topic... <hint> I guess it's time to write an FAQ entry </hint> ;-)
Vadim