Release : 6.8
Add oraclepki.jar to the list of jars in the conf folder, catalina.properties file.
The following property should already show a number of jars.
Add the oraclepki.jar to this list.
tomcat.util.scan.StandardJarScanFilter.jarsToSkip=
Example on Linux :
1- Edit file <RA_HOME>/conf/catalina.properties
2- add oraclepki.jar in the list jarsToSkip :
tomcat.util.scan.StandardJarScanFilter.jarsToSkip=.....,oraclepki.jar
3- Restart NAC services.