Which IIQ version are you inquiring about?
[IIQ 8.4]
Please share any images or screenshots, if relevant.
Please share any other relevant files that may be required (for example, logs).
WebServices_Before Operation.xml (3.3 KB)
Share all details about your problem, including any error messages you may have received.
We recently upgraded our IIQ servers from 8.3 to 8.4. Once of our webservices connector uses the attached Operation rule before triggering the API call. This operation rule which used to work seamlessly before the upgrade is failing currenlty on the new version with the below error. I have attached screenshot for reference.
Error message: “The application script threw an exception: java.lang.Link ageError: ClassCastException: attempting to castjar:file:/opt/app/sailpoint/tomcat/tomcat9/webapp s/identityiq/WEB-INF/lib/jakarta.ws.rs-api-2.1.6.jar!/javax/ws/rs/client/ClientBuilder.class to j ar:file:/opt/app/sailpoint/tomcat/tomcat9/webapps/identityiq/WEB-INF/lib/jakarta.ws.rs-api-2.1.6. jar!/javax/ws/rs/client/ClientBuilder.class BSF info: MP_Rule_GRC_API_Before_Rule at line:”
Based on this error message, I believe the below line of code is what is causing an issue
→ Client cl = ClientBuilder.newClient();
Any insights on this would be really helpful.
Thanks
Siddharth