26 August 2013

Request URI:/OA_HTML/AppsLocalLogin.jsp Exception: java.lang.NoClassDefFoundError

Error:-

Request URI:/OA_HTML/AppsLocalLogin.jsp

Exception:
java.lang.NoClassDefFoundError


Solution :-


Step To clear the jsp & modplsql caches using below command:

1) shutdown apache server
2) verify ps ux | grep http -- should not return any process
3) rm -rf $OA_HTML/_pages/*
4) rm -rf $COMMON_TOP/_pages/*
5) rm -rf $IAS_ORACLE_HOME/Apache/modplsql/cache/*
6) start apache server

Example:-

[applmgr@test TEST_test]$./adapcctl.sh stop
[applmgr@test TEST_test]$ ps ux | grep http
[applmgr@test TEST_test]$ mv /ora/test/appl/testcomn/html/_pages/  $OA_HTML/_pages_old
[applmgr@test TEST_test]$ mv /ora/bovptch/appl/testcomn/_pages/ /ora/test/appl/testcomn/_pages_old

[applmgr@test TEST_test]$ mv /ora/test/appl/testora/iAS/Apache/modplsql/cache/ /ora/test/appl/testora/iAS/Apache/modplsql/cache_old
[applmgr@test TEST_test]$./adapcctl.sh start

No comments: