It seems that maybe you're trying to instantiate a log4j Logger in one of your actions 
or ActionServlet like this:

Logger.getInstance( <String> or <class> );

and the class (Logger) can't be found by the class loader. Here's a couple of things 
to try:

1) Is the log4j.jar in your WEB-INF/lib directory for the web application?
2) The Logger is a new class that is part of log4j 1.2 alpha and didn't exist in 
earlier version of log4j (e.g. 1.1.3). Do you have the correct version of log4j.jar in 
your WEB-INF/lib directory?

Those are two quickies that come to mind.

Chuck
--
Sent via jApache.org

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

Reply via email to