KB Article #180113

Update Java 8 for TSIM on AIX machine

Problem

How to update Java 8 for TSIM on AIX machine?

Resolution

You need to follow below steps in order to update Java 8 for TSIM to another version:


1. Download the new Java version, unzip it and install it in Axway/Java/aix-power directory (same location where current Java used by TSIM is installed).
2. Go to $ACTISEDI/install directory, open instvar file and change 'java_ajas' with the path to the new Java.
3. Go to $ACTISEDI/bin directory, open env.sh file and change 'JAVA_HOME' with the path to the new Java directory.
4. Go to $ACTISEDI/param directory, open startajas.par file and change 'JAVA_BINARY' with the path to the new Java.
5. Go to $ACTISEDI/is/instances/isN/etc directory on each instance, open java.properties file and change 'JAVA_HOME' with the path to the new Java directory (where N=Instance number)
6. Go to Axway/Java/aix-power/<new_java>/lib/security/policy/unlimited directory and copy both policy files into Axway/Java/aix-power/<new_java>/lib/security(where new_java=New Java directory)
7. Go to Axway/Java/aix-power/<old_java>/lib/security directory and copy cacerts file into Axway/Java/aix-power/<new_java>/lib/security (where old_java=Old Java directory)


Run "source ~/.bashrc" in order to reload the new environment, then restart TSIM application.