java.lang.NoClassDefFoundError: oracle/security/pki/OraclePKIProvider After Upgrade to 12c Jdbc Driver With -XX:-UseSplitVerifier / -XX:+UseSplitVerifier
(Doc ID 2196488.1)
Last updated on FEBRUARY 27, 2025
Applies to:
JDBC - Version 12.1.0.2.0 and laterInformation in this document applies to any platform.
Symptoms
After upgrade from JDBC 11g to 12.1.0.2 JDBC Driver using -XX:-UseSplitVerifier / -XX:+UseSplitVerifier, the following exception is generated:
java.lang.NoClassDefFoundError: oracle/security/pki/OraclePKIProvider
Caused by: java.lang.ClassNotFoundException:
oracle.security.pki.OraclePKIProvider
ERROR
-----------------------
java.lang.NoClassDefFoundError: oracle/security/pki/OraclePKIProvider
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Ugrade JDBC driver from 11g to 12.1.0.2
2. Use -XX:-UseSplitVerifier / -XX:+UseSplitVerifier to run the JDBC program in <Document 467804.1> How To Determine The Exact JDBC Driver Version (9.x - 11.x) For Standalone Programs.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |