[SOLVED] How to change Weblogic Admin Server password in Oracle EBS Release 12.2?

Oracle E-Business Suite Installation of Release 12.2.0 failed with error RW-50004 under Oracle Linux 7.5 OS

Issue How to change Weblogic Admin Server password in Oracle EBS Release 12.2? Solution Simply run through the below mentioned steps: Step 1. Stop all Application Tier Services running under the Application Server: cd $INST_TOP/admin/scripts./adstpall.sh   Step 2. Now run the below command to change Oracle Weblogic Server password: [oracl...
Continue reading

[SOLVED] How to find Linux Release/Version in Oracle Linux?

How to find Linux Release/Version in Oracle Linux?

Issue How to find Linux Release/Version in Oracle Linux? Solution Simply issue the following command to find the Linux Release: [root@ebs ~]# cat /etc/*releaseLSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarchOracle Linux Server release 6.5Red ...
Continue reading

[SOLVED] How to fix error - File does not exist: favicon.ico

Error This error is thrown while in Apache Log while starting Applications Tier: File does not exist: /u01/install/APPS/inst/apps/EBSDB_ebs/portal/favicon.ico Log File Location = /u01/install/APPS/inst/apps/EBSDB_ebs/logs/ora/10.1.3/Apache File Name = error_log.1536192000.txt Solution Step 1. Complete any of the below mentioned optio...
Continue reading

[SOLVED] ApplicationLogManager is not installed, may result in loader leaks. Set -Djava.util.logging.manager=oracle.classloader.util.ApplicationLogManager

Error Following error is thrown while starting Application Tier: ApplicationLogManager is not installed, may result in loader leaks. Set -Djava.util.logging.manager=oracle.classloader.util.ApplicationLogManager  Log File Directory = /u01/install/APPS/inst/apps/EBSDB_ebs/logs/ora/10.1.3/opmn File Name = default_group~oacore~default_gr...
Continue reading

[SOLVED] How to disable firewall in Oracle Linux 7.5?

Oracle Linux 7.5 Firewall Disabled

Issue I installed Oracle E-Business Suite Release 12.2 in Virtualbox VM, but wasn't able to connect to its front-end from Windows host. After investigation I found that Oracle Linux firewall was open and it was blocking port 8000. I issued the following command to find its status: [root@localhost ~]# systemctl status firewalld ● firewalld.serv...
Continue reading