Visit the Below Website to access unlimited exam questions for all IT vendors and Get Oracle Certifications for FREE
http://www.free-online-exams.com
http://www.free-online-exams.com
Problem: After installing RUP 7, "Exception: javax.servlet.ServletException: java.lang.NoClassDefFoundError: oracle/apps/fnd/metadata/DatabaseClass"
Symptoms:
Request URI:/OA_HTML/AppsLocalLogin.jsp
Exception:
javax.servlet.ServletException: java.lang.NoClassDefFoundError: oracle/apps/fnd/metadata/DatabaseClass
Solution:
Relink the middle tier processes and the applications by:
Stop all the middle tier services
Source the iAS ORACLE_HOME Environment
Execute the script $ORACLE_HOME/bin/adlnkiAS.sh
Source the APPS Environment
Execute the script $ORACLE_HOME/bin/adlnk806.sh
Then run the commands:
adrelink.sh ranlib=y force=y "ad all"
Then use adadmin to relink all the application executables
Perform the following command mv $COMMON_TOP/_pages $COMMON_TOP/_pages_210610
Then restart the middle tier processes and retest
No comments:
Post a Comment