Programming Tutorials

Comment on Tutorial - Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory By Emiley J.



Comment Added by : Pradeep

Comment Added at : 2009-09-29 06:39:21

Comment on Tutorial : Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory By Emiley J.
I was using commons-logging-1.0.4.jar previously, but when I changed it to version 1.1.1.jar. It does not make any effect to the exception as I it remain same as earlier.please suggest what could be the problem. Stack trace is as follows ;
C:\Program Files\Java\jdk1.5.0\bin>java -classpath ;C:\axis\lib\wsdl4j-1.5.1.jar
;AXIS_HOME\lib\commons-logging-1.1.1.jar;C:\axis\lib\commons-discovery-0.2.jar;C
:\axis\lib\jaxrpc.jar;C:\axis\lib\saaj.jar;C:\axis\lib\axis.jar org.apache.axis.
wsdl.WSDL2Java -v -o -s d:\generate C:\axis\PQSSProvisioning.wsdl
Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.commons.lo
gging.LogFactory
at org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:4
5)
at org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45
)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory
.java:41)
at org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java
:33)
at org.apache.axis.i18n.ProjectResourceBundle.<clinit>(ProjectResourceBu
ndle.java:53)
at org.apache.axis.i18n.MessagesConstants.<clinit>(MessagesConstants.jav
a:32)
at org.apache.axis.utils.Messages.<clinit>(Messages.java:36)
at org.apache.axis.wsdl.WSDL2Java.<clinit>(WSDL2Java.java:112)


View Tutorial