When upgrading the Java JDK that is being used by
TIBCO MFT Command Center, you have to update a few items of Java JDK before
TIBCO MFT Command Center starts to use the new Java JDK.
Procedure
Follow either one of the procedures based on whether you are running
TIBCO MFT Command Center on Windows or on UNIX.
If you are running
TIBCO MFT Command Center on Windows as a service:
Stop the
TIBCO MFT Command Center service. Otherwise use the shutdown script to stop the
TIBCO MFT Command Center process.
Navigate to the
MFTCC_Install\server\bin directory and issue the
service remove command.
Update the
JAVA_HOME environment variable on the system pointing to the new JDK directory. And then run the
java -version command to verify the version.
If you are using any version prior to Oracle Java 8u161, update the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy files.
If
TIBCO MFT Command Center is installed on a Windows system, navigate to the
MFTCC_Install\server\bin directory and issue the
service install command to install
TIBCO MFT Command Center to run as a service.
Start
TIBCO MFT Command Center.
If you are running
TIBCO MFT Command Center on UNIX or on Windows when not started as a service:
Stop the Service using the
shutdown.sh command.
Update the JAVA_HOME environment variable on the system to point to the new JDK directory.
Update the PATH to include the new Java JDK bin directory. Run the java
-version command to verify the version.
If you are using any version prior to Oracle Java 8u161, update the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy files. For more information, see Starting Automated Installation.