DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22701>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22701

commons-logging and SSL in tomcat with struts





------- Additional Comments From [EMAIL PROTECTED]  2003-10-02 04:16 -------
The behavior I'm seeing is similar but somewhat different and seems to indicate 
that it is not log4j but rather some problem with Tomcat 4.1.27 and commons-
logging (class loader issue maybe?????).

I'm developing on windows 2k, jdk 1.4, and Tomcat 4.1.27.  I've had the problem 
with both log4j 1.2.8 AND 1.2.7. 

When I removed the log4j jar completely (commons-logging docs say that it will 
try and use jdk 1.4 logging now) I get the following similar but subtly 
different exception (Note that it is complaining about the Jdk14Logger rather 
than the log4jLogger).

SEVERE: Error reading request, ignored
org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.
LogConfigurationException: Class org.apache.commons.logging.impl.Jdk14Logger 
does not implement Log
        at org.apache.commons.logging.impl.LogFactoryImpl.newInstance
(LogFactoryImpl.java:532)
     ......

Furthermore,  I no longer have the problem when I take commons-logging out of 
my web app and just access log4j (1.2.8) directly without the extra layer of 
abstraction.

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

Reply via email to