The look and feel of the Self Service EBS Application gets distorted with fonts showing garbled/distorted as shown below
Below solutions have helped us in correcting the issue:
SOLUTION 1: COMPILE JSPs
1) Shutdown all application services
2) Compile jsp :
1
2
3
|
cd $FND_TOP/patch/115/bin
$ perl ojspCompile.pl –compile –flush -p 2
|
3) Restart services.
4) Clear the client side browser cache , restart the browser and test.
SOLUTION 2: CLEAR CABO CACHE
If above solution doesn’t help, perform below actions
1) Shutdown all application services
2) Take backup of all files in following directories from application tier .
1
2
|
$OA_HTML/cabo/images/cache
$OA_HTML/cabo/styles/cache
|
3) Remove all files in above 2 directories
4) Restart services.
5) Clear the client side browser cache , restart the browser and test.
Latest posts by Brijesh Gogia (see all)
- Oracle Multitenant DB 4 : Parameters/SGA/PGA management in CDB-PDB - July 18, 2020
- Details of running concurrent requests in Oracle EBS - May 26, 2020
- Oracle Multitenant DB 3 : Data Dictionary Architecture in CDB-PDB - March 20, 2020