Note |
---|
For clients with FIXICC version lower than 2.10.7. |
Overview
This article describes the steps to be taken to mitigate the issue with FIXICC Agent when it starts generating large log files (see fixicc-agent\FIXEdge1.fixicc-agent\logs), e.g.: hs_err_pid13880.log, hs_err_pid13880.mdmp.
...
If your current version is lower than 2.10.7, please follow the instruction below:
Step-by-step Instruction
- Get the latest FIXICC Agent version from Client Space or ask SupportFIXAntenna@epam.com to provide you with it;
- Stop your current FIXICC Agent service;
- Replace \fixicc-agent\lib folder with lib folder from new package (remove old "lib" folder completely and copy new);
- Replace libraries wrapper.jar and wrapperApp.jar from the package to the fixicc agent folder;
In \fixicc-agent\FIXEdge1.fixicc-agent\conf\log4j.properties add the following logging:
Code Block language bash log4j.logger.oshi=INFO, file
- In \fixicc-agent\FIXEdge1.fixicc-agent\conf\wrapper.conf:
- Remove "wrapper.java.classpath.1 = ${wrapper_home}/wrapper.jar" at the bottom of config;
- Remove "wrapper.java.library.path.1 = ${wrapper_home}/lib/sigar" at the bottom of config;
- Start FIXICC Agent service;
Make sure that the FIXICC Agent was upgraded correctly by looking into fixicc-agent.log:
Code Block language bash [2017-08-20 08:45:07.895] [INFO ] [main] [Agent] Agent version: 2.10.7(81244)