Web Console Shows HTTP Error 503 – Service Unavailable

Web Console Shows HTTP Error 503 – Service Unavailable

CurrentWare runs using Microsoft IIS(Internet Information Services) and this problem usually occurs when Exchange (or web page with similar behavior) is hosted on the IIS.



Verifying & Solution

To verify that this issue is occuring:

  1. Open both the RestAPI (localhost:8997) and Web Console (localhost:8998) pages. They should both be showing an error 503 page.
  2. When you investigate through IIS, you can see that the application pool will start and then stop when trying to open the Web console. 
  3. The Windows Event Viewer will show an error that repeats. “iis-w3svc-wp” – Code 2282. “
    This is related to the bitness that the application pools are being run as.

Solutions

  1. Open IIS and go to Application Pools
  2. Right-click on RestAPI > Advanced Settings
  3. Under (General) > change “Enable 32-bit Applications” to FALSE
  4. Repeat for WebConsole Application Pool
  5. Restart IIS, Close your browser and try to access the RestAPI(localhost:8997 – this should give you a 404 page) and Web Console (localhost:8998 – this should open the Web Console)

You should now be able to log in.


    • Related Articles

    • Web Console Shows HTTP Error 500.19 – Internal Server Error

      CurrentWare runs using Microsoft IIS(Internet Information Services) and this problem usually occurs when WSUS/Exchange (or web page with similar behavior) is hosted on the IIS. DynamicCompressionModule and StaticCompressionModule are installed by ...
    • Web Console Shows HTTP Error 500.31 – ANCM Failed to Find Native Dependencies in IIS

      CurrentWare runs using Microsoft IIS(Internet Information Services) and this problem usually occurs when the PC or Server fails to properly install some of the IIS dependencies. To test if your Server is having this issue you can check through the ...
    • Troubleshoot Web Console Issues

      If you are having issues with your Web Console, this page will give you a rundown of the various troubleshooting steps that can help solve your individual issue. Sections Login Issues Unable to create/delete/rename or change from PC to User mode I ...
    • Web Console Login Issues

      When the CurrentWare Web Console is not configured properly, you will encounter the error message "Error connecting to the server." 1. Clear your Browser Cache Why does my Web Console login screen open on one web browser but won’t open on a different ...
    • Reporting Web Console errors with the inspect elements details

      Sometimes during your install, upgrade or configuration of the CurrentWare Web Console there can be obvious issues that are not visible at first glance. You can help us diagnose the issue(s) by using your browsers inspect tool by following these ...