Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.
Hello Trevor,
I just submitted a PR (https://github.com/apereo/cas-management/pull/247) that backports the fix to the 6.5 version. This should solve your problem in the long term, since the change will be eventually propagated to the management-overlay. If you do not want to wait, you can build the project from the cas-management repo (as you already tried). The process that I personally follow (without claiming it is optimal, it just works for me) is the following.
You will find the produced war in the webapp/cas-mgmt-webapp/build/libs folder.
Hope it helps,
Fotis
Until then,
Hello,
I would start by looking for the cas-server-support-json-service-registry jar in the lib directory of my deployed manage app, in order to ensure that it has not been included in the build. For example, if you deploy a manage.war on a tomcat server in a debian machine, you can find out this information by inspecting the output of the following command: ls -l /var/lib/tomcat9/webapps/manage/WEB-INF/lib/*json*
Best regards,
Fotis