Hello all,
I'm working on upgrading to CAS 7.2.3. This is a plain overlay build and has been tested successfully in our Test environment without issue. On the production system, I repeat the same overlay build and have verified the cas.properties file, but I'm getting the following error repeated in my logs:
2025-06-18 09:45:06,766 ERROR [org.apereo.cas.web.support.filters.AbstractSecurityFilter] - <Request processing failed: RootCasException(super=org.apereo.cas.support.saml.SamlException: class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter cannot be cast to class org.opensaml.core.xml.schema.XSAny (org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter and org.opensaml.core.xml.schema.XSAny are in unnamed module of loader org.springframework.boot.loader.launch.LaunchedClassLoader @568db2f2), code=class org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter cannot be cast to class org.opensaml.core.xml.schema.XSAny (org.opensaml.saml.saml2.metadata.impl.RoleDescriptorXSAnyAdapter and org.opensaml.core.xml.schema.XSAny are in unnamed module of loader org.springframework.boot.loader.launch.LaunchedClassLoader @568db2f2))
FrameworkServlet.java:processRequest:1022
FrameworkServlet.java:doGet:903
HttpServlet.java:service:633
FrameworkServlet.java:service:885
>
2025-06-18 09:45:06,767 ERROR [org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/cas].[dispatcherServlet]] - <Servlet.service() for servlet [dispatcherServlet] in context with path [/cas] threw exception>
I've searched and not found a cause for the issue. Any assistance would be greatly appreciated.
Phil