Hi,
We are running into an interesting issue when load testing our CAS implementation. It seems that after about 3 hours of load testing we begin to encounter the following error:
Once we encounter this error we cannot log into CAS anymore we are just left on the login page. After a restart of Tomcat it start working again. When checking the logs we can see that the authentication piece is working as the attributes are being returned and the user is authenticated.
We are running CAS 5.1.9 with Tomcat 8.5.41, Java 8 update 211, and hazelcast for ticket registry we have also tested with Mongodb running on the webserver and we encounter the same issue. I have also encountered the same issue when testing CAS 5.3.
We have checked Memory and it doesn't seem to be the case were it runs out of memory.
If we have mongodb running on a different server then we don't encounter the issue the same goes for an Oracle Database. It only happens when running on the same server as the CAS Application.
Has anyone encountered anything similar to this?
Thanks!