Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Getting keystore issues after JRE update from 1.8.0_131 to 1.8.0_151 version.

Joyce18Dec 28 2017 — edited Oct 9 2018

We have updated JRE from 1.8 Update 131 to 1.8 Update 151 version.

We followed the same process to generate the keystore from the certificate as we did in JRE 1.8 Update 131.

After the update we are getting the below exception while loading the keystore.

java.io.IOException: Invalid secret key format

at com.sun.crypto.provider.JceKeyStore.engin eLoad(JceKeyStore.java:856)

at java.security.KeyStore.load(Unknown Source)

There is no change in our java code.

Can you please help us resolve this issue.

Comments

Post Details

Added on Dec 28 2017
10 comments
12,869 views