zoukankan      html  css  js  c++  java
  • 错误:IIS Admin Service 服务因 2147549465 (0x80010119) 服务性错误而停止(转)


    今天我的服务器出现如下的错误:
    IIS Admin Service 服务因 2147549465 (0x80010119) 服务性错误而停止。
    IIS 服务器停止服务,telnet 80端口无任何信息,没有办法,试着重新启动World wide web Publishing service ,系统提示:
    与 World Wide Web Publishing Service 服务相依的 IIS Admin Service 服务因下列错误而无法启动:
    服务已返回特定的服务错误代码。
    于是,只能找到IIS Admin来重新启动;
    重新启动时系统进示:IIS Admin Service 服务因 2147549465 (0x80010119) 服务性错误而停止。
    在网上搜一把,中文的没有搜索到.
    从http://blogs.msdn.com/sajoshi/archive/2006/08/31/733549.aspx这里可以看到如下的信息:
    Could not reset IIS, IISAdmin service terminated unexpectedly
    Published 31 August 06 03:20 PM
    When I am trying to reset IIS using "iisreset" from Run Commnad Prompt, I get the error saying IISAdmin service couldnot start. To solve this, I went to "services.msc" and tried starting the IISAdmin Service. When trying to start IISAdmin, I get
    ---------------------------Services Message---------------------------
    Windows could not start the IIS Admin Service on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code -2147417831.
    ------------------------------------------------------------------------
    And the Eventlog contains following error message:
    Event Log:
    The IIS Admin Service service terminated with service-specific error 2147549465 (0x80010119).
    What Solution I applied:
    I killed the process inetinfo.exe from Task Manager and Again run the command "iisreset". It worked.
    ~Sandeep
    于是试着将inetinfo.exse 进程杀掉,使用命令:iisreset 重新启动IIS服务,一切OK.
    书写随手,用词不当等,请多担待!
    祝你好运!

     
    本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/jingshuaizh/archive/2008/11/17/3319683.aspx

  • 相关阅读:
    经典面试题(二)附答案 算法+数据结构+代码 微软Microsoft、谷歌Google、百度、腾讯
    ctype.h库函数
    结构体大小与内存对齐问题
    整数v,从高位到低位,取c位数,得到最大数 (其中:v>=10^c)
    32位与64 位下各类型长度对比
    C++容器类
    笔试题 相对位置不变的正负数排序
    composer 下载安装
    nginx 多进程 + io多路复用 实现高并发
    go 成长路上的坑(1)
  • 原文地址:https://www.cnblogs.com/LeimOO/p/1533849.html
Copyright © 2011-2022 走看看