Yes, it feels like we are moving in the right direction at leas :-)
I have corresponding events in the application log, they state: Source: ISS-W3SVC-WP
Event ID: 2280 The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load. The data is the error.
I'm having the same exact challenges. Fresh install with SQL 2008. I'm using to test some app's and get familiar with Srv08/Sql08/ and IIS 7 for Production Env.
This means that this dll (or one of its dependencies) is not found - you can see if the dll itself is missing (by using dir) or its dependencies (by using procmon) or remove the ISAPI filter from IIS configuration if you do not need it.
Anil Ruia
Software Design Engineer
IIS Core Server
This means that this dll (or one of its dependencies) is not found - you can see if the dll itself is missing (by using dir) or its dependencies (by using procmon) or remove the ISAPI filter from IIS configuration if you do not need it.
I also imagine this could also mean that the dll (or a dependency) is not registered. You could get similar error behaviour if this is the case.
I have the same exact problem. Did you ever find a solution?
moomee
mile72
Greetings,
I have just installed FPSE 2008 on a Win 2008 server.
When I go to the IIS 7 management console and to the Microsoft SharePoint Administration site and try to open the Server Administration page I only get the
HTTP Error 503. The service is unavailable page.
Can anyone point me in the right direction to help me solve the problem?
We are having similar problems. We have 3 new Win2008 servers that we are trying to put into production. We've been testing everything out on one that is dedicated to development, and it has been running fine for 2 mos up until yesterday. One of the apps
we were in final stages of testing was trying to open an Excel spreadsheet and throwing an exception 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine'. Google found links that 32-bit apps needed to be enabled for the appPool. As
soon as we did this then the appPool shut down giving the 503 Service Unavailable error, with the following events
within hours all other websites on the dev server also shut down! At this point we are completely down, as this has impacted our bug tracking, source code control, CMS site, etc. Turning 32-bit off doesn't help. Tried restarting appPools, WAS, webservice
all without resolution. ProcMon shows a couple of dozen Name Not Found results, but nothing definitive. IIS is running under NetworkService
rpcproxy.dll is not supported in 32-bit mode on 64-bit OS - if you need to run in 32-bit mode - please look at
this thread for your options regarding this.
Anil Ruia
Software Design Engineer
IIS Core Server
Thanks for this pointer to the other thread, Anil. We independently uninstalled IIS7 and then reinstalled it without rpc/http (simply because we weren't using it) and the problem went away. Original problem with the Jet engine also went away.
In doing this we were surprised to find that there is no way to export the IIS config and then import it again. We found Export Configuration in IIS | Management | Shared Configuration, but no way to import it. I guess we could have just run the shared
configuration.
mile72
11 Posts
Re: FPSE 2002 on Win 2008 server --> Service Unavailable
Jul 24, 2008 05:22 AM|LINK
Yes, it feels like we are moving in the right direction at leas :-)
I have corresponding events in the application log, they state:
Source: ISS-W3SVC-WP
Event ID: 2280
The Module DLL C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load. The data is the error.
Mile
anilr
2343 Posts
Microsoft
Re: FPSE 2002 on Win 2008 server --> Service Unavailable
Jul 25, 2008 08:18 PM|LINK
What is the data (error code) in the event? You may have to go to "detailed view" or "XML view" to see it.
Software Design Engineer
IIS Core Server
mile72
11 Posts
Re: FPSE 2002 on Win 2008 server --> Service Unavailable
Jul 25, 2008 10:19 PM|LINK
Under detailed view I find the following:
Binary data:
In Words
0000: 8007007E
In Bytes
0000: 7E 00 07 80
I get 5 of these warnings in the system log. Beside the process ID the warnings are the same. The prosess ID's are: 748, 8904, 3444, 3148 and 7348.
In additian to this I get 5 errors in the application log with the following information under detailed view:
Binary data:
In Words
0000: 0000007E
In Bytes
0000: 7E 00 00 00
All the errors are identical in the application log.
Mile
Boot_Dev
4 Posts
Re: FPSE 2002 on Win 2008 server --> Service Unavailable
Jul 28, 2008 12:20 AM|LINK
I'm having the same exact challenges. Fresh install with SQL 2008. I'm using to test some app's and get familiar with Srv08/Sql08/ and IIS 7 for Production Env.
anilr
2343 Posts
Microsoft
Re: FPSE 2002 on Win 2008 server --> Service Unavailable
Jul 28, 2008 05:53 PM|LINK
This means that this dll (or one of its dependencies) is not found - you can see if the dll itself is missing (by using dir) or its dependencies (by using procmon) or remove the ISAPI filter from IIS configuration if you do not need it.
Software Design Engineer
IIS Core Server
Rovastar
3321 Posts
MVP
Moderator
Re: FPSE 2002 on Win 2008 server --> Service Unavailable
Jul 28, 2008 06:20 PM|LINK
I also imagine this could also mean that the dll (or a dependency) is not registered. You could get similar error behaviour if this is the case.
moomee0202
1 Post
Re: FPSE 2002 on Win 2008 server --> Service Unavailable
Aug 14, 2008 04:17 AM|LINK
Hey Mile,
I have the same exact problem. Did you ever find a solution?
moomee
markcutter
2 Posts
Re: FPSE 2002 on Win 2008 server --> Service Unavailable
Sep 03, 2008 06:16 PM|LINK
We are having similar problems. We have 3 new Win2008 servers that we are trying to put into production. We've been testing everything out on one that is dedicated to development, and it has been running fine for 2 mos up until yesterday. One of the apps we were in final stages of testing was trying to open an Excel spreadsheet and throwing an exception 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine'. Google found links that 32-bit apps needed to be enabled for the appPool. As soon as we did this then the appPool shut down giving the 503 Service Unavailable error, with the following events
AppEvent 2280 RpcProxy.dll failed to load.
SysEvent 5139 Listener channel failure
within hours all other websites on the dev server also shut down! At this point we are completely down, as this has impacted our bug tracking, source code control, CMS site, etc. Turning 32-bit off doesn't help. Tried restarting appPools, WAS, webservice all without resolution. ProcMon shows a couple of dozen Name Not Found results, but nothing definitive. IIS is running under NetworkService
anilr
2343 Posts
Microsoft
Re: FPSE 2002 on Win 2008 server --> Service Unavailable
Sep 03, 2008 07:29 PM|LINK
rpcproxy.dll is not supported in 32-bit mode on 64-bit OS - if you need to run in 32-bit mode - please look at this thread for your options regarding this.
Software Design Engineer
IIS Core Server
markcutter
2 Posts
Re: FPSE 2002 on Win 2008 server --> Service Unavailable
Sep 03, 2008 09:10 PM|LINK
Thanks for this pointer to the other thread, Anil. We independently uninstalled IIS7 and then reinstalled it without rpc/http (simply because we weren't using it) and the problem went away. Original problem with the Jet engine also went away.
In doing this we were surprised to find that there is no way to export the IIS config and then import it again. We found Export Configuration in IIS | Management | Shared Configuration, but no way to import it. I guess we could have just run the shared configuration.