最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Weblogic with Java 21 - Stack Overflow

programmeradmin2浏览0评论

I've had a Java application that was compiled with Java 8. It was connecting to weblogic:12.2.1.4.0-dev with wlthint3client 10.3.6.0. Now my application is migrated to Java 21 and I'm getting

retrying using FixedBackOff{interval=5000, currentAttempts=67, maxAttempts=unlimited}. Cause: JndiObjectTargetSource failed to obtain new target object; nested exception is javax.naming.CommunicationException [Root exception is java.ConnectException: t3://weblogic:7001: Bootstrap to: weblogic/:7001' over: 't3' got an error or timed out]

Looking at the previous posts it looks like I need to use a newer version of the wlthint3client which is compatible with Java 21.

Can someone guide me how to find this as the only version I see on maven central is wlthint3client.

发布评论

评论列表(0)

  1. 暂无评论