0 Replies Latest reply on Oct 3, 2017 1:28 PM by monbv

    Wildfly 10 with IIS 7.5 on Windows 7 64 bit gives error "Calling GetFilterVersion on ISAPI filter isapi_redirect.dll failed"

    monbv

      Hi!

       

        Our application works on Wildfly 10.

        We need to support Web Server Microsoft IIS with Wildfly.

       

        I followed instructions given in the following links:

                 http://www.techstacks.com/howto/iis_and_isapi_redirect.html

                 https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html/Administration_and_Configuration_Guide/Configure_Microsoft_IIS_to_Use_the_ISAPI_Redirector1.html#proc-4763_configure_iis7

                https://jhmeier.com/2009/10/16/acitvating-the-isapi-redirect-for-tomcat-under-iis-7-5-w2k8-r2-64-bit/

       

        I have tried on Windows 7 and Windows 2012 64 bit platforms.

       

      But in both places, I get error in browser:

       

      HTTP Error 500.0 - Internal Server Error

      Calling GetFilterVersion on ISAPI filter "C:\tomcat\connector\isapi_redirect.dll" failed

       

      On checking the event log, I see the following:

       

      Log Name:      Application

          Source:        Microsoft-Windows-IIS-W3SVC-WP

          Date:          10/3/2017 8:19:33 AM

          Event ID:      2268

          Task Category: None

          Level:         Error

          Keywords:      Classic

          User:          N/A

          Computer:      W7V-*****.com

          Description:

          Could not load all ISAPI filters for site 'DEFAULT WEB SITE'.  Therefore site startup aborted.

          Event Xml:

          <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

            <System>

              <Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" />

              <EventID Qualifiers="49152">2268</EventID>

              <Version>0</Version>

              <Level>2</Level>

              <Task>0</Task>

              <Opcode>0</Opcode>

              <Keywords>0x80000000000000</Keywords>

              <TimeCreated SystemTime="2017-10-03T15:19:33.000000000Z" />

              <EventRecordID>40475</EventRecordID>

              <Correlation />

              <Execution ProcessID="0" ThreadID="0" />

              <Channel>Application</Channel>

              <Computer>W7V-*****.com</Computer>

              <Security />

            </System>

            <EventData>

              <Data Name="SiteName">DEFAULT WEB SITE</Data>

              <Binary>7E040000</Binary>

            </EventData>

      </Event>

       

      The issue is reported on RedHat portal here : https://access.redhat.com/solutions/898543 but I do not have access.

       

      It will be great if some can provide any help.

      Thanks in advance!