ALERT: Some images may not load properly within the Knowledge Base Article. If you see a broken image, please right-click and select 'Open image in a new tab'. We apologize for this inconvenience.
Test Execution Reports error in DevTest Portal Reporting
book
Article ID: 104189
calendar_today
Updated On:
Products
CA Application TestCA Continuous Application Insight (PathFinder)
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
Release: Component: ITKOTF
Resolution
This error will be due to in-sufficient disc space. Please verify the disc space on the server where DevTes Registy 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 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: -Dlisa.tmpdir=<YOUR_LOGGING_DIR>