Kbase P156746: Error 8558 with State-free AppServer broker when java clients are opening up 5 connections through p
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/09/2010 |
|
Status: Verified
SYMPTOM(s):
Error 8558 with State-free AppServer broker when java clients are opening up 5 connections through proxy for every request
ConnectionID= <connectionID>. (8096)
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):
Message 8096 displays 5 times for every connections
Each Java client opens up 5 appserver connections through proxy
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
Each Java client is opening up 5 connections with proxy and leaves the connections open for future use. This caused the accumulation of the maxClientInstance to be reached to the maximum value of 512 in a short period of time before the error 8558 is apparent.
FIX:
Refer to OpenEdge Development: Java Open Clients for details