Issue:
Mismatch found for service: OfferModfiyServer, thread count: 1, connection count: 30
******************************************************************************************************************************************
Resolution:
For all Inbound Adapter Configurations in code, go to Advanced Tab and configure ThreadCount.
It is better to configure a GV and use in all the adapter configurations.
******************************************************************************************************************************************
Details:
The error defines that there is an mismatch in the number of threads and the number of connections used in client connection pool.
Here, in my case it says connection count is 30 but the thread count is 1. So I configured the thread count to be 30 and the issue is resolved.
******************************************************************************************************************************************
Note: If you see this error in any other case then do share the details with me . :-)
******************************************************************************************************************************************
Comments
Post a Comment