Kbase P148916: Error 9245 when accessing memory mapped procedure library
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/07/2009 |
|
Status: Unverified
SYMPTOM(s):
Error 9245 when accessing memory mapped procedure library
Unable to memory map procedure library <library-name>. System call: mmap. Error number: 22. (9245)
Unable to memory map procedure library <library-name>. System call: <function>. Error number: <error>. (9245)
System error 22 = EINVAL
Procedure library resides on mounted file system.
FACT(s) (Environment):
UNIX
OpenEdge 10.2x
OpenEdge Category: Language (4GL/ABL)
CAUSE:
The files system was mounted with the following options: timeo, nosuid and cio.
Removing these 3 resolved the problem.
FIX:
Remove one or all of the 3 mount options: timeo, nosuid or cio.