Discussion:
[omniORB] Problem with Omni names Service between two PC
suresh_babu
2008-01-10 11:29:21 UTC
Permalink
Hi All,
i am very new to CORBA. I have created a simple client server application
in which the object reference resolved through Omninames. This is working
perfectly in a same address space.

But if i try to connect between two PC, it is not working. The names are not
resolved in Client application.

What could be the problem? Any settings needed for this?

Thanks and Regards
Suresh
--
View this message in context: http://www.nabble.com/Problem-with-Omni-names-Service-between-two-PC-tp14690720p14690720.html
Sent from the OmniORB - User mailing list archive at Nabble.com.
Duncan Grisby
2008-01-10 22:52:46 UTC
Permalink
Post by suresh_babu
i am very new to CORBA. I have created a simple client server application
in which the object reference resolved through Omninames. This is working
perfectly in a same address space.
But if i try to connect between two PC, it is not working. The names are not
resolved in Client application.
What could be the problem? Any settings needed for this?
How have you configured the two machines? One of them needs to be told
to use the other machine's omniNames instance.

Are you running omniNames on both machines and expecting them to
magically find each other and share the name bindings? That won't
happen. You should run just one omniNames instance and point all clients
at it.

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Continue reading on narkive:
Loading...