R12 - Login Issue after any maintenance activity
Sometime if you try to access home page after any maintenance activity, it displays a blank page. This may occure due to jsp/class corruptions in $COMMON_TOP/_pages.
how do we come to know that there is jsp/class corruption ?
Enable and Collect Debug for HTTP, OC4J and OPMN in R12 ,
we may see in:
$LOG_HOME/ora/10.1.3/j2ee/oacore/oacore_default_group_1/application.log
(for various class files:
Missing class: _OA
Missing class: _AppsLocalLogin
Missing class: _OAInfo
Missing class: _jsp._fnd._aoljtest
)
Solution
========
To implement the solution, please execute the following steps:
1. cd $FND_TOP/patch/115/bin
2. perl ojspCompile.pl --compile --flush -p 2
3. Bring up the services and test login
2. perl ojspCompile.pl --compile --flush -p 2
3. Bring up the services and test login
Post a Comment
Thank you for visiting our site and leaving your valuable comment.