"Login Page" failed during the "Validate System Configuration".
Trying to login via http://
"The page cannot be displayed" error message
ERROR
"login page" failed
.
Cause
The problem is caused by incomplete or malformed configuration files during the upgrade.Solution
To implement the solution, please execute the following steps:1. Cleanup the malformed configuration/setup files by running:
EXEC FND_CONC_CLONE.SETUP_CLEAN;
commit;
exit
2. Regenerate all configuration files by running autoconfig.
3. Delete all files under $COMMON_TOP/_pages.
4. Recompile the jsp's by running :
$FND_TOP/patch/115/bin/ojspCompile.pl --compile --flush -p 2
5. Start the Apache service.
1 comment:
Thank you! This fixed our issue of the R12 Login page no opening. I worked for a week looking through hundreds of log files not finding any error messages. This was a big relief geting this to work using this solution. Our R12 Login page now opens with no issues. This solution works great!
Post a Comment