How to debug w3wp clr.dll error

后端 未结 4 608
既然无缘
既然无缘 2020-11-28 02:15

My client has an ASP.NET application installed on two production servers (balanced with NLB, but that\'s irrelevant). Both servers crash every 3-4 hours with the following e

4条回答
  •  难免孤独
    2020-11-28 02:51

    I was able to check Event Viewer -> Windows Logs -> System and find

    Application pool 'DankAppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.

    Below that:

    A process serving application pool 'DankAppPool' suffered a fatal communication error with the Windows Process Activation Service. The process id was '5704'. The data field contains the error number.

    And:

    The QueueMonitor service terminated unexpectedly. It has done this 32 time(s). The following corrective action will be taken in 60000 milliseconds: Restart the service.

    At least the QueueMonitor service is a place to start.

提交回复
热议问题