Test Execution Reports error in DevTest Portal Reporting
search cancel

Test Execution Reports error in DevTest Portal Reporting

book

Article ID: 104189

calendar_today

Updated On:

Products

CA Application Test CA Continuous Application Insight (PathFinder) Service Virtualization

Issue/Introduction

Facing below error while looking at any of the execution reports in Portal under Reporting JasperReports encountered an error on context creation! Resource not found at: /reports/acl/audit/UserActivity.jasper__timezone=Asia/Kolkata.

WARN org.elasticsearch.cluster.routing.allocation.decider - [Angel Face] high disk watermark [10%] exceeded on [aICCOOJLR8iZ5aFZDIO5HQ][Angel Face] free: 278.3mb[1.3%], shards will be relocated away from this node

Environment

All supported DevTest releases.

Cause

N/A

Resolution

This error will be due to insufficient disk space.

Verify the disk space on the server where DevTest Registry and Portal are running.

For Linux systems, use the command below to verify the disk space available for your system:

df -h


This command will report the file system disk space usage.

If you have a partition close to 100% in use, please clear the space on the server and restart the DevTest components.

Additional Information

If you would like to change where DevTest temporary files are being stored, please use the property below in the local.properties file and provide the appropriate path:
lisa.tmpdir=<YOUR_LOGGING_DIR>

The following property can be provided in the vmoptions file for each component:
-D​lisa.tmpdir=<YOUR_LOGGING_DIR>