Frank,

The class Jdk14Logger can be found in the nightly build jakarta-commons
logging project.  You can get this jar at:

http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-logging/

Hope this helps.

Sincerely,
James.


-----Original Message-----
From: Lawlor, Frank [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, March 21, 2002 12:12 PM
To: 'Struts (E-mail)'
Subject: logClassName problem under JDK 1.4 (nightly build)

I'm using a struts nightly build (1/2/02) and it uses
the commons-*.jar files.  Before upgrading to JDK 1.4
the console would say something like:

logClassName=NoOpLog

Now it says

logClassName=org.apache.commons.logging.impl.Jdk14Logger

and in the localhost_log I get:

org.apache.commons.logging.LogConfigurationException:
org.apache.commons.logging.LogConfigurationException:
java.lang.ClassNotFoundException:
org.apache.commons.logging.impl.Jdk14Logger
        at
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.ja
va:464)
        at
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.ja
va:273)
        at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:338)
        at org.apache.commons.digester.Digester.<init>(Digester.java:309)
        at
org.apache.struts.action.ActionServlet.initDigester(ActionServlet.java:1576)
       ...

There is no Jdk14Logger in the commons-logging jar.

What do I need to do to fix this?
Where can I set the logger class (how)?

Frank Lawlor
Athens Group, Inc.
(512) 345-0600 x151
Athens Group, an employee-owned consulting firm integrating technology
strategy and software solutions.



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

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

Reply via email to