Runtime Errors
Symptom: Java hangs after installing and configuring SunPKCS11 with FxPKCS11
If Java and OpenSSL are pointing to the samelibfxpkcs11.so, you might run into an issue where running a Java HSM-specific command will cause a hang.
Error logs will look similar to:
None
Solution
Make sure that Java points to a differentlibfxpkcs11.so by editing the pkcs11.cfg file.
Create a new directory. We would recommend a directory with a path similar to:
/usr/local/lib/fxpkcs11/javaEdit the
pkcs11.cfg file. If the user followed the guide, the file would be found in /usr/local/etcVerification
To retest, youi can run a basic HSM + Java commandShell
None

