<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Heck's  Blog]]></title> 
<link>https://www.heckjj.com/index.php</link> 
<description><![CDATA[一瞬间的决定，往往可以改变很多，事实上，让自己成功的往往不是知识，是精神！ 如果你总是为自己找借口，那只好让成功推迟。执行力，今天！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Heck's  Blog]]></copyright>
<item>
<link>https://www.heckjj.com/iis-can-not-start-services-resolve-html/</link>
<title><![CDATA[IIS启动不了相关故障的解决办法]]></title> 
<author>Heck &lt;@hecks.tk&gt;</author>
<category><![CDATA[电脑技术]]></category>
<pubDate>Fri, 31 Dec 2010 06:31:43 +0000</pubDate> 
<guid>https://www.heckjj.com/iis-can-not-start-services-resolve-html/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 　<span style="font-family: 微软雅黑;">今天在公司发现俺机器上的IIS突然就不能启动了，老是处于<strong>“停止”</strong>状态，而且手动启动时会提示啥<strong><span style="color: #DC143C;">“服务没有及时响应启动或控制请求”</span></strong>，然后发现IIS所依赖的服务“WorldWideWebPublishing”也启动不了，这个问题是由于打的远程代码执行漏洞的<strong><span style="color: #0000FF;">KB939373</span>、<span style="color: #008000;">KB942830</span>、<span style="color: #DC143C;">KB942831</span>、<span style="color: #800080;">KB2290570</span></strong>这一系列补丁引起的，删除这些补丁即可，当然可能这些补丁在你的机器不是全打上了，可能只有一个或两个。<br/><br/>1. 系统环境：Windowsxp+sp3,II5.1 <br/>故障现象：把IIS服务停止以后，程序长时间没响应，通过任务管理器关闭，启动时提示“服务没有及时响应启动或控制请求”，重启计算机未能解决。 <br/>解决办法：在Internet信息服务下有本地计算机(计算机机名)，单击名键，选择断开，提示确实要断开本地计算机(计算机机名)吗？选择确定。 <br/>右键单击Internet，选择连接，计算机名填本机名称，用户名填本机管理员帐号（Administrator），确定。 <br/><br/>2. 发现服务<strong><span style="color: #0000FF;">&quot;WorldWideWebPublishing&quot;</span></strong>关闭了，启动也提示启动失败。静下心来，再看看其它关闭了的服务，有一项Eventlog把它启动了，再启动WorldWideWebPublishing成功。问题就在这里。 <br/>虽然“WorldWideWebPublishing”服务和SMTP服务的依存关系列表中没有提到“eventlog”服务，但 “eventlog” 服务不启动的话，就会出现上述问题。启动“eventlog”服务，然后启动“WorldWideWebPublishing”服务，上述问题消失。<br/><br/>3. IIS元数据库可能坏了，测试一下。 <br/>Try to enumerate metabase: <br/>a. Open a command prompt and change to the C:&#92;Inetpub&#92;Adminscripts folder. <br/>b. At the command line, type &quot;cscript adsutil.vbs enum &quot; (without the <br/>quotation marks). <br/>If this command is successful, it enumerates the settings in the <br/>metabase. <br/>If the command is not successful, you receive the -2146893792 <br/>(0x80090020) error code. <br/>假如有备份，把数据回复。</span><span style="font-family: 微软雅黑;"> <br/>如果没有，请参考:<a href="http://www.hecks.tk/plugin/album/pictures/2a09fd5295c23e6d9a2a79e5adfc5463.gif" target="_blank"><img src="http://www.hecks.tk/plugin/album/pictures/2a09fd5295c23e6d9a2a79e5adfc5463.gif" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>How to Manually Restore the Metabase When No Proper Backup Exists or When <br/>the MMC Does Not Start <br/>http://support.microsoft.com/?id=234429 <br/>HOW TO: Download, Install, and Remove the IIS MetaEdit 2.2 Utility <br/>http://support.microsoft.com/?id=232068 <br/><br/>4. 解决IIS不能启动，提示<strong><span style="color: #FF0000;">“服务器没有及时响应启动或控制请求 ”</span></strong><br/>问题现象： <br/>1)、在IIS中站点显示停止，点击开启IIS不能启动，提示：服务器没有及时响应启动或控制请求 点击重新启动IIS提示：服务器没有及时响应启动或控制请求！ <br/>2)、World Wide Web Publishing Services不能启动，提示“错误1721，资源不足，无法启动” <br/>解决方法： <br/>a、刚刚我也出现了那个问题，弄了一上午现在解决了，我是查出了World Wide Web Publishing Service服务没有启动，也启动不了，按照他的依存关系，把其他的服务启动了就可以了，我启动的是HTTP SSL，然后World Wide Web Publishing Service就可以用了，iis也可以了 <br/>b、有一次站点访问失败，IIS服务无法启动，我的解决思路是这样的： <br/>先打开Administrative Tools --&gt; Service，发现World Wide Web Publishing Service停止了。于是试图启动该服务，结果报错。 <br/>于是查看World Wide Web Publishing Services所需要依赖的服务（Dependencies），看到是IIS Admin Service。进而发现IIS Admin Service也无法启动，再查IIS Admin Service的Dependencies，查的结果是Protected Storage和RPC（Remote Procedure Call），于是启动RPC，接着顺利启动IIS Admin Service，接着启动World Wide Web Publishing Services，于是IIS恢复正常。 <br/><br/>5、错误信息：<strong><span style="color: #FF0000;">无法启动world wide web publishing service服务 错误：127 找不到指定的程序</span> </strong><br/><br/>昨天下午从微软网站上下载一些系统补丁,没想到今天在使用iis的时候,发现IIS默认网站无法启动，World Wide Web Publishing服务无法启动，提示错误127 找不到指定程序,然后我重装iis后，故障依然存在。从网上查询了些资料,原来是WindowsXP-KB939373-x86-CHS.exe这个补丁程序的缘故。 <br/><br/>解决办法：到控制面板－添加/删除程序，点击最上边的“显示更新”，找到“windows xp 软件更新”，卸载掉<strong>WindowsXP-KB939373-x86-CHS.exe</strong>这个补丁补丁，如果没有请删除这几个补丁<strong><span style="color: #008000;">KB942830</span>、<span style="color: #DC143C;">KB942831</span>、<span style="color: #800080;">KB2290570</span></strong>，World Wide Web Publishing服务就可以启动了。</span><br/><br/><a href="http://www.hecks.tk/plugin/album/pictures/1738074.gif" target="_blank"><img src="http://www.hecks.tk/plugin/album/pictures/1738074.gif" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>Tags - <a href="https://www.heckjj.com/tags/iis/" rel="tag">iis</a>
]]>
</description>
</item><item>
<link>https://www.heckjj.com/iis-can-not-start-services-resolve-html/#blogcomment</link>
<title><![CDATA[[评论] IIS启动不了相关故障的解决办法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.heckjj.com/iis-can-not-start-services-resolve-html/#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>