Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Description:
============
On initialization of embedded Tomcat, a warning such as, “BW.Http Warn [org.apache.tomcat.util.threads.ThreadPool] BW-EXT-LOG-200000 maxThreads setting (4) too low, set to 10” can be seen in the BW log.
Environment:
===========
TIBCO Runtime Agent(TM): ALL
TIBCO ActiveMatrix BusinessWorks(TM): ALL
Cause:
=====
When the value set in bw.plugin.http.server.maxProcessors is lower than 10, this warning may be seen. This property specifies the maximum number of threads available for incoming HTTP requests. The HTTP server will not create more than the number of threads specified by this parameter. The default maximum number of threads is 75 and can be changed manually in the engine TRA. If the Flow Limit deployment property is set, the value of this property is set to <valueOfFlowLimit> - 1. This will override the default or manually set values.
Resolution:
==========
Tune the bw.plugin.http.server.maxProcessors and\or Flow Limit settings to make the property’s value no less than 10.