An upgrade without issues is no upgrade at all! Let's go through a few of those when upgrading to OHS 12.2.1.4. 1. Domain reconfiguration Improper file permissions causes standalone OHS domain reconfiguration to fail. cd $ORACLE_HOME/oracle_common/common/bin ./reconfig.sh -log=ohs12214_reconfg.log -log_priority=ALL 2023-04-12 23:09:27,018 FINE [55] com.oracle.cie.domain.ConfigHelper - copyFile failed: from=/u02/private/oracle/config/domains/ohs/config/fmwconfig/components/OHS/ohs1/cgi-bin/printoam to=/u02/private/oracle/config/domains/ohs/config/fmwconfig/components/OHS/instances/ohs1/cgi-bin/printoam java.io.FileNotFoundException: /u02/private/oracle/config/domains/ohs/config/fmwconfig/components/OHS/instances/ohs1/cgi-bin/printoam (Permission denied) at java.io.FileOutputStream.open0(Native … Continue reading 12.2.1.4 Standalone Oracle HTTP Server upgrade issues
Category: Oracle HTTP Server
Upgrade Standalone Oracle HTTP Server to 12.2.1.4 – part 2
After OHS 12.2.1.4 installation and reconfiguration , proceed to upgrading domain and system component configurations to 12.2.1.4.Ensure JVM character encoding is set to UTF-8 for the platform prior invoking UA so as not to run into Unicode characters related upgrade issues. Start the Upgrade Assistant cd $NEW_ORACLE_HOME/oracle_common/upgrade/bin ./ua -- -- -- -- -- -- -- … Continue reading Upgrade Standalone Oracle HTTP Server to 12.2.1.4 – part 2
Upgrade Standalone Oracle HTTP Server to 12.2.1.4
A Standalone HTTP Server is not managed by Oracle WebLogic domain or Oracle Enterprise Manager Fusion Middleware Control, rather by Oracle WebLogic Server Node Manager. It is configured without Oracle Fusion Middleware Infrastructure, unlike a Managed Oracle HTTP Server which is associated with a WebLogic domain.Find out whether OHS is collocated or standalone – cd … Continue reading Upgrade Standalone Oracle HTTP Server to 12.2.1.4