Closed GoogleCodeExporter closed 9 years ago
I haven't seen this. The thread listed is the thread that watches for changes
to
log4jconfig.xml and reads changes dynamically. The log4j library shipped with
pwm is
v1.2.15, which appears to be the latest log4j. You might try looking in your
tomcat/lib directory to see if there is another log4j*.jar file causing
problems.
What operating system is this on?
Is the pwm servlet hosted on something other than the local file system? (nfs,
samba, etc?)
Are you starting and stopping the pwm application repeatedly without stopping
tomcat?
What is the value of web.xml setting 'pwmDbImplementation'?
Original comment by jrivard
on 12 Mar 2010 at 1:22
Original comment by jrivard
on 12 Mar 2010 at 1:27
Hi,
there is no log4j library included with my tomcat.
I'm working on W2003 Server, and PWM is hosted on the local file system.
I do not use Tomcat web interfaces to start / stop pwm.
I receive the error when I stop tomcat service...
pwmDbImplementation :
<param-value>password.pwm.util.db.Berkeley_PwmDb</param-value>
So far i have no idea how to fix that error...
Original comment by jason.br...@gmail.com
on 12 Mar 2010 at 1:50
As of b945, PWM has been changed to not use Log4j's config file watcher. This
means
that any log4jconfig.xml changes will not be applied until the servlet is
restarted,
however it should resolve this error.
Original comment by jrivard
on 1 Jun 2010 at 8:48
Original issue reported on code.google.com by
jason.br...@gmail.com
on 11 Mar 2010 at 1:24