Exception org.omg.CORBA.TRANSIENT:初始和转发IOR不可访问-在应用程序之间

Exception org.omg.CORBA.TRANSIENT:初始和转发IOR不可访问-在应用程序之间,exception,websphere,messaging,corba,Exception,Websphere,Messaging,Corba,例外情况: 当我在应用程序之间通信时,我面临以下问题 我浏览了以下链接,但它们是用于客户端查找应用程序的 我也看到了这个链接,但它不是描述性的。 仅供参考:两个应用程序都在同一个集群中 任何帮助都将不胜感激 Exception in JMSEngine() Constructor javax.naming.NamingException: Error getting WsnNameService properties at com.ibm.ws.naming

例外情况:

当我在应用程序之间通信时,我面临以下问题

我浏览了以下链接,但它们是用于客户端查找应用程序的

我也看到了这个链接,但它不是描述性的。

仅供参考:两个应用程序都在同一个集群中

任何帮助都将不胜感激

    Exception in JMSEngine() Constructor 
    javax.naming.NamingException: Error getting WsnNameService properties
        at com.ibm.ws.naming.util.WsnInitCtxFactory.mergeWsnNSProperties(WsnInitCtxFactory.java:1553) ~[com.ibm.ws.runtime.jar:na]
        at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootContextFromServer(WsnInitCtxFactory.java:1043) ~[com.ibm.ws.runtime.jar:na]
        at com.ibm.ws.naming.util.WsnInitCtxFactory.getRootJndiContext(WsnInitCtxFactory.java:963) ~[com.ibm.ws.runtime.jar:na]
        at com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:615) ~[com.ibm.ws.runtime.jar:na]
        at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:128) ~[com.ibm.ws.runtime.jar:na]
        at com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:765) ~[com.ibm.ws.runtime.jar:na]
        at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:164) ~[com.ibm.ws.runtime.jar:na]
        at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179) ~[com.ibm.ws.runtime.jar:na]
        at org.apache.aries.jndi.DelegateContext.lookup(DelegateContext.java:161) ~[na:na]
        at javax.naming.InitialContext.lookup(InitialContext.java:422) ~[na:1.7.0]



Caused by: org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible
    at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1287) ~[na:na]
    at com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:1461) ~[na:na]
    at com.ibm.rmi.corba.ClientDelegate.createRequest(ClientDelegate.java:1175) ~[na:na]
    at com.ibm.CORBA.iiop.ClientDelegate.createRequest(ClientDelegate.java:1427) ~[na:na]
    at com.ibm.rmi.corba.ClientDelegate.request(ClientDelegate.java:1897) ~[na:na]
    at com.ibm.CORBA.iiop.ClientDelegate.request(ClientDelegate.java:1383) ~[na:na]
    at org.omg.CORBA.portable.ObjectImpl._request(ObjectImpl.java:458) ~[na:na]
    at com.ibm.WsnBootstrap._WsnNameServiceStub.getProperties(_WsnNameServiceStub.java:38) ~[com.ibm.ws.runtime.jar:na]
    at com.ibm.ws.naming.util.WsnInitCtxFactory.mergeWsnNSProperties(WsnInitCtxFactory.java:1550) ~[com.ibm.ws.runtime.jar:na]
    ... 45 common frames omitted

我的问题通过添加支持出站通信的ssl得到了解决

对于那些面临此问题的人,请按照中的建议对入站通信和出站通信执行相同的操作


安全->全局安全,然后转到CSIv2入站通信(以及出站通信)->CSIv2传输层->传输,将SSL Required(V8中的默认值)更改为SSL Supported

查看,不需要任何代码或进一步的问题描述,这里的帮助是硬的代码是产品构建的,所以我很难去模拟,我正试着去模拟。顺便说一句,我也尝试过IBM链接。。似乎不起作用。您的所有服务器都可以通过其主机名和ip地址访问吗?在该区域有任何更改吗?