Hitachi

JP1 Version 11 JP1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide 


KNAX1871-E

command-name: Failed to normalize the file name. (function="function-name", reason="cause", maintenance information="maintenance-information")

An error occurred while the command specified by command-name was normalizing the specified file path by converting it to an absolute path.

If function-name is _fullpath, this message might be issued when the path name specified by the command is too long (in this case, Invalid argument might be indicated for cause).

cause

The following table explains the causes that can be displayed and their meanings:

Cause

Meaning

The path contains one or more invalid multibyte characters

(UNIX only) The path name contains an invalid multibyte character. Correct the file path specified in the command.

The path contains too many components

(UNIX only) The path name contains more than 4,096 components. Correct the file path specified in the command.

File name too long

(UNIX only) After being converted to an absolute path, the size of the file path name exceeded the maximum permissible length. Correct the file path specification.

error cause determined from errno

  • A memory shortage occurred.

  • An error occurred while an API was being executed by the OS (error in getcwd or _fullpath).

  • (Windows only) If function-name is _fullpath and cause is Invalid argument, the size of the file path name after conversion to an absolute path might have exceeded the maximum permissible length. In this case, correct the file path specified in the command.

maintenance-information

Internal information

(S)

Terminates processing.

(O)

Eliminate the cause of the error based on function-name and cause, and then re-execute the command. If the cause of the error cannot be eliminated, contact the system administrator.