This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

BSM 9.10: Error when trying to log into BSM

Hello,  

 

I am getting the below error from IIS.   I have checked everything on the Microsoft website for the article on this error. 

 

HTTP Error 500.0 - Internal Server Error Calling LoadLibraryEx on ISAPI filter "I:\HPBSM\bin\IIS\isapi_redirect.dll" failed

 

Does anyone have a clue as to hpow to resovle this or seen this with BSM 9.10 and IIS 7.5?

 

Any information greatly appreciated.

 

Thanks.

Parents
  • 0

    Check the handlers for the IIS.

    Also mention what handlers are enabled currently for the website.

     

    Regards,

    kumaran dp

  • 0 in reply to 
    Hi Kumaran,

    Ensure the ID with which your BSM service is running is having admin rights on GW & DPS server.

    First stop BSM Service. Then run <BAC_install_dir>\dat\iisremoveconfig.bat and then again
    <BAC_install_dir>\dat\iisconfig.bat. It should fix the issue.
  • 0 in reply to 

    Hello Parkar and Rajasekhar,

     

    I performed the above requested steps and still I ge tthe same error.

     

     

    HTTP Error 500.0 - Internal Server Error Calling LoadLibraryEx on ISAPI filter "I:\HPBSM\bin\IIS\isapi_redirect.dll" failed

     

     

    I also cleared my cache and still get same error.

     

    Im running IIS 7.5

     

    Anything else I cna check or any ideas on how to resolve this?

     

    Thanks in advance.

  • 0 in reply to 

    Can you attach the supervisor log to see where it is having an issue. Also check that IIS is running without any issue. You can check System/Application event logs to see if IIS is starting fine when you try to restart IIS service. If it seems to that IIS is corrupted, you can stop BSM service and re-install IIS and then run the above config mentioned.

  • 0 in reply to 

    Rajeskare,

     

    Here are the supervisor log files attached.

     

    Let me know what you find.

     

    Thanks.

  • 0 in reply to 
    I don't see any issues on BSM side and there is no information about attaching to IIS. Have you tried re-installing IIS? Can you try again running the batch files manually from command prompt & provide the output?

    See the application/system event logs for any error information for IIS. One way to verify if your IIS is working fine is to remove topaz at the end BSM URL and open it in a browser. You should get "It Works" message.

    Just wondering if this is an upgraded environment from BAC 8.x to BSM 9.10 environment? If so, there is a bigger issue that need to be addressed.

    On the other note, is this a single server deployment & your DB installed on same server?
  • 0 in reply to 

    Sujith,

     

    I did as you requested and now I am getting this error:

     

     

    HTTP Error 500.0 - Internal Server Error Calling LoadLibraryEx on ISAPI filter "I:\HPBSM\bin\ApmApiIsapiFilter.dll" failed

     

    I searched for this file and it is nowhere on my server and not in that directory.

     

    Any ideas?

     

    Thanks.

  • 0 in reply to 

    Sujith,

     

    I did as you requested and now I am getting this error:

     

     

    HTTP Error 500.0 - Internal Server Error Calling LoadLibraryEx on ISAPI filter "I:\HPBSM\bin\ApmApiIsapiFilter.dll" failed

     

    I searched for this file and it is nowhere on my server and not in that directory.

     

    Any ideas?

     

    Thanks.

  • 0 in reply to 

    As I know The ApmApiISAPIFilter is a old IIS filter used in IIS 5.x & IIS 6.0. I think, this time IIS reconfig worked fine, but you used OLD IISConfig.bat file can you follow the same guidelines as mentioned by Sujeet (or refer the below link for additional safety precautions) and run the IISConfigRemoveNEW.bat & then IISConfigNEW.bat files.

     

    http://support.openview.hp.com/selfsolve/document/KM1416574

     

    1. Ensure to change the absolute path in 3 files (IISConfigRemove.bat, IISConfigRemoveNEW.bat & IISConfigNEW.bat)

    2. First run the remove config for OLD filter by executing IISConfigRemove.bat

    3. And then the remove config for NEW filter by executing IISConfigRemoveNEW.bat

    4. Then finally run the IISConfigNEW.bat

     

    Make sure to execute all these batch files from Command prompt by admin login to the server. Ensure to stop BSM server before doing this.

     

    After completing the steps, verify that there is only one Jakarta filter in webserver which is the indication that IIS Config executed correctly. If still issue persists, the output from the above three executions help further.

     

     

  • 0 in reply to 
    Hi

    The files (login.jsp & others) getting downloaded instead of executing them is because of permission issues in IIS. It is known issue when right permissions are not set.

    Refer: http://forums.iis.net/t/1166609.aspx

    If you run the NEW IIS Config successfully, it should fix this permission issue as well.
  • 0 in reply to 
    Hi

    The files (login.jsp & others) getting downloaded instead of executing them is because of permission issues in IIS. It is known issue when right permissions are not set.

    Refer: http://forums.iis.net/t/1166609.aspx

    If you run the NEW IIS Config successfully, it should fix this permission issue as well.
  • 0 in reply to 
    Hi

    The files (login.jsp & others) getting downloaded instead of executing them is because of permission issues in IIS. It is known issue when right permissions are not set.

    Refer: http://forums.iis.net/t/1166609.aspx

    If you run the NEW IIS Config successfully, it should fix this permission issue as well.
  • 0 in reply to 

    Rajasekhar,

     

    I have attached the outputs of all three IISConfig commands that you requested I run.

     

    It looks like it can not find APPCMD from within scripts.

     

    Also, the Jakarta Filter was not created within the ISAPI Filters area of IIS.

     

    Any ideas?

     

    Thanks.

  • 0 in reply to 
    You have not modified the IISConfigNEW..bat file :).

    I have asked to modify both the NEW batch files to include absolute path for APPCMD as %systemroot%\system32\inetsrv\APPCMD. Try again only this.
  • 0 in reply to 

    Rajasekhar,

     

    I performed what update within the IISConfigNEW.bat file.

     

    Here is output from command and errors:

     

    I:\HPBSM\dat>IISConfigNEW.bat

    I:\HPBSM\dat>rem IIS configuration

    I:\HPBSM\dat>if "1" == "0" goto end

    I:\HPBSM\dat>echo
    ECHO is on.

    I:\HPBSM\dat>copy I:\HPBSM\bin\IIS\isapi_redirect-amd64.dll I:\HPBSM\bin\IIS\isa
    pi_redirect.dll
            1 file(s) copied.

    I:\HPBSM\dat>call I:\HPBSM\bin\run64bit-batch.bat I:\HPBSM\dat\IISRegisterIsapiR
    edirect.bat

    I:\HPBSM\dat>SET PRODUCT_HOME_PATH=I:\HPBSM

    I:\HPBSM\dat>I:\HPBSM\JRE64\bin\java.exe -cp I:\HPBSM\lib\configserver.jar;I:\HP
    BSM\lib\javacore.jar;I:\HPBSM\lib\log4j.jar com.mercury.infra.configserver.Execu
    teWindows64BitBatch I:\HPBSM\dat\IISRegisterIsapiRedirect.bat
    log4j:WARN No appenders could be found for logger (com.mercury.infra.utils.logge
    r.LogFactory).
    log4j:WARN Please initialize the log4j system properly.
    I:\HPBSM\dat>regedit /s I:\HPBSM\dat\64bitRedirector.reg

    I:\HPBSM\dat>rem mark filter - for redirect filter configuration. Don't delete t
    his

    I:\HPBSM\dat>rem mark 1 for iis config class - don't delete this

    I:\HPBSM\dat>if "7" == "7" goto iis7

    I:\HPBSM\dat>CD C:\Windows\System32\inetsrv

    I:\HPBSM\dat>C:\Windows\System32\inetsrv\APPCMD set app "Default Web Site/" /app
    licationPool:DefaultAppPool
    APP object "Default Web Site/" changed

    I:\HPBSM\dat>C:\Windows\System32\inetsrv\APPCMD add app /site.name:"Default Web
    Site" /path:/ext  /physicalPath:I:\HPBSM\bin /applicationPool:DefaultAppPool
    APP object "Default Web Site/ext" added
    VDIR object "Default Web Site/ext" added

    I:\HPBSM\dat>C:\Windows\System32\inetsrv\APPCMD add app /site.name:"Default Web
    Site" /path:/jakarta  /physicalPath:I:\HPBSM\bin\IIS /applicationPool:DefaultApp
    Pool
    APP object "Default Web Site/jakarta" added
    VDIR object "Default Web Site/jakarta" added

    I:\HPBSM\dat>C:\Windows\System32\inetsrv\APPCMD set site "Default Web Site" /bin
    dings:"http/*:80:" /limits.connectionTimeout:00:15:00
    SITE object "Default Web Site" changed

    I:\HPBSM\dat>C:\Windows\System32\inetsrv\APPCMD set config -section:system.webSe
    rver/staticContent / "[fileExtension='.properties',mimeType='application/octet-s
    tream']"
    Applied configuration changes to section "system.webServer/staticContent" for "M
    ACHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"

    I:\HPBSM\dat>C:\Windows\System32\inetsrv\APPCMD set config -section:system.webSe
    rver/staticContent / "[fileExtension='.SSX',mimeType='application/octet-stream']
    "
    Applied configuration changes to section "system.webServer/staticContent" for "M
    ACHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"

    I:\HPBSM\dat>C:\Windows\System32\inetsrv\APPCMD set config -section:system.webSe
    rver/staticContent / "[fileExtension='.SHP',mimeType='application/octet-stream']
    "
    Applied configuration changes to section "system.webServer/staticContent" for "M
    ACHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"

    I:\HPBSM\dat>C:\Windows\System32\inetsrv\APPCMD set config -section:system.webSe
    rver/staticContent / "[fileExtension='.savf,mimeType='application/octet-stream']
    "
    ERROR ( message:Malformed collection indexer; format is [@position,name='value',
    name2='value2',...].  The @position specifier is optional, and be '@start', '@en
    d', or '@N' where N is a numeric index into the collection. )

    I:\HPBSM\dat>C:\Windows\System32\inetsrv\APPCMD set config -section:system.webSe
    rver/isapiFilters / "[name='jakartaFilter',path='I:\HPBSM\bin\IIS\isapi_redirect
    .dll',enabled='True']" /commit:apphost
    Applied configuration changes to section "system.webServer/isapiFilters" for "MA
    CHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"

    I:\HPBSM\dat>C:\Windows\System32\inetsrv\APPCMD set config "Default Web Site/jak
    arta" -section:system.webServer/handlers /accessPolicy:Read,Script,Execute /comm
    it:apphost
    Applied configuration changes to section "system.webServer/handlers" for "MACHIN
    E/WEBROOT/APPHOST/Default Web Site/jakarta" at configuration commit path "MACHIN
    E/WEBROOT/APPHOST"

    I:\HPBSM\dat>C:\Windows\System32\inetsrv\APPCMD set config -section:system.webSe
    rver/security/isapiCgiRestriction / "[path='I:\HPBSM\bin\IIS\isapi_redirect.dll'
    ,allowed='True',description='jakartaFilter']" /commit:apphost
    ERROR ( message:New add object missing required attributes. Cannot add duplicate
     collection entry of type 'add' with unique key attribute 'path' set to 'I:\HPBS
    M\bin\IIS\isapi_redirect.dll'
    . )

    I:\HPBSM\dat>net stop w3svc
    The World Wide Web Publishing Service service is stopping.
    The World Wide Web Publishing Service service was stopped successfully.


    I:\HPBSM\dat>net start w3svc
    The World Wide Web Publishing Service service is starting.
    The World Wide Web Publishing Service service was started successfully.

    I:\HPBSM\dat>

     

    Any ideas?

     

    Thanks.



  • 0 in reply to 

    Rajasekhar,

     

    What order do the ISAPI Filters need to be in for BSM 9 and IIS 7.5?

     

    Any info greatly appreciated.

     

    Thanks.

Reply Children
  • 0 in reply to 

    I am completely out of clues here. As per the output yo have shared, the IIS config completed fine & issue should be fixed with this. What error you are getting now? Confirm if you have did a hard reboot of the server. Before that ensure to run BSM service as a user rather than with system account.