下面是axis2缺少jar包和相关的错误说明:
XmlSchema-1.4.7.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/commons/schema/resolver/URIResolver
axiom-impl-1.2.13.jar
Exception in thread "main" org.apache.axiom.om.OMException: No meta factory found for feature 'default'; this usually means that axiom-impl.jar is not in the classpath
neethi-3.0.2.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/neethi/PolicyComponent
axis2-transport-http-1.6.2.jar
Exception in thread "main" org.apache.axis2.deployment.DeploymentException: org.apache.axis2.transport.http.CommonsHTTPTransportSender
axis2-transport-local-1.6.2.jar
Exception in thread "main" org.apache.axis2.deployment.DeploymentException: org.apache.axis2.transport.local.LocalTransportSender
commons-codec-1.3.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException
commons-httpclient-3.1.jar
Exception in thread "main" org.apache.axis2.deployment.DeploymentException: org/apache/commons/httpclient/HttpException
httpcore-4.0.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/HttpResponseFactory
wsdl4j-1.6.2.jar
Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/xml/WSDLLocator
本文列举了Axis2在运行过程中因缺少特定Jar包而产生的错误,并针对每个缺失的Jar包给出了相应的异常提示。这有助于开发者快速定位并解决Axis2部署中遇到的问题。
3371

被折叠的 条评论
为什么被折叠?



