Kbase P143302: Sonic MQ ServerConnect: Maximum number of client connections has been reached - increase maxclienti
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/23/2009 |
|
Status: Unverified
SYMPTOM(s):
Error starting many WebSpeed agents using ServerConnect
Maximum number of client connections has been reached
FACT(s) (Environment):
All Supported Operating Systems
Error does not occur when starting smaller number of agents
OpenEdge 10.x
SonicMQ
UNIX
CAUSE:
The Maximum Client Instances configured for Server connect is smaller than the number of webspeed clients
FIX:
Edit the $DLC/properties/JavaTools.properties file and increase following entries to be at least more than number of agents :
# Default properties for SMQ-ServerConnect
#
[Adapter.SC.sc1]
initialAdptrThreads=10
maxAdptrThreads=40
maxClientInstance=30
minAdptrThreads=10