Consultor Eletrônico



Kbase P124500: EasyAsk server comes down with low on threads errors
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/06/2007
Status: Unverified

FACT(s) (Environment):

EasyAsk 9.6
java exceptions can leave an open thread and allow threads to accumulate on a server and cause low on threads problem

SYMPTOM(s):

EasyAsk server comes down with low on threads errors

EasyAsk server comes down

EVENT LOW ON THREADS: SocketListener@0.0.0.0:9100

EasyAsk server does not respond to queries

java.lang.ArrayIndexOutOfBoundsException: 10

CHANGE:

question longer than 127 characters was sent to EasyAsk and got a java exception. the thread was not closed. EasyAsk ongoing code has been fixed to ignore more than 127 characters.

FIX:

do not create questions longer than 127 characters.