Updating the JDK version

Caution: 
Installing a later version of the Amazon Corretto JDK uninstalls the previous version. Because of that, your Enterprise Connector is down during the upgrade process unless you have a multi host deployment environment.
  1. Run the StopHost command in the bin folder to stop the Enterprise Connector Grid Host.
  2. Perform these actions, as appropriate, to stop the Enterprise Connector bootstrap service:
    • On Windows, stop the Infor ION Grid <EC installation folder> service.
    • On Linux, run the /etc/init.d/grid_<EC installation folder> stop command.
  3. Install the new JDK version.
    Note: If you install the Enterprise Connector on Linux, ensure that you make these changes in your JDK's java.security file:
    • #securerandom.strongAlgorithms=NativePRNGBlocking:SUN
    • securerandom.strongAlgorithms=NativePRNGNonBlocking:SUN

    The java.security file of your JDK is typically located in <JDK folder>\jre\lib\security.

  4. Run the ChangeJDK script with the new JDK as a parameter. For example, ChangeJDK "C:\Program Files\Amazon Corretto\jdk1.8.0_342".
  5. Run the bootstrap service by performing these actions as appropriate:
    • On Windows, run the Infor ION Grid <EC installation folder> service.
    • On Linux, run the /etc/init.d/grid_<EC installation folder> start command.
  6. Run the StartHost command in the bin folder to start the Enterprise Connector Grid Host.
  7. Repeat steps 1-6 for each Enterprise Connector host.
    For more information, see the "Changing the JDK for a grid host" topic in the Infor ION Grid Administration Guide.