ORB forwards to a wrong location
Posted
by dave-keiture
on Stack Overflow
See other posts from Stack Overflow
or by dave-keiture
Published on 2010-06-16T08:26:49Z
Indexed on
2010/06/16
8:32 UTC
Read the original article
Hit count: 194
corba
I have an orbd started at a virtual host (with the IP A), with some remote object registered. Box that hosts virual boxes has IP B. When client tries to connect to the ORB at A to acquire the NamingContext, ORB replies with a LocationForward message poiniting to host B and port 1049 (like if another ORB would be started at that host). NamingContext is returned successfully, but obviously I'm not able to acqure the objects, registered at the NamingContext (at ORB hosted at A) by the name.
Could anyone please explain what's happening? How can I access the orb hosted at A remotely?
Thanks in advance.
© Stack Overflow or respective owner