KFAA91553-E
An error occurred while the HADB server or a client was being installed. (reason = aa....aa, command = bb....bb, return code = cc....cc) (E)
An error occurred while the HADB server or a client was being installed.
- aa....aa:
-
Cause of the error
- bb....bb:
-
Name of the command resulting in an error
- cc....cc:
-
Return code
- S:
-
Terminates processing.
- Action:
-
Take corrective action depending on the cause of the error that was output. After performing the corrective action above, re-execute the adbinstall command.
Display of aa....aa
Cause of the error
Corrective action
permission to write to the server directory was denied
An attempt to write to the server directory failed.
Perform the following corrective actions:
-
Check whether there is sufficient free space in the server directory. If there is not enough free space, allocate enough free space in the server directory.
-
Also make sure that the HADB administrator has write permission for the following directories. If the HADB administrator does not have write permission, grant write permission for the server directory to the HADB administrator.
permission to write to the client directory was denied
An attempt to write to the client directory failed.
Perform the following corrective actions:
-
Check whether there is sufficient free space in the client directory. If there is not enough free space, allocate enough free space in the client directory.
-
Check whether the OS user who manages the HADB client has write permission for the client directory. If the OS user does not have write permission, grant write permission for the client directory to the OS user.
permission to write to the install directory was denied
An attempt to write to the directory used for installation failed.
Perform the following corrective actions:
-
Check that there is enough free space in the directory used for installation. If there is not enough space, make sure there is enough free space in the directory used for installation.
-
If this message is displayed when installing the HADB server, check whether the HADB administrator has write permission for the directory used for installation. If the HADB administrator does not have write permission, grant write permission for the directory used for installation to the HADB administrator.
For an example of executing an OS command when granting write permission, see Installing the HADB Server in the HADB Setup and Operation Guide.
-
If this message is output during installation of the HADB client, check whether the OS user who manages the HADB client has write permission for the directory used for installation. If the HADB administrator does not have write permission, grant write permission for the directory used for installation to the HADB administrator.
For an example of executing an OS command when granting write permission, please refer to Installing an HADB Client in HADB Client for Linux in the HADB Application Development Guide.
a file has the same name as the specified directory or subdirectory
Another file has the same name as the specified directory name.
An existing file has the same name as the directory or subdirectory name specified by the -s or -c option of the adbinstall command. Delete that existing file, and then re-execute the command.
file extraction failed
An attempt to expand the file failed.
Check if you have read permission for the tar.gz format file stored in the directory used for installation. If you do not have read permission, grant read permission for the tar.gz file.
the install file does not exist
The file required for installation is not stored in the directory used for installation.
Or, the name of the file stored in the directory used for installation is incorrect.
-
If this message is output during installation of the HADB server
Save the tar.gz file contained on the HADB server installation CD-ROM to the directory used for installation (the directory where the adbinstall command is stored).
-
If this message is output during installation of the HADB client
Save the tar.gz file contained on the HADB client installation CD-ROM to the directory used for installation (the directory that contains the adbinstall command).
an error occurred during execution of a command
An error occurred during execution of a command.
There is an error in the tar.gz format file used during the installation of the HADB server. Or, the prerequisite package for the HADB server is not installed.
This message is output when an error occurs in a HADB command executed as an extension of the adbinstall command (such as the adbls command) and the return code is 127. Perform the following corrective actions. In addition, check the OS error message output immediately before this message.
-
It is possible that the tar.gz format file corresponding to the OS version you are using has not been copied to the directory used for installation. Check the version of the OS you are using. After checking, copy the tar.gz file in the HADB server installation CD-ROM that corresponds to the OS version you are using to the directory used for installation.
After copying the correct files, continue with the ongoing work.
-
If this message appears even though you have copied the tar.gz format file corresponding to the OS version you are using, the prerequisite packages for the HADB server may not have been installed. Check if all the prerequisite packages for the HADB server are installed and install any prerequisite packages that are not installed. For details about HADB prerequisite packages, see Checking prerequisite packages in Tasks that must be performed before HADB server installation in the HADB Setup and Operation Guide.
This message is output only when the HADB server is being installed. Note that the message is not output even if the tar.gz file used during the installation of the HADB client is incorrect or if the prerequisite packages are not installed.
some other error occurred during execution of a command
An error other than the above occurred during execution of a command.
This message is output when an error occurs in a HADB command executed as an extension of the adbinstall command (such as the adbls command) and the return code is not 127. Check the error messages that were output immediately before this message was output, and eliminate the cause of the error.
In addition, check the return code output in this message and take appropriate action.
-
If the return code is 8
This return code is output when the value set for the environment variable LANG is incorrect. Check the value set for the environment variable LANG. In addition, verify whether the locales supported by the HADB server (prerequisite packages glibc-langpack-ja or glibc-langpack-en) are installed. If the prerequisite packages are not installed, install them. For details on how to check installed packages, see Checking prerequisite packages in Tasks that must be performed before HADB server installation in the HADB Setup and Operation Guide.
-
If the return code is 126
This return code is output when the adbls command cannot be executed. Check the OS message output immediately before this message. If a message indicating "Permission denied" is displayed, restart the installation process from the operation of copying the tar.gz file stored on the installation CD-ROM to the directory where the installation data is stored.
-
If the return code is other than the above
Check the OS message output immediately before this message.
-