<div dir="ltr">Hi all. I&#39;m using omniORB 4.1 and omniORBpy 3.<br><br>I have a servant that uses omniINSpoa on a specified port, with the ORB configured via:<br><br>&nbsp;&nbsp;&nbsp; args = [&#39;-ORBendPoint&#39;, &#39;giop:tcp::41242&#39;]<br>
&nbsp;&nbsp;&nbsp; orb = CORBA.ORB_init(args, CORBA.ORB_ID)<br><br>There&#39;s a firewall between the server and the client, and 41242 is the only port that&#39;s open. If I do a catior of the servant, I get:<br><br>&nbsp;&nbsp;&nbsp; omniORB: Version: 4.1.1<br>
&nbsp;&nbsp;&nbsp; omniORB: Distribution date: Sun Oct&nbsp; 7 16:41:47 BST 2007 dgrisby<br>&nbsp;&nbsp;&nbsp; omniORB: Information: the omniDynamic library is not linked.<br>&nbsp;&nbsp;&nbsp; Type ID: &quot;IDL:<a href="http://falcon.advpubtech.com/falcon/tunnel/TunnelServer:1.0">falcon.advpubtech.com/falcon/tunnel/TunnelServer:1.0</a>&quot;<br>
&nbsp;&nbsp;&nbsp; Profiles:<br>&nbsp;&nbsp;&nbsp; 1. IIOP 1.2 <a href="http://10.10.1.15">10.10.1.15</a> 4265 &quot;..u.H.........&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TAG_ORB_TYPE omniORB<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; TAG_CODE_SETS char native code set: ISO-8859-1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; char conversion code set: UTF-8<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wchar native code set: UTF-16<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; wchar conversion code set: UTF-16<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TAG_ALTERNATE_IIOP_ADDRESS <a href="http://10.10.1.15">10.10.1.15</a> 41242<br>
<br>My problem is when I turn omniORB&#39;s tracelevel up high, I can see that time is continually wasted in attempting to connect to 4265 first-- and then it falls back on using 41242. Is there any way to specify that I *only* want a specific endpoint published in the object reference?<br>
<br>Thanks in advance.<br></div>