What can I do when an application pool in a SharePoint farm being monitored by Diagnostic Manager is not running?
Below are some troubleshooting steps to analyze and investigate the issue:
| Application Pool Configuration Changed | Event is logged when the application pool recycles due to a change in its configuration |
| ISAPI Report Unhealthy | Event is logged because an ISAPI extension has reported itself as unhealthy |
| Manual Recycle | Event is logged when the application pool has been manually recycled |
| Private Memory Limit Exceeded | Event is logged when the application pool recycles after exceeding its private memory limit |
| Regular Time Interval | Event is logged when the application pool recycles on its scheduled interval |
| Request Limit Exceeded | Event is logged when the application pool recycles after exceeding its request limit |
| Specific Time | Event is logged when the application pool recycles at a scheduled time |
| Virtual Memory Limit Exceeded | Event is logged when the application pool recycles after exceeding its virtual memory limits |
For additional information about application pool recycling, please refer to the following:
IIS Application Pool Recycling
Managing Application Pools in IIS 7