Hi.
I'm using log4j with
Weblogic .0 in several EJBs and WARs (no ear during
development).
log4j.jar is in
the system classpath (and nowhere else) during development.
I'm initializing
log4j with a startup servlet in a seperate startup.war, using DOMConfigurator
(without watchdog).
From time to time, I
get the following ERROR after a while of faultless
operation:
--
log4j:ERROR No
appenders could be found for category (net.icteam.frame.[class
varies]).
log4j:ERROR Please initialize the log4j system properly.
log4j:ERROR Please initialize the log4j system properly.
--
And logging
stops.
?!?!
regards,
Roman