gpt4 book ai didi

java - 迁移 Web 服务应用程序时出现 Websphere 8.5 ClassCastException

转载 作者:行者123 更新时间:2023-12-01 12:29:15 25 4
gpt4 key购买 nike

我们正在升级应用程序服务器,并将部署在 websphere 5 中的所有应用程序迁移到 websphere 8.5。

我们无法启动网络服务应用程序。部署ear文件没有问题,但是当尝试部署(ServiceManagerClient部署)webservice时,抛出错误

Unsupported response content type "text/html; charset=utf-8", must be: "text/xml". Response was: Error 500: java.lang.ClassCastException: org.apache.soap.server.ServiceManager incompatible with org.apache.soap.server.ServiceManager

我尝试了所有我能想到的方法。

首先,我尝试将应用程序类路径中的旧soap.jar 替换为/AppServer/plugins 下找到的com.ibm.ws.prereq.soap.jar

然后我从应用程序类路径中完全删除了soap.jar,并将com.ibm.ws.prereq.soap.jar放入/AppServer/lib目录中,但仍然遇到相同的错误。

我还在整个 AppServer 目录中搜索了任何 jar 中的 org.apache.soap.server.ServiceManager 类,并尝试将 jar 添加到应用程序的类路径中,但没有成功。

我能够在 WAS 5.5 和 Was 7 中部署 Web 服务,没有任何问题。

服务器端记录FFDC事件

[9/27/14 17:17:34:938 CDT]     FFDC Exception:java.lang.ClassCastException SourceId:com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters -RE ProbeId:1123 Reporter:com.ibm.ws.webcontainer.filter.WebAppFilterManagerImpl@f04030c
java.lang.ClassCastException: org.apache.soap.server.ServiceManager incompatible with org.apache.soap.server.ServiceManager
at org.apache.soap.server.http.ServerHTTPUtils.getServiceManagerFromContext(ServerHTTPUtils.java:112)
at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:277)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1224)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:774)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:456)
at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1032)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3748)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:962)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:195)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:459)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:526)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:312)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:283)
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:204)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1814)

我担心我可能在这里完全遗漏了一些东西,而不仅仅是soap.jar 的问题。任何帮助我指明正确方向的帮助将不胜感激。

最佳答案

Apache SOAP 支持已从版本 8.0 (soap.jar) 中删除。检查此链接 Removed features

您将需要迁移您的网络服务。
您可以查看此页面进行手动迁移 - Migrating Apache SOAP web services to JAX-RPC web services based on Java EE standards .
或者您可以查看WebSphere Application Server Migration Toolkit ,这是 Eclipse 的一个免费插件,可以自动执行某些 Web 服务的迁移。

关于java - 迁移 Web 服务应用程序时出现 Websphere 8.5 ClassCastException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26079848/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com