Friday, February 5, 2016

Oracle Apps r12 (EBS) Login page blank

1. Removed any lock files in these directories - while everything was down - $INST_TOP/admin/scripts/adstpall.sh - to bring it all down.

$INST_TOP/ora/10.1.3/j2ee/oacore/persistence/oacore_default_group_1
$INST_TOP/ora/10.1.3/j2ee/oafm/persistence/oafm_default_group_1 and
$INST_TOP/ora/10.1.3/j2ee/forms/persistence/forms_default_group_1

File example that was removed:  scheduler_notifications.lock
rm *.lock
I use that.

2. Next, ran $INST_TOP/admin/scripts/adautocfg.sh

3. Finally I ran this to compile

$FND_TOP/patch/115/bin/ojspCompile.pl --flush --compile -p 2



4. Brought it all back up using $INST_TOP/admin/scripts/adstrtal.sh

It was all working again as normal.

No comments:

Post a Comment