[jacorb-developer] Too many sockets opening up while resloving naming context via jacorb

sandeep sharma mailmetosandeep at gmail.com
Wed Jul 23 07:28:48 CEST 2014


Hi , I am using JacORB V 2.3.0.3 and seeing some issues while resolving
name context via jcorb.

When I try to get the session with some root context to the Server it looks
like jacorb performs complete naming tree traversal to resolve the context
and thus somehow results in opening and closing of too many sockets.
But when the same command is fired using visibroker it works fine.
Below is the exception when it used via jacorb:-

object is activated
[jacorb.poa] INFO : Using server ID (4805111169) for transient POA
[jacorb.orb.giop] INFO : ClientConnectionManager: created new
ClientGIOPConnection to 100.100.100.11:3075 (154864a)
[jacorb.orb.socketfac] WARN : PortRangeSocketFactory: Created socket
between 200.200.200.233:55010 and 100.100.100.11:3075
[jacorb.orb.iiop] INFO : Connected to 100.100.100.11:3075 from local port
55010
[jacorb.orb.iiop] INFO : Client-side TCP transport to 100.100.100.11:3075
closed.
[jacorb.orb.giop] INFO : ClientConnectionManager: created new
ClientGIOPConnection to 100.100.100.11:3075 (1bcdbf6)
[jacorb.orb.socketfac] WARN : PortRangeSocketFactory: Created socket
between 200.200.200.233:55011 and 100.100.100.11:3075
[jacorb.orb.iiop] INFO : Connected to 100.100.100.11:3075 from local port
55011
[jacorb.orb.iiop] INFO : Client-side TCP transport to 100.100.100.11:3075
closed.
[jacorb.orb.giop] INFO : ClientConnectionManager: created new
ClientGIOPConnection to 100.100.100.11:62326 (e06940)
[jacorb.orb.socketfac] WARN : PortRangeSocketFactory: Created socket
between 200.200.200.233:55010 and 100.100.100.11:62326
[jacorb.orb.iiop] INFO : Connected to 100.100.100.11:62326 from local port
55010

Current bindings
ROOT [context]
[jacorb.orb.giop] INFO : ClientConnectionManager: created new
ClientGIOPConnection to 100.100.100.11:55090 (195d4fe)
[jacorb.orb.socketfac] WARN : PortRangeSocketFactory: Created socket
between 200.200.200.233:55011 and 100.100.100.11:55090
[jacorb.orb.iiop] INFO : Connected to 100.100.100.11:55090 from local port
55011
  EMS [context]
[jacorb.orb.giop] INFO : ClientConnectionManager: created new
ClientGIOPConnection to 100.100.100.11:3075 (baa466)
[jacorb.orb.socketfac] WARN : PortRangeSocketFactory: Created socket
between 200.200.200.233:55012 and 100.100.100.11:3075
[jacorb.orb.iiop] INFO : Connected to 100.100.100.11:3075 from local port
55012
[jacorb.orb.iiop] INFO : Client-side TCP transport to 100.100.100.11:3075
closed.
...
....

Any clues??/

Regards,
Sandeep


More information about the jacorb-developer mailing list