Hi,
I'm getting the same error. I'm running Axis in a IBM WebSphere 3.5 AppServer. The
beta 3 version worked without problems.
Does anybody know why this is happening?
Thanks!
org.apache.commons.discovery.DiscoveryException: No implementation defined for
org.apache.commons.logging.LogFactory
at
org.apache.commons.discovery.tools.SPInterface.newInstance(SPInterface.java:197)
at
org.apache.commons.discovery.tools.DiscoverClass.newInstance(DiscoverClass.java:579)
at
org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:418)
at
org.apache.commons.discovery.tools.DiscoverSingleton.find(DiscoverSingleton.java:378)
at org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java:70)
at org.apache.axis.transport.http.AxisServlet.<clinit>(AxisServlet.java:97)
...
-----Original Message-----
From: Eric Fixler [mailto:[EMAIL PROTECTED]]
Sent: 20. september 2002 19:38
To: [EMAIL PROTECTED]
Subject: Re: logging error (DiscoveryException for LogFactory
implementation)
Hi. Thanks for your reply. I've tried in with and without the jars in
the CLASSPATH. Currently, the jars are not in the classpath; they are
only in the lib/ folder of the web application.
Either way, the error is the same.
eric
On Friday, Sep 20, 2002, at 08:49 US/Pacific, Sharmin Choksey wrote:
> Does your CLASSPATH in environment.sh have commons-discovery.jar
> and commons-logging.jar in them ?
>
> -Sharmin.