Consultor Eletrônico



Kbase P147031: Attempting to start login broker fails with error (13997)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/29/2009
Status: Verified

SYMPTOM(s):

Attempting to start login broker fails with error (13997)

Warning... -Ma startup parameter value + 2 () exceeds a system limit as determined by RLIMIT_NOFILE (). (13996)

Warning... -Ma startup parameter value + 2 (1062) exceeds a system limit as determined by RLIMIT_NOFILE (1024).

Unable to start broker. Regenerate the kernel with increased RLIMIT_NOFILE (at least -Ma + 2) or decrease -Ma

Unable to start broker. Regenerate the kernel with increased RLIMIT_NOFILE (at least -Ma + 2) or decrease -Ma. (13997)

FACT(s) (Environment):

OpenEdge 10.x
Linux
UNIX

CAUSE:

The kernel settings only allowed 1024 open files in this example.

FIX:

Increase the maximum number of open files allowed, e.g. as follows:
ulimit -n 10000