Issues with CORBA communication

旧时模样 提交于 2019-12-01 08:07:16

The problem was nothing to do with the code. It was something to do with connectivity.

On the LINUX box, cmrheldv, I had to edit the /etc/hosts file and change the 127.0.0.1 to the real ip for the localhost.

http://jeewesley.blogspot.com/2008/12/glassfish-ejb3-remote-interface-on.html

Ivan Manoel da Silva Filho

Try to set the path to your variable and start orbd.

Open cmd and type:

set path=%path%;"C:\Program Files\Java\jdk1.8.0_65\bin"

After that:

start orbd

You should first start the ORB port with this command :

orbd -ORBInitialPort [PORT NUMBER]
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!