Kbase P36678: Can not spawn a server due to file handle limit. **Cannot fi
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/12/2003 |
|
Status: Unverified
FACT(s) (Environment):
HP-UX 11i 64-bit
SYMPTOM(s):
Can not spawn a server due to file handle limit.
**Cannot find or open file <filename>, errno = <number>. (43)
Error value from Errno.h
#define ENFILE 23 /* File table overflow */
CAUSE:
Insufficient file handles for process to touch all files necessary for the task you have assigned.
FIX:
Review ulimit -n value and increase sufficiently so that each process can touch all necessary files.
Files may include (but not be limited to) database files (db, ai, bi, lg); application code (.r, .i); system files (system libraries, java files).
In some cases the operating system kernel may need to be tuned to increase the value of the file handle limit.