Programming Tutorials

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



Comment Added by : Dinesh Rajendiran

Comment Added at : 2012-03-23 05:19:06

Comment on Tutorial : Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory By Emiley J.
Hi,.
No Change yaar, Im still getting the same problem. What to do? Below is the exception that I am getting...

"Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/HttpResponseFactory
at org.apache.axis2.transport.http.SimpleHTTPServer.init(SimpleHTTPServer.java:113)
at org.apache.axis2.engine.ListenerManager.init(ListenerManager.java:83)
at org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:165)
at org.apache.axis2.client.ServiceClient.<init>(ServiceClient.java:144)
at com.test.DocFaxStub.<init>(DocFaxStub.java:91)
at com.test.DocFaxStub.<init>(DocFaxStub.java:77)
at com.test.DocFaxStub.<init>(DocFaxStub.java:126)
at com.test.DocFaxStub.<init>(DocFaxStub.java:118)
at com.test.FaxDocClient.main(FaxDocClient.java:49)
"


View Tutorial