[omniORB] Error while running omniifr server
    Alex Tingle 
    alex.omniorb at firetree.net
       
    Tue Aug  2 21:18:49 BST 2005
    
    
  
On Tue, 02 Aug 2005 18:42:51 +0000
"P V" <p_v_1551973 at hotmail.com> wrote:
> While invoking the omniifrserver with the following command:
> 
> omniifr -P /home/vin/sol10/omniifr-2.pre.1/omniifr.pid -ORBendPoint 
> giop:tcp::32775
> 
> I get the following error:
> 
> omniORB: (0) Error: Unable to create an endpoint of this description: 
> giop:tcp::32775
This usually means that something is already listening on that port. Since it's such a random port number, I would guess that you already have an instance of omniifr already running.
You could check by using fuser (as root):
 # fuser -n tcp 32775
omniifr puts itself into the background by default, so you could easily start a process by mistake and not realise you've done it.
BTW. Let me know how you get on with omniifr. I'm considering releasing it as 2.0.0 soon, since I think it's basically feature complete and no bugs have been reported for ages.
-Alex
-- 
:: Let me solve your problems: http://www.firetree.net/consulting/
:: alex.tingle AT firetree.net  +44-7901-552763 
    
    
More information about the omniORB-list
mailing list