On 5/9/06, robert burrell donkin <[EMAIL PROTECTED]> wrote:

so, please check that i have made no errors in cutting the candidate
(ideally by dropping the jar in as a replacement for a RC or 1.0.4) and
report back promptly if i have made any mistakes whilst cutting the
distribution.

The Log4jFactory class appears to be missing.  I took an app that's
working with commons-logging 1.0.4 and Tomcat 5.5.17, and made only
this change:

            <dependency>
                <groupId>commons-logging</groupId>
                <artifactId>commons-logging</artifactId>
-                <version>1.0.4</version>
+                <version>1.1</version>
            </dependency>

(I installed the jar with 'mvn install:install-file' and had it
generate a pom since commons-logging has no required dependencies.
(right?))

I get the following error:

INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
May 9, 2006 4:08:12 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Caused by: org.apache.commons.logging.LogConfigurationException:
java.lang.ClassNotFoundException:
org.apache.commons.logging.impl.Log4jFactory (Caused by
java.lang.ClassNotFoundException:
org.apache.commons.logging.impl.Log4jFactory)
        at org.apache.commons.logging.LogFactory$2.run(LogFactory.java:579)

I looked in commons-logging-1.1.jar, commons-logging-api-1.1.jar and
commons-logging-adapters-1.1.jar, and I don't see the Log4jFactory
class.

--
Wendy

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

Reply via email to