This error occurs when the MQ plugin is unable to fetch the configured cipher at the MQ server.
Follow the below resolution steps.
1. For Running the applications on BW Studio.
Add the property "-Dcom.ibm.mq.cfg.useIBMCipherMappings=false" in the VM arguments section.
2. When using the Test connection at design time.
Add the property "-Dcom.ibm.mq.cfg.useIBMCipherMappings=false" in the TIBCOBusinessStudio.ini file and restart the studio.
3. When deploying the application on TEA
Add the property "com.ibm.mq.cfg.useIBMCipherMappings=false" in the AppNode config file and restart the app.
4. When deploying the application on the docker
Add the property "com.ibm.mq.cfg.useIBMCipherMappings=false" in the appnode_config.ini file. First, unzip the BWCE_runtime.zip edit the file, and re-zip before creating a base image.
5. If the error still persists, then download the JCE unlimited ciphers from the below link and replace the exisiting ones under the location tibcojre64\1.8.0\lib\security\policy and restart the studio or TEA application.
For docker, unzip the BWCE_runtime.zip, replace the cipher policies as mentioned above, re-zip, and proceed to create a base image.
https://www.oracle.com/java/technologies/javase-jce-all-downloads.html