我在 Windows Server 2003 上安装了 Oracle HTTP Server,它可以正常工作。但是当我重新启动计算机时,我收到错误。service.log:
Request failure: 0 of 1 processes started.
HTTP/1.1 204 No Content
Content-Length: 683
Content-Type: text/html
Response: 0 of 1 processes started.
<?xml version='1.0' encoding='US-ASCII'?>
<response>
<opmn id="CIST_WEB_TEST:6200" http-status="204" http-response="0 of 1 processes started.">
<ias-instance id="standalone">
<ias-component id="HTTP_Server">
<process-type id="HTTP_Server">
<process-set id="HTTP_Server">
<process id="833224729" pid="2752" status="Init" index="1" log="C:\oraHTTP\opmn\logs\HTTP_Server~1" operation="request" result="failure">
<msg code="-21" text="failed to start a managed process after the maximum retry limit">
</msg>
</process>
</process-set>
</process-type>
</ias-component>
</ias-instance>
</opmn>
</response>
和 HTTP_Server~1
--------
14/07/03 13:38:44 Start process
--------
Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server running...
--------
14/07/03 13:38:46 Start process
--------
[Thu Jul 03 13:38:46 2014] [warn] pid file c:/orahttp/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server running...
答案1
如果安装了 Oracle HTML Server 10.2.0.1.0,则需要禁用服务 OracleOraDb10g_homeASControl 并重新启动
管理工具>服务>OracleOraDb10g_homeASControl0>启动类型:禁用和服务状态:已停止