Hi DBA-Mates,
7. Then again retest the issue.
How to check ojspCompile.pl version:
R12.2 Concepts and Architecture
Jobs Tips
Real Time Experiences
We almost time face an issue such as EBS R12 Login Page
showing a blank page. This case we face almost after cloning or refresh. As we
open the URL of the R12, its loading for a while and goes to a blank page,
after few continuous attempts, it may show the login page or it may not also.
Just, some days ago one of our friend asked me about
JPS compile details in R12. He was not clear about compiling JSP pages as how
to do and when to do but hope these points may clear here. This is also a type
of clearing cache in application EBS R12.
Actually this issue is caused by either missing or
corrupted class files under EBS Cache $COMMON_TOP/_pages.
We can check
this error on the oacore application.log file
javax.servlet.ServletException:
oracle.classloader.util.AnnotatedClassNotFoundException:
Missing class: _AppsLocalLogin
Dependent class: oracle.jsp.runtimev2.JspPageInfo
Loader: oc4j:10.1.3
Code-Source:
/ORA-DATA/apps/tech_st/10.1.3/j2ee/home/lib/ojsp.jar
Configuration: in META-INF/boot.xml in
/ORA-DATA/apps/tech_st/10.1.3/j2ee/home/oc4j.jar
It was initiated at oacore.web.html.jspxxxxx:0.0.0
using the loadClass() method.
And the missing class is not available from any
code-source or loader in the system.
html: Error initializing servlet java.lang.NoClassDefFoundError:
Could not initialize class oracle.apps.fnd.profiles.Profiles
For this above issue or problem, we can try this below
work-around which has worked in real time.
Please follow the below action plan steps:
1. We need to login to apps server and su to apps
user (applmgr).
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/
$cd $COMMON_TOP/
$rm _pages [here, either you can remove or take backup]
$mkdir _pages
$chmod 755 _pages [this may be automatically]
$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.
How to check ojspCompile.pl version:
$
adident Header ojspCompile.pl
ojspCompile.pl:
$Header
ojspCompile.pl 120.10 2007/11/16 04:50:02 sbandla ship $
Some more useful links:
Jobs Tips
Real Time Experiences
I was busy a lots today but I promised for today to
post, So I am doing this night time.
Hope above points may helpful and useful. For any kind
information or suggestions, Please write to either in comment box or contact us
@https://ora-data.blogspot.in/
Thanks,