【发布时间】:2019-11-07 15:58:00
【问题描述】:
我正在尝试了解如何在 Websphere Liberty Server 中实现 EJB。 我正在关注《IBM WebSphere Application Server Liberty Profile Guide for Developers》一书
当我访问本地主机时,客户端工作正常。但是当我尝试通过主机名(或 IP 网络地址)查找远程接口时,我总是得到同样的错误
“org.omg.CORBA.BAD_PARAM:其他:corbaname 评估错误:尝试建立连接失败错误连接到主机=server1/172.0.0.12,端口=2809:连接被拒绝:连接:vmcid:OMG 次要代码:0xa 完成:没有”
我在 Windows 系统中使用 WebSphere Application Server 8.5.5.9
String url = "corbaname::server1:2809#ejb/global/ITSORemoteEJBEAR/ITSORemoteEJB/HelloRemoteEJB!com.ibm.itso.ejbRemote.view.HelloRemoteEJBRemote";
【问题讨论】:
标签: connection websphere remote-access ejb-3.0