[omniORB] Problem with Persistent POA

Duncan Grisby duncan at grisby.org
Thu Nov 5 17:32:19 GMT 2009


On Fri, 2009-10-30 at 16:44 +0530, srinath duraisamy wrote:

> I started my server with -ORBendPoint option. Run my client got a
> reference for server from naming service.
> When I restarted the server again I am getting the following error 
> 
> $ build/Server.exe -ORBInitRef NameService=corbaname::localhost
> -ORBendPoint giop:tcp:localhost:2810
> omniORB: Failed to bind to address 127.0.0.1 port 2810. Address in
> use?
> omniORB: Error: Unable to create an endpoint of this description:
> giop:tcp:localhost:2810
> Caught CORBA::INITIALIZE

That means something else is using the port. You can use netstat -ano to
see what. Are you sure the previous invocation of your server had
definitely terminated?

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --





More information about the omniORB-list mailing list