I have a JDBC Source that was working, however it stopped connecting. I am getting the following error:
We have detected an error from the managed system.
Error Received:
[ InvalidConfigurationException ] [ Possible suggestions ] Verify that the driver details are correct/Missing required jar. [ Error details ] Error occurred before establishing the connection with Server. java.lang.ClassNotFoundException : test configuration
The issue seems to have started after I tried creating another JDBC source with a jar named ojdbc8.jar. I thought maybe the upload overwrote the original jar since they had the same name and there was only 1 copy on the VA.
I have tried re-uploading the ojdbc8.jar driver from 19.12, 21.22, and a couple in between. None have worked. I also tried renaming the file to a unique name, but those either fice a timeout after 15 seconds, or still do not show up in the VA.
I am checking on the VA with this command:
sudo docker exec ls -al /opt/sailpoint/ccg/lib/custom
I have also tried waiting as other threads suggested. I’ve waited 10 minute after upload, and same after hitting save.
I have tried restarting the CCG after saving, and also tried restarting the whole VA without success.
Is there a way to clear out the existing jar files on the VA and then re-import the jar files? I tried removing the file from the source and saving it, then restarting the VA/letting it sit but neither removed them.
Any help would be great.