Consultor Eletrônico



Kbase P12882: Error 8109 resource not available caused by low resource limit on UNIX
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/09/2008
Status: Verified

SYMPTOM(s):

Can not start WebSpeed broker

Error 8109 starting WebSpeed broker

Server exec error : <IOException_string> <IOExceptionMsg_string> (8109)

Server exec error : Resource temporarily unavailable (8109)

FACT(s) (Environment):

WebSpeed 3.x
OpenEdge 10.0x
UNIX
ulimit -a

time(seconds) unlimited
file(blocks) 2097151
data(kbytes) 131072
stack(kbytes) 16384
coredump(blocks) 32768
nofiles(descriptors) 64
memory(kbytes) 147456
Swap Information
================

Command: /etc/swap -l

path dev swaplo blocks free
/dev/swap 7679,2 0 696320 696320
UNIX

CAUSE:

Some resources are set too low.

FIX:

Up ulimit as following
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) unlimited
coredump(blocks) 32768
nofiles(descriptors) 512
memory(kbytes) unlimited