Kbase P10309: The application is not finding a file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/3/2004 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
SYMPTOM(s):
SYSTEM ERROR: I/O error <n> in <program>, ret <n>, file <n>,addr<n>.(290)
SYSTEM ERROR: I/O error 2 in readit, ret 2192, file 28, addr 0. (290)
Self service client
The error happens when a program is executed, it always happens at the same spot.
CAUSE:
Error 2 indicates that there is a missing file, or the directory where this file resides is not in the system PATH.
FIX:
Check that all the files required by the application exist.
Verify that the application directory is set correctly in the system PATH.
Define the system PATH like this:
PATH=$PATH:<your application directory path>; export PATH