jacorb.poa.thread_pool_max
subhash <[email protected]> Fri, 31 Jul 2015 10:01:54 +0000 (UTC)
| Newsgroups | gmane.comp.corba.jacorb.devel |
|---|---|
| Message-ID | <[email protected]> |
We are getting the "Thread pool exhausted, consider increasing jacorb.poa.thread_pool_max (currently: 20)" error message in our CORBA server. Server console and main page were up. But due to this continuous error message in the log file it is not allowing the transactions to process. After restarting the server it allows the transactions to process normally. Error message : WARNING Thread pool exhausted, consider increasing jacorb.poa.thread_pool_max (currently: 20) WARNING Thread pool exhausted, consider increasing jacorb.poa.thread_pool_max (currently: 20) WARNING Thread pool exhausted, consider increasing jacorb.poa.thread_pool_max (currently: 20) ****************************** orb.properties ****************************** # thread pool configuration for request processing jacorb.poa.thread_pool_max=20 jacorb.poa.thread_pool_min=5 # if set, request processing threads in thePOA # will run at this priority. If not set or invalid, # MAX_PRIORITY will be used. #jacorb.poa.thread_priority= # Properties controlling the POA's request queue. If queue_wait is off, # then if there are more than queue_max requests in the queue, the # client gets TRANSIENT exceptions for any requests. If queue_wait is on, # then the call blocks at the server side until no more than queue_min # requests are left in the queue. The new request is then delivered as usual. jacorb.poa.queue_wait=off jacorb.poa.queue_max=100 jacorb.poa.queue_min=10 _______________________________________________ jacorb-developer maillist - [email protected] https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer