Specifications
CAF Error After Deploying the CA Event Agent from IT Client Manager r12 SP1 (UNIX only)
Chapter 2: Known Issues 13
CAF Error After Deploying the CA Event Agent from IT Client
Manager r12 SP1 (UNIX only)
Symptom:
After deploying the CA Event Agent from IT Client Manager (Software Delivery), you
might get the following error the next time you use SDAgent:
caf: error while loading shared libraries: libetpki2.so
Solution:
This happens because the soft links of ETPKI libraries used by SDAgent were not created
during the upgrade process of ETPKI in the CA Common library folder.
To solve this issue, run the following commands from the command line:
ln -sf "$CASHCOMP"/ETPKI/lib/libetpki_openssl_crypto.so
/opt/CA/CAlib/libetpki_openssl_crypto.so
ln -sf "$CASHCOMP"/ETPKI/lib/libetpki_openssl_ssl.so
/opt/CA/CAlib/libetpki_openssl_ssl.so
ln -sf "$CASHCOMP"/ETPKI/lib/libcryptocme2.so /opt/CA/CAlib/libcryptocme2.so
ln -sf "$CASHCOMP"/ETPKI/lib/libetpki2_thread_posix.so
/opt/CA/CAlib/libetpki2_thread_posix.so
ln -sf "$CASHCOMP"/ETPKI/lib/libetpki2.so /opt/CA/CAlib/libetpki2.so
ln -sf "$CASHCOMP"/ETPKI/lib/libjetpki.so /opt/CA/CAlib/libjetpki.so
ln -sf "$CASHCOMP"/ETPKI/lib/libcryptocme2.sig /opt/CA/CAlib/libcryptocme2.sig
ln -sf "$CASHCOMP"/ETPKI/lib/EtpkiProvider.jar /opt/CA/CAlib/EtpkiProvider.jar
ln -sf "$CASHCOMP"/ETPKI/etpki/log/liblog_api.so /opt/CA/CAlib/liblog_api.so
"$CASHCOMP"/bin/caprofile -s ETPKIHOME /"$CASHCOMP"/ETPKI
Cell/Installation Warning Message (UNIX only)
You may receive the following message during cell registration or agent installation:
java.rmi.NotBoundException: RMI registry name:lgene is not bound in server
This message appears because the Distributed Intelligence DNA has not been activated
yet and, therefore, cannot communicate with the agentctrl cell. It can be considered a
warning rather than an installation error.