Failed to Deploy the Secure Computing Application SDK
Symptom
The secure computing application SDK fails to be deployed.
Figure 1 Online deployment failure


Figure 2 Offline deployment failure


Figure 3 Failed to copy the SDK software package during online deployment


Figure 4 SDK software package not matching the OS version


Possible Causes
- The server where the tool is installed cannot connect to the Internet. As a result, the SDK fails to be deployed online.
- 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.
- During project creation, a file with the same name exists in the specified storage directory on the target node.
- The uploaded SDK software package does not match the target OS.
- 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
- Check the network connection and try again.
- Upload the correct SDK software package and try again.
- Select another directory for storing SDK packages on the target server.
- Use dpkg --purge kunpeng-sc or dpkg --purge kunpeng-sc-devel to completely uninstall the SDK and then install it again.
- Upload the SDK software package that matches the target OS.
- Install the required dependencies. Then upload the SDK software package and try again.
Parent topic: FAQs