[omniORB] looks like the ORB is not listening on a given port
    Duncan Grisby 
    duncan at grisby.org
       
    Wed Mar 23 11:34:02 GMT 2011
    
    
  
On Mon, 2011-03-21 at 10:45 -0500, Nicholas Rodomar wrote:
> The trace logs (attached) don’t reveal anything unusual to my
> (untrained) eye.
You trace shows you binding to a name:
omniORB: Instantiate endpoint 'giop:tcp:WRON-VSAJN5:8101'
omniORB: Explicit bind to host WRON-VSAJN5.
omniORB: Bind to address fe80::9995:9a1d:5347:8584%11 port 8101.
The name resolves to a link-local IPv6 address, which is not routable.
The machine is misconfigured if it resolves its name to that address.
Rather than trying to fix the configuration of the machine, the easiest
thing is to stop specifying the interface to listen upon, so it listens
on all its network interfaces:
-ORBendPoint giop:tcp::8101
Cheers,
Duncan.
-- 
 -- Duncan Grisby          --
  -- duncan at grisby.org      --
   -- http://www.grisby.org/ --
    
    
More information about the omniORB-list
mailing list