Autonomic connection management issues
The ORB automatically manages the number of concurrent connections to the server endpoint (target
host-port). The following problems might be seen:
- Because many connections can be created between the client and the server ORBs, you might receive a ConnectException error and a message to indicate that the connection is refused. This problem can occur when the queue depth for the server socket is exhausted. You can increase the queue depth by using the system property com.ibm.CORBA.ServerSocketQueueDepth. The default value for this property is 50.
- You might observe an OutofMemory error when a client ORB talks to multiple server ORBs and the client ORB receives a high number of concurrent requests. This problem can be caused by autonomic connection management because of the increase in the number of connections that the client ORB creates.