S00008
Error Code
S00008
Error Message
-
<ERROR> Couldn't open file [{msg file path}]. {error message}. RefId:S00008
-
<ERROR> Couldn't open file [{obj file path}]. {error message}. RefId:S00008
Probable Causes
The logs and results of the job submitted by the function submitJob
will be persisted to a .msg file (batchJobDir + "/" + jobId +
".msg"
) and an .obj file (batchJobDir + "/" + jobId +
".obj"
). batchJobDir is the path specified by the
batchJobDir configuration parameter (<HomeDir>/batchJobs by
default).
When the system fails to open these two files, it logs the error. Thereafter, any further outputs will be ignored and will not be persisted to the two files.
Common causes for this error include:
-
Insufficient permissions. For details about the cause, see fopen(3) - Linux manual page (man7.org).
-
The file has been memory-mapped by another process.For details about the cause, see fcntl(2) - Linux manual page.
Solutions
Figure out the causes based on the error message and troubleshoot the issue (such as checking for permissions on the relevant path).
The {error messages} above are standard errors of the operating system. For more information, see: