Resolution: Description:
========
The global variable BW_GLOBAL_TRUSTED_CA_STORE is set to store SSL certs. When running a process in Designer on Windows, the process runs successfully but when running the process in the Linux environment, process initialization fails with the following error:
------------------------.
caused by: The server certificate [ The server certificate [ Resource ] not found ] not found.
------------------------.
Environment:
========
TIBCO Runtime Agent(TRA) 5.7.x , TIBCO Designer 5.7.x ,TIBCO BusinessWorks 5.9.x .
Cause:
====
Incorrect value set in BW_GLOBAL_TRUSTED_CA_STORE in the Linux environment.
Resolution:
=======
On Unix/Linux, the protocol for BW_GLOBAL_TRUSTED_CA_STORE = file://// <PATH TO TRUSTED CA STORE DIRECTORY>.
Eample:
file:////app/BW/GLOBAL/TRUSTED/CA/certs/
NOTE: With file protocol there are four front forward slashes (////) .