I'm trying to configure a DB Connect connection that uses Oracle Wallets, but keep running into the following error in the apache sling error log:
PKI classes not found. To use 'connect /' functionality, oraclepki.jar must be in the classpath: java.lang.NoClassDefFoundError: oracle/security/pki/OracleWallet I've put the osdt_cert.jar, osdt_core.jar, ojdbc6-12.1.0.1.jar and oraclepki.jar in the portal/lib directory, and I've tried several entries to put the above files in the java classpath via the properties when start the sling app. But nothing has seemed to work. Please note I'm using Apache Sling 6 version. Tried with the below solution as well. But it also didn't work. https://community.splunk.com/t5/All-Apps-and-Add-ons/Error-when-configuring-DB-Connect-3-1-4-and-Oracle-Wallets/m-p/484200 If you have any suggestions on how to resolve the above error, please let me know. Thanks