zoukankan      html  css  js  c++  java
  • ebs R12.2启动报错"failed to start a managed process after the maximum retry limit"

    启动日志:

    Error
    --> Process (index=1,uid=1739599208,pid=4479)
      failed to start a managed process after the maximum retry limit
      Log:
      /test/erpapp/VIS/fs1/FMW_Home/webtier/instances/EBS_web_VIS_OHS1/diagnostics/logs/OHS/EBS_web_VIS/console~OHS~1.log
    

      

    查看日志console~OHS~1.log

    # more    /test/erpapp/VIS/fs1/FMW_Home/webtier/instances/EBS_web_VIS_OHS1/diagnostics/logs/OHS/EBS_web_VIS/console~OHS~1.log
    
    --------
    16/12/14 23:39:30 Start process
    --------
    /test/erpapp/VIS/fs1/FMW_Home/webtier/ohs/bin/apachectl startssl: execing httpd
    httpd.worker: Syntax error on line 1042 of /test/erpapp/VIS/fs1/FMW_Home/webtier/instances/EBS_web_VIS_OHS1/config/OHS/EBS_web_VIS/httpd.conf: Syntax error on line 30 of /test/e
    rpapp/VIS/fs1/FMW_Home/webtier/instances/EBS_web_VIS_OHS1/config/OHS/EBS_web_VIS/oracle_apache.conf: Syntax error on line 19 of /test/erpapp/VIS/fs1/FMW_Home/webtier/instances/E
    BS_web_VIS_OHS1/config/OHS/EBS_web_VIS/security2.conf: Cannot load /test/erpapp/VIS/fs1/FMW_Home/webtier/ohs/modules/mod_security2.so into server: libpcre.so.0: cannot open shar
    ed object file: No such file or directory
    
    --------
    16/12/14 23:39:31 Start process
    --------
    /test/erpapp/VIS/fs1/FMW_Home/webtier/ohs/bin/apachectl startssl: execing httpd
    httpd.worker: Syntax error on line 1042 of /test/erpapp/VIS/fs1/FMW_Home/webtier/instances/EBS_web_VIS_OHS1/config/OHS/EBS_web_VIS/httpd.conf: Syntax error on line 30 of /test/e
    rpapp/VIS/fs1/FMW_Home/webtier/instances/EBS_web_VIS_OHS1/config/OHS/EBS_web_VIS/oracle_apache.conf: Syntax error on line 19 of /test/erpapp/VIS/fs1/FMW_Home/webtier/instances/E
    BS_web_VIS_OHS1/config/OHS/EBS_web_VIS/security2.conf: Cannot load /test/erpapp/VIS/fs1/FMW_Home/webtier/ohs/modules/mod_security2.so into server: libpcre.so.0: cannot open shar
    ed object file: No such file or directory
    

      

    解决方法:

    There is patch"21081177"  available for the same issue but this patch can be applied only after upgrade the webiter to 11.1.1.7. As a workaround we can copy the library files from the patch to $FMW_HOME/webtier/lib directory.
    

      

    步骤:

    $ unzip p21081177_111170_Linux-x86-64.zip 
    $ cd 21081177/
    $ ls
    etc  files  README.txt
    $ cd files/
    $ ls
    ohs
    $ cd ohs/
    $ ls
    lib  modules
    $ cd lib/
    $ ls
    libpcre.so  libpcre.so.0
    $ cp libpcre.so* /test/erpapp/VIS/fs1/FMW_Home/webtier/lib
    $ ls -l /test/erpapp/VIS/fs1/FMW_Home/webtier/lib |grep libpcre
    -rwxr-x--- 1 applvis dba   111275 Dec 15 16:50 libpcre.so
    -rwxr-xr-x 1 applvis dba   111275 Dec 15 16:50 libpcre.so.0
    

      

  • 相关阅读:
    JAVA多线程之守护线程
    有符号数与无符号数
    子母钟系统,GPS时钟系统,医院网络时间同步技术方案
    NTP时间同步服务器,GPS时钟系统,北斗授时产品,京准科技
    卫星时钟系统(NTP网络时钟系统)技术应用方案
    GPS对时产品,NTP校时,时间同步服务器,北斗授时设备
    GPS对时装置(NTP时钟服务器)应用安防监控系统
    考场时钟系统(标准化考场时钟同步建设)应用方案
    时间同步装置(GPS时钟)在电网SCADA系统应用
    网络时间服务器(医院时钟系统)相关问题汇总
  • 原文地址:https://www.cnblogs.com/abclife/p/6184023.html
Copyright © 2011-2022 走看看