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

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 options:

Option 1 - Simply create a favicon.ico file of 32×32 or 64×64 px dimentions and upload it under $INST_TOP/apps/<VIS>.<context>/portal directory. Then give necessary permissions of applmgr and dba group.

Option 2 - Copy favicon.ico file from another Oracle EBS installation that is working, in the above mentione directory.

Step 2. Restart Apache using the following script in your Applications Tier:

cd $INST_TOP/admin/scripts

./adapcctl.sh stop
./adapcctl.sh start

Environment

+ Oracle E-Business Suite Release 12.1.3

+ Oracle Linux x86-64 Operating System

[SOLVED] How to find Linux Release/Version in Orac...
[SOLVED] ApplicationLogManager is not installed, m...