Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

Issue with in JRE 1.8_0_301 platform Upgraded the Default PKCS12 Encryption Algorithms

User_D4TRXOct 12 2021

Hi EveryOne,
In my application after upgrade JRE from JRE 1.8.0_291 to JRE 1.8.0_301 then I'm getting below error, The issue was only whenever to upgrade JRE 1.8.0_301. I have tried same code based in JRE 1.8.0_291 working fine, There is no issues on that.

java.io.IOException: keystore password was incorrect
at sun.security.pkcs12.PKCS12KeyStore.engineLoad(Unknown Source) ~[?:1.8.0_301]
at java.security.KeyStore.load(Unknown Source) ~[?:1.8.0_301]
at com.good.gcs.broker.DynamicClusterInfo.d(DynamicClusterInfo.java:727) [!/:?]
at com.good.gcs.broker.DynamicClusterInfo.getKeyManager(DynamicClusterInfo.java:695) [!/:?]
at com.good.gcs.broker.BrokerConnectionManagerImpl.a(BrokerConnectionManagerImpl.java:1545) [!/:?]
at com.good.gcs.broker.a.call(BrokerConnectionManagerImpl.java:1501) [!/:?]
at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:125) [!/:?]
at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:57) [!/:?]
at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:78) [!/:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_301]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_301]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_301]
Caused by: java.security.UnrecoverableKeyException: failed to decrypt safe contents entry: java.security.NoSuchAlgorithmException: Cannot find any provider supporting salt: 53 8a ba e0 a5 ee ee 0f 30 71 d5 68 8c 32 ef 5b 35 1f 96 98
iterationCount: 10000
iv :ea b2 28 c4 d8 eb c7 ea 83 f0 42 14 b3 cc 75 7c
... 12 more

Comments

thatJeffSmith-Oracle
Here's our documentation for Informix migrations
http://www.oracle.com/technetwork/products/migration/informix-085032.html
1010657
Hi im same situation.
but i not find driver JDBC of informix 11.50 for Oracle Migration Workbench
thatJeffSmith-Oracle
You won't be able to use the Migration Workbench or SQL Developer to assist with a migration using that version of Informix unfortunately.
1010657
OK, but, you could indicate some other tool?
thatJeffSmith-Oracle
Ispirer has a migration product, but it doesn't support 11 either, it goes to version 10 though.
Have a look at SQLines Data (http://www.sqlines.com/informix-to-oracle), the tool supports migration from Informix 11 to Oracle.

Dmitry
1 - 6

Post Details

Added on Oct 12 2021
0 comments
734 views