-----Original Message-----
From: Ken Reek [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 17, 2002 12:42 PM
To: [EMAIL PROTECTED]
Subject: NoClassDefFoundError:org.apache.commons.logging.LogFactory..Any Ideas??Hi All,
I am getting the following errors when I am trying to run my application. I have axis.jar in my classpath. Any Ideas??
Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory
at org.apache.axis.components.logger.LogFactory$1.class$(LogFactory.java
:68)
at org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:84
)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory
.java:80)
at org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java
:72)
at org.apache.axis.configuration.EngineConfigurationFactoryFinder.<clini
t>(EngineConfigurationFactoryFinder.java:94)
at org.apache.axis.client.Service.<init>! (Service.java:111)
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
You
are missing the commons-logging.jar from your classpath, add
commons-logging.jar, commons-discovery.jar and log4j-1.2.4.jar to you classpath.
All of them are located in the axis/lib dir.