Failed to Deploy the Secure Computing Application SDK
Symptom
The secure computing application SDK fails to be deployed. The following is an example of the error information. Rectify the fault based on the actual error information.
Figure 1 Example of error information
- Error 1: The target server does not support the uploaded SDK installation package. Upload the installation package of the corresponding OS downloaded from the official website.
- Error 2: The SDK installation package fails to be copied. For details, see the background log /xxx/DevKit/logs/devtools/devtools.log.
- Error 3: The Kunpeng SDK software package does not match the OS version. For details about the supported versions, visit the Kunpeng community. Try again or select another local SDK file and upload it.
- Error 4: The SDK fails to be installed. For details, see the background log /xxx/DevKit/logs/devtools/devtools.log.
/xxx/ indicates the DevKit installation path.
Possible Causes
- Error 1: The uploaded SDK software package is incorrect and cannot be installed on the target server. As a result, the SDK fails to be deployed offline.
- Error 2: During project creation, a file with the same name exists in the specified storage directory on the target node.
- Error 3: The uploaded SDK software package does not match the target OS.
- Error 4: The dependencies for installing the SDK software package are missing in the environment.
The secure computing application SDK software package is kunpeng-sc or kunpeng-sc-devel. The SDK software package requires the following dependencies:
- kunpeng-sc
- RPM: kernel-devel, ld-linux-aarch64.so.1, libboundscheck.so, libc.so.6, libcrypto.so.1.1, libpthread.so.0, libz.so.1, openssl-devel, rpmlib, rtld, and zlib-devel
- DEB: libssl-dev, zlib1g-dev
- kunpeng-sc-devel
- RPM: kernel-devel, openssl-devel, rpmlib, zlib-devel
- DEB: libssl-dev, zlib1g-dev
- kunpeng-sc
Troubleshooting Procedure
- Error 1: Upload the correct SDK software package and try again.
- Error 2: Select another storage directory on the target server or delete the file with the same name from the storage directory.
- Error 3: Upload the SDK software package that matches the target OS.
- Error 4: Install the required dependencies. Then upload the SDK software package and try again.
Parent topic: FAQs