During agent inventory, core dump files may be generated in /opt/managesoft while the inventory process is completing. This issue occurs because the Java executable crashes when the agent tries to retrieve version information during the inventory scan.
Solution
Use one of the solutions below:
- Open the text file with the name starting with Javacore*.txt and look for a line starting with 1CICMDLINE. The file path and parameter on this line are what caused the generation of the dump files.
1CICMDLINE <path>/java -version
- Exclusion can be added on the Inventory Settings page in the FlexNet Manager Site user interface.
Or
- Disable PerformOracleJavaAuditScan and PerformJavaScan in either the command line or Config.ini.
Outcome
Core dump files should stop generating during the inventory scan after following one of these solutions.