Re: [orbitcpp-list] Problem with running compiled code on two mac hines.
Status: Beta
Brought to you by:
philipd
From: Dan K. <dk...@ix...> - 2002-12-23 22:10:13
|
Alix Pouladdej wrote: > OK. I can ping from both machines. A few more thoughts: See http://orbit-resource.sourceforge.net/faq.html and especially question 2a) Have you verified that the server is listening on the expected port, using netstat? Can you post a tcpdump log of the traffic caused by the client invocation? Just to be doubly clear, can you post the output of hostname ifconfig ping `hostname` from both client and server, and a log of the client pinging the server using the server's preferred hostname? (I know this is pedantic, but it's the only way to make sure there hasn't been a misunderstanding.) - Dan But the peculiar thing is that with > TAO ORB, I can do the same piece of code > but not with OrbitCPP. My concern is that I have missed someting > associated with the OrbitC part of the code > which OrbitCPP uses?! > > > -----Original Message----- > From: Dan Kegel [mailto:dk...@ix...] > > > OK. One thing to worry about is the hostname embedded in the IOR. > > Make sure both client and server can do > ping `hostname` > and make sure they can each ping each other by those names, since IORs > often have hostnames rather than IP adrs embedded. |