...
Verify that Java 11 is installed and set up correctly. If upgrading from an earlier version, JRE can be removed from the FIXEdge folder (Java from JAVA_HOME will be used instead).
Note that the following files have been updated in FIXEdge 6.18.0 and should be reviewed for compatibility. If you are using custom versions of these files, please restore any changes you have made.
Windows:
Code Block FIXEdge1.run.cmd
Linux:
Code Block FIXEdge1.run.sh (if TAR.GZ is used ) fixedge.service (if RPM is used)
Copy and overwrite all files in FIXEdge's FIXEdge/plugins directory with new plugin files from the FIXEdge package.
...
Make sure that there is a backup copy of the working installation of FIXICC and FIXICC-Agent.
Remove the existing directories:
Code Block rm -rf <FIXEdge installation>/fixicc-agent/ rm -rf <FIXEdge installation>/fixicc/
Copy all files into the respective directories:
Code Block cp -r <new fixicc-agent package>/* <FIXEdge installation>/fixicc-agent/ cp -r <new fixicc package>/* <FIXEdge installation>/fixicc/
If there were changes in fixicc-agent and fixicc configuration then replace the new configuration with the configuration from the backup.
The default Windows path for fixicc-agent configuration is:
Code Block fixicc-agent\FIXEdge1.fixicc-agent\conf\
The default Linux path for fixicc-agent configuration is:
Code Block fixicc-agent/conf
...