Upgrade Assistant Readiness Fails On Oracle HTTP Server Check, "java.io.IOException: DOMAIN_HOME/config/OHS/ohs2/keystores/default (No such file or directory)"
(Doc ID 2505669.1)
Last updated on AUGUST 10, 2023
Applies to:
Oracle Fusion Middleware - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Symptoms
When upgrading from an older 12.2.x release to a later 12.2.x release, (12.2.1.1.0 to 12.2.1.3.0 for example) the Readiness check fails with an error similar to this,
Reading installer inventory, this will take a few moments...
...completed reading installer inventory.
java.io.IOException: DOMAIN_HOME/config/OHS/ohs2/keystores/default (No such file or directory)
at oracle.security.pki.OracleWallet.open(Unknown Source)
at oracle.ias.update.plugin.ohs.ConfigUpgradePlugin.open_wallet(Unknown Source)
at oracle.ias.update.plugin.ohs.ConfigUpgradePlugin.examineAndUpgrade(Unknown Source)
at oracle.ias.update.plugin.ohs.ConfigUpgradePlugin.readiness(Unknown Source)
at oracle.ias.update.plugin.Plugin.readiness(Plugin.java:595)
at oracle.ias.update.plan.PlanStep.readiness(PlanStep.java:730)
at oracle.ias.update.PhaseProcessor$ReadinessProcessor.runStepPhase(PhaseProcessor.java:873)
at oracle.ias.update.PhaseProcessor.runStep(PhaseProcessor.java:369)
at oracle.ias.update.PhaseProcessor$ExtendedRunnable.run(PhaseProcessor.java:1058)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.FileNotFoundException: DOMAIN_HOME/config/OHS/ohs2/keystores/default (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at oracle.security.pki.OracleFileSSOWalletImpl.a(Unknown Source)
The installation contains one or more OHS instances on remote systems and the indicated path is for one of the remote instances, ie ohs2 in the example.
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 |
Cause |
Solution |
Running a Pre-Upgrade Readiness Check |
References |