设为首页 收藏本站
查看: 411|回复: 0

windows server 2008 应用程序池自动关闭 C:\Windows\system32\RpcProxy\RpcProxy.dll failed

[复制链接]
YunVN网友  发表于 2015-5-1 07:18:59 |阅读模式

  • Sign In
  • Join
Search
  IIS

  • Home
  • Downloads
  • Learn
  • Reference
  • Solutions
  • Blogs
  • Forums

  HomeIIS.NET Forums64-bit Editions of IISIIS in SySWoW ModeThe Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to lo...

The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load RSS

10 replies
  Last post Aug 01, 2010 08:21 AM by Dani Avni

‹ Previous Thread|Next Thread ›


Shortcuts

  • Active Threads
  • Unanswered Threads
  • Unresolved Threads
  • Advanced Search




    • Reply

    DSC0000.jpg john_burrows
    3 Posts

    The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load
    Jan 07, 2009 10:38 PM|LINK

      HI
      I am just posting a solution which took me days to work out and is as usual such a simple fix WHICH I THINK should be fixed by Microsoft.  Thanks also to Anil Ruia for tips on how to fix this
      Scenario:
      64Bit IIS7 running a 32Bit application so Enable 32Bit is set to true on the application pool
    Also running as an exchange front end server and hence RPCProxy is loaded
      In this scenario you might get the errors
      In IE -
    "HTTP Error 503. The service is unavailable."
      In the event viewer-
    "The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load. The data is the error."
    and
    "Application pool 'xxxxxxxxx' is being automatically disabled due to a series of failures in the process(es) serving that application pool."
      Essentially the rpcpoxy is trying to load into the 32bit pool.  The question I have i guess is why is this dll trying to load in the first place.  It's not part of my application.  Anyway to fix this issue:
      Edit  c:\windows\system32\inetsrv\config\applicationhost.config
      In the section which has  add -  precondition="bitness64" to the rpcproxy line so that you have the following
      
      Hope this helps others


    • Reply

    DSC0001.jpg Rovastar
    3967 Posts
    MVP
    Moderator

    Re: The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load
    Jan 09, 2009 12:08 AM|LINK

      Not that I have used it as it is an exchange thing but you asked why it was loaded. Here is the reason:
      http://technet.microsoft.com/en-us/library/bb124035(EXCHG.65).aspx
      Maybe there should be more info about it running under 32 bit here:
      http://technet.microsoft.com/en-us/library/aa996644(EXCHG.65).aspx
      But I see it as more of an exchange problem than IIS.

    ...


    • Reply

    DSC0002.jpg tomf84
    1 Post

    Re: The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load
    Jan 20, 2009 09:59 PM|LINK

      Brilliant, just ran into this trying to get TS Gateway up and running on IIS7.


    • Reply

    john_burrows
    3 Posts

    Re: The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load
    Jan 20, 2009 10:11 PM|LINK

      Thanks for the links.  As i read them that explains why rpcproxy is on my machine which i already knew.  What i don't understand is why my application, which has nothing to do with outlook, is trying to load this dll.  Or did i miss something in the articles?
      Thanks


    • Reply

    Rovastar
    3967 Posts
    MVP
    Moderator

    Re: The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load
    Jan 20, 2009 11:54 PM|LINK

      I can only imagine it (via Exchange) was installed at some point on your box. Another query here about rpcproxy was that they were running on Small Business Server so they had exchange and it installed this.
      To be honest I know little about it as I have not worked with it but they are the conculsion I would make initially. I also understand it is an ISAPI filter, do you have any references to any filter on your machine (server wide or any of the sites?). Any reference to it in your metabase?

    ...


    • Reply

    john_burrows
    3 Posts

    Re: The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load
    Jan 21, 2009 01:48 AM|LINK

      Yes it's setup up on the box, it's supposed to be as it's an Exchange Front End server.  What i don't know is why it's loading up in my application.  Other applications on the same server require it so thats why it's there.  It's not in the list of handlers for my application so it's a bit confusing.  ANyway it all works fine now with the workaround i posted
      Thanks
      


    • Reply

    DSC0003.jpg xFull
    1 Post

    Re: The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load
    Dec 06, 2009 07:44 PM|LINK

    After looking hours for a solution I found this http://support.citrix.com/article/CTX120153. Maybe it'll help someone.


    • Reply

    DSC0004.jpg david.robert...
    1 Post

    Re: The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load
    Jun 15, 2010 04:20 PM|LINK

      Good morning all,
      I know this is an older thread but I'm coming across this exact issue with a new SBS2008 server for one of my clients.  The time/attendance app they are installing has a Web services component and is a 32-bit application, so I enabled 32-bit compatibility on the app pool for that specific program.  Now I get 503 -Service unavailable errors and the RPCproxy.dll error which causes the app pool to shut down.  When I added the argument to the  "PasswordExpiryModule" as instructed above, I now get an error on the same application:
      HTTP 500.19 - the worker process is unable to read the applicationhost.config file.  
      If I revert to the saved applicationHost.config, it goes right back to the RPCproxy.dll issue.
      I followed the syntax to the letter!  I don't understand why it would have trouble reading the applicationhost.config file after I added that line preventing the RPCproxy.dll file from being called....any help would be MUCH appreciated.  Thanks!
      
      
      -Dave Roberts
      


    • Reply

    DSC0005.jpg eddy99
    1 Post

    Re: The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load
    Jun 15, 2010 07:58 PM|LINK

      Im experiencing the same issues as Dave with the RPCproxy.dll error, any help would be appreciated


    • Reply

    DSC0006.jpg Periander
    1 Post

    Re: The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load
    Jun 16, 2010 05:35 AM|LINK

      The fix worked for me, thank you so much.
      
      The format of mine looks as follows:
      
      



    • Reply

    DSC0007.jpg Dani Avni
    1 Post

    Re: The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load
    Aug 01, 2010 08:21 AM|LINK

      Dave,
      i had the same problem and after some digging i found this article
      http://www.m86security.com/kb/article.aspx?id=12671
      follow it and your site should be running
      
      Dani Avni


‹ Previous Thread|Next Thread ›
DSC0008.gif

  • This site is managed for Microsoft by Neudesic, LLC. | © 2014 Microsoft. All rights reserved.
  • Privacy Statement
  • Terms of Use
  • Contact Us
  • Advertise With Us
  • Hosted on Microsoft Azure


  • Follow us on:
  • Twitter
  • Facebook


  • Microsoft
  • Feedback on IIS
  • Powered by IIS8

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-62369-1-1.html 上篇帖子: how to debug a windows service before its starting on windows server 2008 下篇帖子: Windows Server 2008远程连接人数限制修改及修改端口
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表