Kbase P139862: An OpenEdge client using the SonicMQ ClientConnect Adapter is unable to create more than 10 simultan
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/01/2009 |
|
Status: Unverified
SYMPTOM(s):
An OpenEdge client using the SonicMQ ClientConnect Adapter is unable to create more than 10 simultaneous sessions
The SonicMQ ClientConnect broker log shows the following error messages:
ERROR: connection refused : maximum number of client connections has been reached. (8558)
Error Maximum number of client connections has been reached. ... disconnecting client (8091)
FACT(s) (Environment):
OpenEdge 10.1x
All Supported Operating Systems
CAUSE:
For the SonicMQ ClientConnect Adapter, the default value for the maximum client instances is set to 10.
FIX:
Increase the maximum client instances as follows:
- Modify the %DLC%\properties\JavaTools.properties file.
- Go to the [Adapter.CC.cc1] section.
- Increase the value of the maxClientInstance property.
- Restart the OpenEdge client for the changes to take effect.
Note: Make sure that the MaxServerThreads property (default = 20) has a higher value than the maxClientInstance property.