You must install the Java Cryptography Extension (JCE) in addition to the JDK.
On your management workstation, download the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy files from Oracle.
Follow the instructions from the Readme that is downloaded with the Oracle JCE.
To install the JCE on Linux:
On the Vibe server, verify that the following files exist:
/etc/alternatives/jce_version_ibm_local_policy /etc/alternatives/jce_version_ibm_us_export_policy
On your management workstation, download the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy files from IBM.
Log in to the Vibe server as the root user (or equivalent), then create the following directory:
mkdir -p /usr/lib64/jvm-private/java-version-ibm/jce/unrestricted
Copy the JCE Unlimited Strength Jurisdiction Policy ZIP file to the folder on the Vibe server that you created in Step 3.
cp ~/Downloads/unrestrictedpolicyfiles.zip /usr/lib64/jvm-private/java-version-ibm/jce/urestricted
Unzip the files:
unzip /usr/lib64/jvm-private/java-version-ibm/jce/unrestricted/urestrictedpolicyfiles.zip
Stop Vibe.
/etc/init.d/teaming stop
Remove the existing links:
rm /etc/alternatives/jce_version_ibm_local_policy
rm /etc/alternatives/jce_version_ibm_us_export_policy
Create a new link to the JCE that you downloaded:
ln -s /usr/lib64/jvm-private/java-version-ibm/jce/unrestricted/local_policy.jar /etc/alternatives/jce_version_ibm_local_policy
ln -s /usr/lib64/jvm-private/java-version-ibm/jce/unrestricted/US_export_policy.jar /etc/alternatives/jce_version_ibm_us_export_policy
Verify that the links were created:
ls -l /etc/alternatives/jce*
Start Vibe.
/etc/init.d/teaming start
tailf /opt/novell/teaming/apache-tomcat/logs/catalina.out
tailf /opt/novell/teaming/apache-tomcat/logs/appserver.log