Web Adaptor HTTP Error 500

4500
5
06-15-2012 09:54 AM
NeilMartinko
New Contributor II
I just installed 10.1 on Windows Server 2008 with IIS 7.  I can get to the server and manager on port 6080.

I installed the Web Adaptor for IIS, and it installed fine, but I can't access it.  When I try to access the config page (http://localhost/arcgis/webadaptor) I get an HTTP Error 500...

Server Error in Application "DEFAULT WEB SITE/ARCGIS"

Internet Information Services 7.0

Error Summary:
HTTP Error 500.0 - Internal Server Error
Calling LoadLibraryEx on ISAPI filter "C:\IBM\WebSphere\Plugins\bin\IIS_webserver1\iisWASPlugin_http.dll" failed

Detailed Error Information:
Module: IIS Web Core
Notification: Unknown
Handler: WebAdaptorHandler
Error Code: 0x800700c1

Requested URL: http://localhost:80/arcgis/webadaptor
Physical Path: C:\inetpub\wwwroot\arcgis\webadaptor
Logon Method: Not yet determined
Logon User: Not yet determined

Most likely causes:
�?�IIS received the request; however, an internal error occurred during the processing of the request.
   The root cause of this error depends on which module handles the request and what was happening 
   in the worker process when this error occurred.
�?�IIS was not able to access the web.config file for the Web site or application. This can occur if the 
   NTFS permissions are set incorrectly.
�?�IIS was not able to process configuration for the Web site or application.
�?�The authenticated user does not have permission to use this DLL.
�?�The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.

Things you can try:
�?�Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web 
   server's machine account.
�?�Check the event logs to see if any additional information was logged.
�?�Verify the permissions for the DLL.
�?�Install the .NET Extensibility feature if the request is mapped to a managed handler.


Anybody else get this and solve it?

In the things you can try list...
-- What are the correct permissions for web.config?
-- Nothing in the event logs to point the way.
-- Again, what are the correct permissions?
-- .NET Extensibility is installed.

Any help would be greatly appreciated.
5 Replies
AnneReuland
Esri Contributor
Couple of possibilities:

The plugin mentioned in the error: �??C:\IBM\WebSphere\Plugins\bin\IIS_webserver1\iisWASPlugin_http.dll�?� and since

If this plugin is not required, can you disable it?
If required, is it possible to install a 64-bit version?
0 Kudos
LeeGraham
New Contributor III
You may want to check the .NET version on your app pool.

I ran the setup on the new server as we are migrating all our GIS stuff to new servers. Everything seemed to install all right but then I got a 500 error on the Config page after the install.

Turns out it is an application pool setting.  I had changed the DefaultAppPool setting from .NET 2.0 to 4.0 as that is how it was set on our existing production server.

Because of that, when I installed the WebAdaptor it set the .NET version to 4.0 rather than 2.0 when setting up the ArcGISWebAdaptorAppPool. As a result I got the 500 error on the Config.aspx page.

After setting the .NET version back to 2.0 for ArcGISWebAdaptorAppPool application pool, the config page would load.
.
0 Kudos
MarioPallone
New Contributor
Thanks for the post! Solved my issue...
0 Kudos
LeeGraham
New Contributor III
Thanks for the post! Solved my issue...


No problem....

Help the community to find this answered post by clicking the green check mark to indicate that this post has been answered for you.
0 Kudos
LeeGraham
New Contributor III
Actually - I think the originator of the thread has to do that...
0 Kudos