HTTP Error 503.2 - Service Unavailable. The serverRuntime@appConcurrentRequestLimit setting is being exceeded

前端 未结 2 1284
眼角桃花
眼角桃花 2021-02-07 21:24

I have a intranet SiteCore website set up on IIS 7 which randomly throws the following error message

    HTTP Error 503.2 - Service Unavailable
    The serverRun         


        
2条回答
  •  礼貌的吻别
    2021-02-07 21:46

    You might check to see where all your threads are going. We had occurrences where threads for Media Library assets were hanging and blocking up the queue.

    In IIS Manager, select the server node from the tree, then the "Worker Processes" feature icon, then right-click the application pool of interest and select "View current requests". You might find something is getting stuck. I sometimes hit F5 on this screen a few dozen times in very quick succession to see the rate the requests are going through (of course Performance Monitor is better for viewing metrics but it won't tell you what URLs are being processed).

提交回复
热议问题