正德厚生,臻于至善

OACORE Services Starting in ADMIN Mode

OACORE Services Starting in ADMIN Mode

Problem Description:

The OACORE server log file showed the following error:

Failed to load webapp: /OA_HTML because of DeploymentException: java.lang.NullPointerException
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:397)

Due to this, OACORE remained stuck in ADMIN mode and the application was inaccessible via the web.


Root Cause:

This typically happens when:

✔️ JSP dependencies are broken or outdated.
✔️ OA Framework components were not properly compiled or deployed.
✔️ Missing or invalid compiled JSP files.


Fix (Step by Step):


1. Check EBS Dependencies

Run the Oracle-provided script to check all OA Framework and OACORE dependencies:

$FND_TOP/bin/txkrun.pl -script=ChkEBSDependecies -server=ALL_SERVERS

✔️ This will validate critical EBS component setups.


2. Compile JSP Files

Navigate to the patch directory and recompile all JSPs:

cd $FND_TOP/patch/115/bin
ojspCompile.pl --compile --flush

✔️ The --flush option clears old compiled JSPs before rebuilding.


3. Stop OACORE Managed Server

admanagedsrvctl.sh stop oacore_server1

4. Start OACORE Managed Server

admanagedsrvctl.sh start oacore_server1

✔️ After this, OACORE should start in RUNNING mode without errors.

赞(0) 打赏
未经允许不得转载:徐万新之路 » OACORE Services Starting in ADMIN Mode

支持快讯、专题、百度收录推送、人机验证、多级分类筛选器,适用于垂直站点、科技博客、个人站,扁平化设计、简洁白色、超多功能配置、会员中心、直达链接、文章图片弹窗、自动缩略图等...

联系我们

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续提供更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫

微信扫一扫

登录

找回密码

注册