0 Replies Latest reply on Aug 19, 2010 12:13 PM by nick.beare

    UsingMod_jk1.2WithJBossAndIIS7 - Problems loading ISAPI filter

    nick.beare

      Hi,

       

      I have followed the document described at http://community.jboss.org/wiki/UsingModjk12WithJbossAndIIs7 and several other related documents, but when I try to browse to the jmx-console through IIS, I get:-

       

      HTTP Error 500.0 - Internal Server Error

      Calling LoadLibraryEx on ISAPI filter "C:\JK\bin\isapi_redirect.dll" failed

       

      In the Event Viewer, I have an error in the Windows > Application log stating:-

       

      ISAPI Filter 'C:\JK\bin\isapi_redirect.dll' could not be loaded due to a configuration problem. The current configuration only supports loading images built for a AMD64 processor architecture. The data field contains the error number.

       

      The entries I have added to the registry are contained in the attached screenshot:-

       

      the workers.properties file contains:-

       

      worker.list=node1

       

      worker.node1.port=8010
      worker.node1.host=localhost
      worker.node1.type=ajp13
      worker.node1.ping_mode=A

      worker.node1.socket_timeout=10

       

      # Status worker for managing load balancer
      worker.status.type=status

       

      and the uriworkermap.properties file contains just:-

       

      /*=node1

       

      I can get to jmx-console page directly (i.e. not through IIS but going direct to JBoss - i.e. using port 8080).

       

      I have tried using both 1.2.30 and 1.2.28 64bit dlls, but get same problem with each.

       

      Have managed to get win32 version of dll working on XP platform.

       

      Am out of ideas. Any suggestions very welcome.

       

      Nick