I am implementing a webservices connector and once I had the authentication piece configured where an accesstoken was generated, I received the below lower level java error.
I had some rules in place initially which I have since removed. I also limited the HTTP requests in the configuration to be simplified. I have restarted the cluster and confirmed the VAs are updated. We recieve the error when doing a test on the connection.
Error Received:
class sailpoint.tools.xml.PersistentHashMap cannot be cast to class java.lang.String (sailpoint.tools.xml.PersistentHashMap is in unnamed module of loader ‘app’; java.lang.String is in module java.base of loader ‘bootstrap’)
Anybody seen this error? Any ideas on where to start?
I have requested the customer to open a ticket with support