Purpose (problem description)
This page handle the issue when you try to export the list of exclusions, but the exclusion don't work:
Observed in CAST AIP
Release | Yes/No |
---|---|
8.3.x |
Observed on RDBMS
RDBMS | Yes/No |
---|---|
CSS |
Step by Step scenario
- Run analysis and take a snapshot.
- Open dashboard.
- Add some items for exclusion.
- Take a snapshot.
- Open Dashboard.
- Go to the frame FRAME_PORTAL_FAQ_VIEW_EXCLUSION.
- Export the list of exclusion.
Action Plan
Perform the below actions:
- Check if you are encountering an out of Memory issue, for this do the following:
- Open the following tomcat log file: tomcat_version-stderr.yyyy-MM-DD.log, this file is located at <tomcat_Install_directory>\logs
Check if the end of the log file is as follows:
java.lang.OutOfMemoryError: Java heap space
- If this is the case then Increase tomcat memory
- If this is not resolving your issue then please contact CAST Technical Support with the following Relevant input
Relevant input
- Sherlock export with the following options: Export Logs (feature checked by default), Export Configuration files (feature checked by default), Export CAST Bases.
- The SQL traces and the retriever name of the Dashboard, for this please refer to CAST Engineering Dashboard - Information - Configuring Dashboard to SQL trace and CAST Engineering Dashboard - Information - Configuring Dashboard to show the retriever name
- All tomcat log files located at <tomcat_Install_directory>\logs
Increase tomcat memory
By default the maximum memory pool is set to 128 MB:
If you have a big number of items to export then increase tomcat memory. For this, refer to the following page Application Servers Information - Apache Tomcat - Increasing Tomcat memory. You may set this value to 1024.
Notes/comments
Ticket # 7711
Related Pages