Please follow the below action plan Steps to compile jsp:
1. We need to login to apps server and su to apps user .
2. Then we need to Shutdown the application services.
3. Now, compile the jsp's manually by using the command as shown below:
$cd $COMMON_TOP/
$rm _pages [here, either you can remove or take backup]
$mkdir _pages
$chmod 755 _pages [this may be automatically]
$perl $FND_TOP/patch/115/bin/ojspCompile.pl --compile --flush -p 2
4. Then check whether all the jsp's are getting compiled successfully.
5. Restart the application services.
6. Open IE or your web browser and clear the browser cache.
7. Then again retest the issue.
1. We need to login to apps server and su to apps user .
2. Then we need to Shutdown the application services.
3. Now, compile the jsp's manually by using the command as shown below:
$cd $COMMON_TOP/
$rm _pages [here, either you can remove or take backup]
$mkdir _pages
$chmod 755 _pages [this may be automatically]
$perl $FND_TOP/patch/115/bin/ojspCompile.pl --compile --flush -p 2
4. Then check whether all the jsp's are getting compiled successfully.
5. Restart the application services.
6. Open IE or your web browser and clear the browser cache.
7. Then again retest the issue.