ebs R12.2启动报错"failed to start a managed process after the maximum retry limit"
2016-12-15 17:12 abce 阅读(1631) 评论(0) 编辑 收藏 举报启动日志:
1 2 3 4 5 | 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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # 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 |
解决方法:
1 | 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. |
步骤:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | $ 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 |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· .NET10 - 预览版1新功能体验(一)
2015-12-15 MySQL加载配置文件的顺序