In the CA TDM Portal Startup.log we are seeing the below warnings. Can we make any changes to stop the warnings or we can ignore those warnings.
FINEST|15572/0|21-04-13 22:13:21|WARNING: Unable to add the resource at [/WEB-INF/classes/config/application.properties] to the cache for web application [/TestDataManager] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
FINEST|15572/0|21-04-13 22:13:21|WARNING: Unable to add the resource at [/WEB-INF/classes/config/application.xml] to the cache for web application [/TestDataManager] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
FINEST|15572/0|21-04-13 22:13:21|WARNING: Unable to add the resource at [/WEB-INF/classes/config/application.yaml] to the cache for web application [/TestDataManager] because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
Release : 4.8
Component : CA Agile Requirements Designer - TMX Script Generator
These warnings are from Tomcat server used by the TDM portal. This warning says, Tomcat being unable to reach its target cache size. So, it is throwing such warning messages.
You can ignore these warnings from startup logs.
For more details about this Warning, please refer below link:
https://stackoverflow.com/questions/26893297/tomcat-8-throwing-org-apache-catalina-webresources-cache-getresource-unable-to