[omniORB] NEWBIE: Object Not Found error reported by client
Duncan Grisby
duncan at grisby.org
Wed Jun 1 12:10:52 BST 2005
On Friday 13 May, "Andrew Luscomb" wrote:
[...]
> When I first started up the server side code, it successfully showed the
> IOR in the log. Using catior on the IOR revealed that the IP address in
> the IOR was 172.16.3.4. The client machine cannot see that IP address
> directly. It can, however, see that machine by using 10.1.1.210.
> Reading up on endPoints, I thought that if I could get the IOR to
> contain the IP address as the client machine could see it, and the
> server to respond to all requests, then I might be able to connect. I
> put in the registry entries for endpoints put in based on what I found
> in the documentation. The server side code starts up correctly, and
> using catior, I can see that it has 10.1.1.210 port 3000 in it as I
> would expect. The client code, however reports
> org.omg.CORBA.OBJECT_NOT_EXIST.
Does it work if you test it without the firewall there, with no
complexity in the endPoint configuration?
Run the server with -ORBtraceLevel 25. That should show you what the
client is doing.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list