Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

Testing banner

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
11,455 views