I’ve installed Codebeamer 22.10 LTS inside a Docker container, but I’m encountering the following error:
Cache: oauth2StateCache has a maxElementsInMemory of 0. This might lead to performance degradation or OutOfMemoryError at Terracotta client. From Ehcache 2.0 onwards this has been changed to mean a store with no capacity limit. Set it to 1 if you want no elements cached in memory.
I attempted to resolve this by modifying the ehcache.xml file, which is located inside the JAR at:
/home/appuser/codebeamer/tomcat/webapps/ROOT/WEB-INF/lib/cb-22.10-LTS.jar
The original configuration was:
I replaced it with the following configuration:
However, the error persists. Additionally, any changes I make are lost when the container restarts, since the file resides inside a JAR.
Please help me how to reslove this issue. Thanks