Search

IIS

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

 
  • 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 <globalmodules> add -  precondition="bitness64" to the rpcproxy line so that you have the following

    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll" preCondition="bitness64" />

    Hope this helps others

  • 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.

    ...
  • 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.

  • 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

  • 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?

    ...
  • 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

  • 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.
  • 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 <globalmodules> "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

  • 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

  • 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:

    <add name="PasswordExpiryModule" image="C:\Windows\system32\RpcProxy\RpcProxy.dll"
    preCondition="bitness64"  />

  • 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

 

windows server 2008 应用程序池自动关闭 C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load的更多相关文章

  1. Windows Server 2008 R2文件服务器升级到Windows Server 2016

    Windows Server 2008 R2文件服务器升级到Windows Server 2016 用户单位有2台Windows Server 2008 R2的文件服务器,已经加入到域.域服务器另有两 ...

  2. 针对 SQL Server 2008 在Windows Server 2008上的访问配置 Windows 防火墙

    现在Windows Server 2008 服务器用的越来越多,2008的防火墙比2003的有了很大的增强,安全性有了更大的提高. 甚至80端口的出站默认都是被关闭的.所以如果在2008Server上 ...

  3. 阿里云服务器Windows Server 2008/2012部署Office Web Server 2013

    以前成功将Office Web Server 2013部署在了本地服务器上,此次是将Office Web Server 2013部署在阿里云服务器Windows Server 2008和2012上,中 ...

  4. 在Windows Server 2008 R2上安装IIS服务

    一.Windows Server 2008 R2 介绍 1.Windows Server 2008 R2 基本概念 2.Windows Server 2008 R2 家族系列 二.VMware虚拟机安 ...

  5. Windows Server 2008 R2 WEB服务器配置系列文章索引

    最近这段时间趁天翼云1元主机活动,购买了一个1元主机,主要是为了写一些服务器配置的教程. 已经完成如下几篇文章,送给大家. 国内云主机比较 天翼云/阿里云/腾讯云 Windows Server 200 ...

  6. windows Server 2008各版本区别详解

    Windows Server 2008 是专为强化下一代网络.应用程序和 Web 服务的功能而设计,是有史以来最先进的 Windows Server 操作系统.拥有 Windows Server 20 ...

  7. Windows Server 2008标准证书使用记录

    Windows Server 2008标准证书使用记录   近期准备将单位的服务器全部升级到Windows Server 2008,但有一些“遗留”问题需要解决: (1)现在单位还有一台Windows ...

  8. Windows Server 2008 R2 安装及配置指南

    一.安装需求: 1. 硬件需求条件 硬件 需求 处理器 最低:1.4 GHz(x64处理器) 注意:Windows Server 2008 for Itanium-Based Systems 版本需要 ...

  9. Windows server 2008 r2下载地址和激活破解方法

    Windows 7发布了服务器版本——Windows Server 2008 R2.同2008年1月发布的Windows Server 2008相比,Windows Server 2008 R2继续提 ...

随机推荐

  1. 为啥NSString的属性要用copy而不用retain

    之前学习生活中,知道NSString的属性要用copy而不用retain,可是不知道为啥,这两天我研究了一下,然后最终明确了. 详细原因是由于用copy比用retain安全,当是NSString的时候 ...

  2. 在Hadoop集群上,搭建HBase集群

    (1)下载Hbase包,并解压:这里下载的是0.98.4版本,对应的hadoop-1.2.1集群 (2)覆盖相关的包:在这个版本里,Hbase刚好和Hadoop集群完美配合,不需要进行覆盖. 不过这里 ...

  3. Hacker(五)----黑客专用通道--->端口

    计算机中,端口是计算机与外部进行通信交流的出口.计算机本身携带的物理端口(键盘.鼠标.显示器等输入/输出接口)已经无法满足网络通信的要求,因此TCP/IP协议就引入了一种称为Socket的应用程序接口 ...

  4. 表空间使用情况统计[z]

    SELECT UPPER(F.TABLESPACE_NAME) "表空间名", D.TOT_GROOTTE_MB "表空间大小(M)", D.TOT_GROOT ...

  5. bootstrap之 formgroup表单布局样式

    <form class="form-horizontal" role="form"> <fieldset> <legend> ...

  6. ContextLoaderListener和Spring MVC中的DispatcherServlet加载内容的区别

    一:ContextLoaderListener加载内容 二:DispatcherServlt加载内容 ContextLoaderListener和DispatcherServlet都会在Web容器启动 ...

  7. mysql查询优化技巧

    索引优化,查询优化,查询缓存,服务器设置优化,操作系统和硬件优化,应用层面优化(web服务器,缓存)等等.这里记录的优化技巧更适合开发人员,都是从网络上搜集和整理的,主要是查询语句上的优化,其他层面上 ...

  8. 配置managed server

    managed server往往是部署应用程序的server,所以最好在weblgoic上配置上managed server,不要把应用程序直接部署到admin server上. 一.受管服务器的创建 ...

  9. ORACLE CHECK CONSTRAINT使用示例(转载) .

    看下面的例子: CREATE TABLE temp (age NUMBER(3)); ALTER TABLE temp ADD CONSTRAINT ck_temp_age CHECK     ((A ...

  10. 定制样式插入到ueditor

    AngularJs定制样式插入到ueditor中的问题总结 总结一下自己给编辑器定制样式的过程中所遇到的问题,主要是编辑器的二次开发接口,以及用angular定制样式,问题不少,终于在**的帮助下,完 ...