Chapter 17. 18000 ~ 18999

18001: System call error: %1$d (%2$s).

CauseAn error occurred in system call.
ActionCheck the system call arguments.

18002: open('%2$s') failed -- %1$s.

CauseThe file does not exist or file open privileges are required.
ActionModify file and directory permissions.

18003: write() failed -- %1$s.

CauseFailed to write to the file
ActionVerify the disk is operating normally. If the disk is full, free up disk space.

18004: write() failed -- disk full.

CauseFailed to write to the file.
ActionCheck that the disk is running normally. If the disk is full, free up disk space.

18005: link('%2$s', '%3$s') failed -- %1$s.

CauseFailed to link the file.
ActionModify file and directory permissions.

18006: rename('%2$s', '%3$s') failed -- %1$s.

CauseThe file does not exist or file editing privileges are required.
ActionModify file and directory permissions.

18007: mkdir('%2$s') failed -- %1$s.

CauseFailed to create the directory.
ActionModify the permissions in the parent directory.

18008: fork() failed -- %1$s.

CauseFailed to create a process.
ActionIncrease system resources, or check the OS settings.

18009: exec*('%2$s') failed -- %1$s.

CauseFailed to convert the process.
ActionIncrease system resources, or check the OS settings.

18010: waitpid(%2$d) failed -- %1$s.

CauseThe child process was terminated abnormally.
ActionCheck the execution environment.

18011: system('%2$s') failed -- %1$s.

CauseFailed to execute internal commands.
ActionIncrease system resources, or check the OS settings.

18012: %1$s(): child process exited with return code %2$d.

CauseInvalid execution result from child process.
ActionContact the system administrator.

18013: %1$s(): child process terminated abnormally with signal %2$d.

CauseThe child process terminated abnormally.
ActionCheck the execution environment.

18014: %1$s(): child process stopped with signal %2$d.

CauseThe child process terminated abnormally.
ActionCheck the execution environment.

18015: dlopen('%2$s') failed -- %1$s.

CauseThe shared library does not exist or access privileges are required.
ActionModify the file and directory permissions, recreate the corresponding schema object, or execute ALTER RECOMPILE.

18016: dlsym('%2$s') failed -- %1$s.

CauseCannot read a symbol in the created shared library.
ActionRecreate the corresponding schema object or execute ALTER RECOMPILE.

18017: Unknown I/O error.

CauseAn I/O error of unknown cause occurred.
ActionContact the technical support team.

18018: write() failed -- file is too large.

CauseFailed to write to a file because the file is too big.
ActionVerify that the disk is running normally. If the disk is full, free up disk space.

18019: Socket I/O timeout.

CauseTimeout during I/O operation.
ActionCheck for any communication problems between the server and the client.