zoukankan      html  css  js  c++  java
  • EBS R12重启后无法进入登录页面

    应用启动正常,但无法进入登录页面:

    The webpage cannot be found HTTP 404 ... No known changes had been made and the Middle-Tier Services appear to start without problems.

    The error_log shows errors like: ... File does not exist: <PORTAL_TOP>/OA_HTML/AppsLogin

    No obvious errors were found in the other log files apart from... $LOG_HOME/ora/10.1.3/j2ee/oacore/oacore_default_group_1/log.xml which reports: Internal error raised tyring to instantiate web-application: html defined in web site OC4J 10g (10.1.3) Default Web Site.Error compiling :$COMMON_TOP/webapps/oacoreml: Error instantiating compiler: Web service artifact generation failed:java.lang.InstantiationException: IO Error reading WEB-INFdlrp_service.wsdl in $COMMON_TOP/webapps/oacoreml: $ORA_CONFIG_HOME/ora/10.1.3/j2ee/oacore/application-deployments/oacoremlrver-wsdlrp_service.wsdl (Permission denied)... CAUSEThis problem occurrs because the file 'wsrp_service.wsdl' is owned by the 'root' User, but the Middle-Tier Services are started by the APPLMGR User.

    A similar issue is reported in unpublished Bug 8240458 which describes the same issue with AppsLogin not working and error_log reporting 'File does not exist' for AppsLogin with the path pointing to PORTAL_TOP instead of OA_HTML. This bug identifies the problem as being caused by the file wsrp_service.wsdl being owned by root instead of the applmgr as expected. This results in the Permission Denied errors when Apache starts and causes the eventual login issues.

    This may happen if, at some previous time, the Middle-Tier Services have been accidentally (re)started by the 'root' User instead of the APPLMGR User.SOLUTIONTo get the issue resolved, please implement following steps :Ensure that the file $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/application-deployments/oacoremlrver-wsdlrp_service.wsdl is owned by the APPLMGR User:

    1. Open a new shell and source the APPS Environment.

    2. Execute following command to see the access rights on the file: ls -l $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/application-deployments/oacoremlrver-wsdlrp_service.wsdl

    If the output shows 'root' as the owner, then please change the access rights of the file to be owned by the APPLMGR User. Please be aware :To be able to change the access rights you need the root user privilege!

    3. Within the open shell change to the root User access, change the access rights and verify the access rights again.

  • 相关阅读:
    视频处理类
    JAVA向EXE文件尾追加配置信息,用于解决局版客户端的程序IP配置问题
    分布式系统解决方案
    理想智慧云
    在C#中调用格式工厂进行任意视频格式到FLV的转换
    思考一下提高转码的速度
    在OpenResty中使用淘宝的concat进行css和js合并,同时支持GZIP静态压缩
    robotframework常用的几个快捷键
    robotframe使用之滚动条
    robotframe使用之时间控件
  • 原文地址:https://www.cnblogs.com/xiyuanbaiyun/p/4213872.html
Copyright © 2011-2022 走看看