[13-3-22 18:16:01:699 CST] 00000015 http E caught throwable
java.lang.NoClassDefFoundError: com.sun.org.apache.xerces.internal.dom.DocumentImpl
at java.lang.ClassLoader.defineClassImpl(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:265)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:493)
at java.net.URLClassLoader.access$300(URLClassLoader.java:64)
at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:892)
at java.security.AccessController.doPrivileged(AccessController.java:284)
at java.net.URLClassLoader.findClass(URLClassLoader.java:414)
at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:150)
at java.lang.ClassLoader.loadClass(ClassLoader.java:643)
at com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.java:90)
at java.lang.ClassLoader.loadClass(ClassLoader.java:609)
at com.sun.xml.messaging.saaj.soap.SOAPPartImpl.<init>(SOAPPartImpl.java:104)
at com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl.<init>(SOAPPart1_1Impl.java:68)
at com.sun.xml.messaging.saaj.soap.ver1_1.Message1_1Impl.getSOAPPart(Message1_1Impl.java:88)
at com.sun.xml.ws.message.AbstractMessageImpl.readAsSOAPMessage(AbstractMessageImpl.java:191)
at com.sun.xml.ws.message.AbstractMessageImpl.readAsSOAPMessage(AbstractMessageImpl.java:210)
at com.sun.xml.ws.server.provider.SOAPProviderArgumentBuilder$SOAPMessageParameter.getParameter(SOAPProviderArgumentBuilder.java:129)
at com.sun.xml.ws.server.provider.SOAPProviderArgumentBuilder$SOAPMessageParameter.getParameter(SOAPProviderArgumentBuilder.java:122)
at com.sun.xml.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:72)
at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:629)
at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:588)
at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:573)
at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:470)
at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:295)
at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:519)
at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:288)
at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:143)
at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:155)
at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:189)
at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:76)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1443)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:790)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:443)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:175)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3610)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:274)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:926)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1557)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:173)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:455)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:384)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:272)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:202)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:766)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:896)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1527)
Caused by: java.lang.ClassNotFoundException: com.sun.org.apache.xerces.internal.dom.DocumentImpl
at java.net.URLClassLoader.findClass(URLClassLoader.java:419)
at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:150)
at java.lang.ClassLoader.loadClass(ClassLoader.java:643)
at com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.java:90)
at java.lang.ClassLoader.loadClass(ClassLoader.java:609)
... 55 more
lib 中含有:
jaxp-ri-1.4.2.jar 请各位帮忙分析!
相关推荐
JAX-WS 提供了更加简化的方式来构建和部署 Web 服务,相比早期的 JAX-RPC(Java API for XML Remote Procedure Calls),它提供了更高级别的抽象,使得开发者可以更加专注于业务逻辑,而不需要过多关注底层通信细节...
webSphere-jps-plugin.jar
这个过程展示了在Tomcat中部署基于JAX-WS的Web服务的基本流程,需要注意的是,由于JAX-WS通常与Java EE容器集成,如WebSphere,而在Tomcat这样的轻量级应用服务器中部署可能需要额外的配置工作。理解并掌握这些步骤...
### JAX-RS Web 服务配置及教程 #### 一、理解RESTful Web 服务与JAX-RS **REST**(Representational State Transfer)是一种软件架构风格,它基于具象资源传输。RESTful Web 服务的优势在于其设计简单、轻量级且...
5. **WebSphere JAX-RPC 和 JAX-WS**:WebSphere 是 IBM 提供的应用服务器,JAX-RPC 和 JAX-WS 分别是 IBM 在 WebSphere 上支持的两种 Web 服务实现技术。MyEclipse Blue Edition 更加专注于对 WebSphere 平台的支持...
认证服务器 一个简单的WebSphere Liberty jax-rs应用程序,准备在Docker中运行
- **在WebSphere Application Server V7中启用第三方JAX-WS应用**:介绍了如何在特定的WAS版本中使用第三方的JAX-WS引擎,而没有直接使用IBM自带的JAX-WS实现。 - **部署Axis2 WAR(Web Application Archive)文件**...
在WebSphere中,你需要将CXF的JAR文件添加到应用的类路径,并配置CXF的Servlet来处理SOAP或RESTful请求。 1. **类加载问题**:WebSphere有其特有的类加载机制,可能导致类冲突。确保CXF相关的JAR文件不与WebSphere...
websphere_plugin-cfg.xml 文件内容解析 概览 websphere_plugin-cfg.xml 文件是 IBM WebSphere 服务器插件配置文件,用于定义插件的配置信息。该文件包含多个元素和属性,用于控制插件的行为和性能。了解该文件的...
WebSphere MQ HP-UX 版,版本 5 发行版 3 提供以下新增的和更改的功能: WebSphere MQ HP-UX 版现在支持使用工业标准安全套接字层(SSL)保护的 WebSphere MQ 通道。有关详细信息,请参阅 WebSphere MQ Security...
was7.0.45补丁was
JAX-WS 提供了一套完整的工具链,包括用于生成和编译 Java 类的工具,以及用于部署和管理 Web 服务的应用程序编程接口(API)。 通过以上概述可以看出,《IBM WebSphere Application Server V7.0 Web Services ...
1. **环境设置**:确保你拥有Java SDK和相关的开发工具,如Eclipse或IntelliJ IDEA,以及支持JAX-WS的服务器,如Tomcat或WebSphere。 2. **创建SEI**:定义服务接口,使用Java注解如`@WebService`来标记接口,并为...
websphere7.0 windows-64版本,文件过大,上传受限,下载内容为网盘地址,谢谢!
看不到源码用于 OpenShift Source To Image (S2I) 的 WebSphere Liberty UBI-min 图像 此存储库包含使用 Red Hat Universal Base Image (UBI) 7 和 Java 8 或 Java 11 构建 WebSphere Liberty Source to Image (S2I)...
3. **JAX-RS应用**:解释RESTful服务的设计原则和JAX-RS API的使用,如注解、资源类和响应处理。 4. **SOAP与REST比较**:对比SOAP和REST两种Web服务模型的优缺点,帮助读者理解何时选择哪种模型。 5. **企业服务...
在Java中调用WebService,JAX-WS通常会提供必要的支持,例如`javax.xml.ws.*`包中的类。 3. **Apache Axis**:Axis是一个开源的Web服务框架,它实现了JAX-RPC(Java API for XML-based RPC)和JAX-WS规范。开发者...
IBM WebSphere MQ 是一个强大的中间件产品,用于在分布式系统之间可靠地传输数据。本文主要介绍如何安装配置WebSphere MQ的客户端和服务器端。 **一、安装配置** 1. 首先,使用虚拟光驱加载IBM WebSphere MQ的安装...
在IBM Rational Application Developer (RAD)环境下,开发Web服务涉及到一系列技术和工具的使用。本文将详细介绍使用JAX-WS在RAD中进行Web服务开发的关键概念和步骤。 ### 1. JAX-WS简介 JAX-WS是Java平台上的Web...