Exception集管理 JAR包集管理
?
?
----------------------------------------
异常管理
----------------------------------------
Exception in thread "main" org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: ParseError at [row,col]:[34,184]
Message: The element type "HR" must be terminated by the matching end-tag "</HR>".
org.codehaus.xfire.fault.XFireFault: ParseError at [row,col]:[34,184]
Message: The element type "HR" must be terminated by the matching end-tag "</HR>".
Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[34,184]
Message: The element type "HR" must be terminated by the matching end-tag "</HR>".
未重现
?
2013-1-7 11:55:04 org.codehaus.xfire.transport.http.HttpChannel sendViaClient
严重: Server returned error code = 404 for URI : http://localhost:8080/xfireExample/services/HelloService. Check server logs for details
Exception in thread "main" org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Server returned error code = 404 for URI : http://localhost:8080/xfireExample/services/HelloService. Check server logs for details
org.codehaus.xfire.fault.XFireFault: Server returned error code = 404 for URI : http://localhost:8080/xfireExample/services/HelloService. Check server logs for details
Caused by: org.codehaus.xfire.XFireRuntimeException: Server returned error code = 404 for URI : http://localhost:8080/xfireExample/services/HelloService. Check server logs for details
未重现
?
----------------------------------------
包管理
----------------------------------------
XFire依赖的jar包下载地址:
?
commons-codec-1.7.jar下载地址:http://commons.apache.org/codec/download_codec.cgi
?
activation framework 下载地址:http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html#jaf-1.1.1-fcs-oth-JPR
?
javamail下载地址:http://www.oracle.com/technetwork/java/javamail/index-138643.html
?
servlet-api.jar下载地址:http://www.java2s.com/Code/Jar/s/Downloadservletapijar.htm
?
stax-api 下载地址:http://dist.codehaus.org/stax/jars/
?
wsdl4j 下载地址:http://www.java2s.com/Code/Jar/w/Downloadwsdl4jjar.htm
?
woodstox下载地址:http://wiki.fasterxml.com/WoodstoxDownload
?
?
java.lang.NoClassDefFoundError: org/apache/xbean/spring/context/SpringApplicationContext
缺少:xbean-spring-2.4.jar?
?
?
java.lang.IllegalStateException: Could not find valid implementation for: 3.1.2.RELEASE
java.lang.ClassNotFoundException: org.apache.xbean.spring.context.v3.XBeanXmlBeanDefinitionReader
版本不一致:
下载xbean-spring-3.4.jar 下载地址:http://www.findjar.com/jar/org/apache/xbean/xbean-spring/3.4/xbean-spring-3.4.jar.html;jsessionid=849529135264079DF76B92E64F29D83A
?
?
java.lang.NoClassDefFoundError: org/codehaus/stax2/XMLInputFactory2
stax2-api-3.1.1.jar下载地址http://stackoverflow.com/questions/5993144/error-when-using-when-using-oracle-webservices-proxy-java-lang-noclassdeffounde