Invalid Certificate Chain – Unable to Validate Signed Jar File
After a typical Oracle Forms installation, it is recommended to sign custom JAR files, including jacob.jar to avoid Java run time warning messages. ... Read More
Learn more about why Eclipsys has been named the 2023 Best Workplaces in Technology and Ontario, Certified as a Great Place to Work in Canada and named Canada’s Top SME Employer!
Learn more!After upgrading OAM to 12.2.1.4, proceed with reconfiguring the WebLogic domain.
cd /u01/oracle/products/12.2.1.3/access/oracle_common/common/bin
./reconfig.sh -log=oam_reconfg.log -log_priority=ALL
—
—
When the progress bar reaches 100%, click Cancel. Crosscheck config.xml file for the updated domain version.
—
grep domain-version $DOMAIN_HOME/config/config.xml
<domain-version>12.2.1.4.0</domain-version>
— WLS version
cd /u01/oracle/products/12.2.1.3/access/inventory
grep "WebLogic Server for FMW" registry.xml
<distribution status="installed" name="WebLogic Server for FMW" version="12.2.1.4.0">
grep "oracle.wls.weblogic.sca" registry.xml
<component status="installed" name="oracle.wls.weblogic.sca" version="12.2.1.4.0">
cd ../wlserver/server/lib
java -cp weblogic.jar weblogic.version
WebLogic Server 12.2.1.4.0 Thu Sep 12 04:04:29 GMT 2019 1974621
Use 'weblogic.version -verbose' to get subsystem information
Use 'weblogic.utils.Versions' to get version information for all modules
— OAM version
cd /u01/oracle/products/12.2.1.3/access/oui/bin/
./viewInventory.sh | grep "FeatureSet: oam" | grep 12.2.1.4.0
FeatureSet: oam_core 12.2.1.4.0
FeatureSet: oam_wlsCore 12.2.1.4.0
FeatureSet: oam_wlsFmw 12.2.1.4.0
FeatureSet: oam 12.2.1.4.0
cd /u01/oracle/products/12.2.1.3/access/OPatch
./opatch lsinventory -details
Crosscheck the following from the log file:
[May 1, 2023 11:25:23 AM] [INFO] WebLogic Server for FMW 12.2.1.4.0
[May 1, 2023 11:25:23 AM] [INFO] Installs Oracle Access Manager Server 12.2.1.4.0
Bring up Node Manager, WebLogic Admin server, and OAM Managed servers.
References: Upgrading Oracle Access Manager Highly Available Environments, Upgrade Oracle Access Manager (OAM) 12cR2 PS4 (OAM 12.2.1.4.0) Multi-Node Environment (Doc ID 2666399.1), Upgrade Advisor for Oracle Access Manager 12cR2 PS4 (OAM 12.2.1.4.0) (Doc ID 2564763.2)
After a typical Oracle Forms installation, it is recommended to sign custom JAR files, including jacob.jar to avoid Java run time warning messages. ... Read More
Following the installation of Oracle Fusion Middleware components, it is advisable to configure those as Windows operating system services. A typical ... Read More