Dear Folks,
We faced issue recently that OACORE services were started as ADMIN than in RUNNING mode.
Error in log file.
Failed to load webapp: /OA_HTML because of DeploymentException: java.lang.NullPointerException
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:397)
Fix
==
$FND_TOP/bin/txkrun.pl -script=ChkEBSDependecies -server=ALL_SERVERS
Compile JSP
cd $FND_TOP/patch/115/bin
ojspCompile.pl --compile --flush
stop and start oacore
admanagedsrvctl.sh stop oacore_server1
admanagedsrvctl.sh start oacore_server1
admanagedsrvctl.sh stop oacore_server3
admanagedsrvctl.sh start oacore_server3
Thanks.
No comments:
Post a Comment