Several minutes to open a Shared Component
search cancel

Several minutes to open a Shared Component

book

Article ID: 374839

calendar_today

Updated On:

Products

CA Release Automation - Release Operations Center (Nolio) CA Release Automation - DataManagement Server (Nolio)

Issue/Introduction

Slow performance of NAC. For example it takes several minutes to open new branch to a shared component.

Environment

Realease Automation 6.8

Cause

A possible cause is if some DEBUG logging have been set for some components in file 
<RA_HOME>/webapps/datamanagement/WEB-INF/log4j2.properties
 
Example : for Hibernate components.
 
This could affect a lot the overall performance

Resolution

  1. Restore the original version of file <RA_HOME>/webapps/datamanagement/WEB-INF/log4j2.properties or restore the log level to INFO for components which have been set to DEBUG level (ex: hibernate modules)

  2. Restart NAC service after the modification :

    cd <RA_HOME>
    ./nolio_server.sh stop
    ./nolio_server.sh start