Consultor Eletrônico



Kbase P141313: AppServer requests not queued
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/06/2009
Status: Verified

SYMPTOM(s):

AppServer requests not queued

ERROR: connection refused : maximum number of client connections has been reached. (8558)

Client disconnected : <socketInfo>. (8534)

Client disconnected : . (8534)

Error <errMsg> ... disconnecting client. (8091)

Error Maximum number of client connections has been reached. ... disconnecting client. (8091)

FACT(s) (Environment):

Clients use stateless connection to AppServer.
maxClientInstance=5
All Supported Operating Systems
OpenEdge 10.x

CAUSE:

An Appserver operating in stateless mode queues requests from connected clients until an agent is available to serve them. However, requests for connection are not queued. Once the number of connections specified by the maxClientInstance broker startup parameter is specified, further connection requests are rejected immediately and error 8558 is raised.

FIX:

Set maxClientInstance to a value that will accommodate the highest expected number of concurrent connections.