After upgrading to UIM 23.4.8, the policy_management queue on the primary hub remains yellow and queues up without processing data.
Symptoms:
Registration of this policy node to master failed, java.lang.RuntimeException: Failed : HTTP error code : 500wasp log on the Primary hub capture the following java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Invalid contextPath '/adminconsoleapp/api': must match the start of requestPath: '/adminconsoleapp//api/amIPrimary/policy_processor'A trailing slash (/) in the controller_url configured within the OC wasp probe's raw configuration (policy_management_ws) causes the request path to be constructed with a double slash (e.g., /adminconsoleapp//api/...). The Spring Framework on the primary hub enforces strict request path validation and rejects the request, resulting in an HTTP 500 Internal Server Error.
To resolve this, perform the following steps on all Operator Console (OC) servers in the environment:
webapps > policy_management_ws > custom > uncryptedcontroller_urlhttp://<hostname>/adminconsoleapp/http://<hostname>/adminconsoleapppolicy_management queue on the primary hub. It should reconnect and turn green as it begins processing data.