UCF STIG Viewer Logo

tc Server VCO must be configured with memory leak protection.


Overview

Finding ID Version Rule ID IA Controls Severity
V-240796 VRAU-TC-000395 SV-240796r674132_rule Medium
Description
The Java Runtime environment can cause a memory leak or lock files under certain conditions. Without memory leak protection, tc Server HORIZON can continue to consume system resources that will lead to OutOfMemoryErrors when reloading web applications. Memory leaks occur when JRE code uses the context class loader to load a singleton as this will cause a memory leak if a web application class loader happens to be the context class loader at the time. The JreMemoryLeakPreventionListener class is designed to initialize these singletons when Tomcat's common class loader is the context class loader. Proper use of JRE memory leak protection will ensure that the hosted application does not consume system resources and cause an unstable environment.
STIG Date
VMware vRealize Automation 7.x tc Server Security Technical Implementation Guide 2021-06-23

Details

Check Text ( C-44029r674130_chk )
At the command prompt, execute the following command:

grep JreMemoryLeakPreventionListener /etc/vco/app-server/server.xml

If the JreMemoryLeakPreventionListener node is not listed, this is a finding.
Fix Text (F-43988r674131_fix)
Navigate to and open /etc/vco/app-server/server.xml.

Navigate to the node.

Add '' to the node.