Skip to Main Content

Core Infrastructure

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Caused by: java.lang.ExceptionInInitializerError at javax.crypto.JceSecurityManager.<clinit>(JceSecurityManager.java:65) a

Harsha reddyNov 30 2023 — edited Dec 4 2023

Hi All,

I tried to start Tomact getting the below error. Please help me why we are getting this error and how to fix.

We are using Tomcat 9 with ojdbc8. Jar

Caused by: java.lang.ExceptionInInitializerError
at javax.crypto.JceSecurityManager.<clinit>(JceSecurityManager.java:65)
at javax.crypto.Cipher.getConfiguredPermission(Cipher.java:2592)
at javax.crypto.Cipher.getMaxAllowedKeyLength(Cipher.java:2616)
at oracle.jdbc.driver.T4CConnection.<clinit>(T4CConnection.java:484)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:75)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:816)

Comments
Post Details
Added on Nov 30 2023
0 comments
295 views