博客项目迁移问题(10.3.6 - > 12cr2)

发布于 2025-02-12 07:40:01 字数 1100 浏览 0 评论 0原文

Weblogic项目迁移问题(10.3.6 - > 12cr2)

您好,

在更改Weblogic之后,我开始遇到以下错误。

404 Not Found
Connection: close    
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.</p><p>If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

我认为它看起来像RPC库冲突。

我的项目使用下面的Weblogic系统库。

MW_HOME/wlserver_10.3/server/lib/server/lib/api.jar
MW_HOME/wlserver_10.3/server/lib/wls-api.jar
MW_HOME/wlserver_10.3/server/lib/webservices.jar (Error Missing File)
MW_HOME/wlserver_10.3/server/lib/wseeclient.jar (Error Missing File)

更改Weblogic 12C后,我在Weblogic System库中找不到两个库。 在Weblogic 12c中,可以用com.oracle.webservices.wls.wls.jaxrpc-client.jar替换wseeclient.jar? Web服务可以用lib/weblogic.jar替换JAR吗?

Weblogic Project migration issue(10.3.6 -> 12cR2)

Hello,

After change Weblogic I start getting errors that below.

404 Not Found
Connection: close    
The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.</p><p>If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.

I think it looks like RPC library conflict.

My project uses the Weblogic system libraries below.

MW_HOME/wlserver_10.3/server/lib/server/lib/api.jar
MW_HOME/wlserver_10.3/server/lib/wls-api.jar
MW_HOME/wlserver_10.3/server/lib/webservices.jar (Error Missing File)
MW_HOME/wlserver_10.3/server/lib/wseeclient.jar (Error Missing File)

After changing Weblogic 12c, I can't find two libraries in Weblogic system library.
In Weblogic 12C, Can wseeclient.jar be replaced by com.oracle.webservices.wls.jaxrpc-client.jar? And can webservices.jar be replaced by lib/weblogic.jar?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

王权女流氓 2025-02-19 07:40:01

您需要将这些Web服务升级到JAX-WS。 WLS WebServices 8.1被删除。

更多信息: https://docs.oracle.com/cd/e24329_01/web.1211/e24497/upgrade_ws.htm#wlupg334

“在12.1.1版本中,8.1 WebLogic Web服务运行时间
被删除。如果您使用的是8.1 WebLogic Web服务,则需要
将8.1 WebLogic Web服务应用程序升级到Web服务
此版本中可用的堆栈。 “

You need to upgrade those webservices to JAX-WS. WLS webservices 8.1 are removed.

more info: https://docs.oracle.com/cd/E24329_01/web.1211/e24497/upgrade_ws.htm#WLUPG334

"In the 12.1.1 release, the 8.1 WebLogic Web services run time has
been removed. If you are using 8.1 WebLogic Web services, you need to
upgrade the 8.1 WebLogic Web service applications to Web service
stacks available in this release. "

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文