CCM Server Framework Pool - A process serving application pool 'CCM Server Framework Pool' exceeded time limits during shut down. The process id was '19664'.

dnl24 101 Reputation points
2023-08-11T13:47:12.7333333+00:00

Hi,

on our MECM management points, we keep getting error message from IIS:

CCM Server Framework Pool - A process serving application pool 'CCM Server Framework Pool' exceeded time limits during shut down. The process id was '19664'.

What exactly happens? And how can I fix it.

Thanks!

Windows development Internet Information Services
Microsoft Security Intune Configuration Manager Deployment
Microsoft Security Intune Configuration Manager Other
0 comments No comments
{count} votes

Accepted answer
  1. TengFeiXie-MSFT 346 Reputation points
    2023-08-14T09:31:06.65+00:00

    Hi @dnl24

    This message is logged to the event log when an application pool takes longer than the configured ShutdownTimeLimit property to shut down. When this time limit is exceeded, the worker process will be forcibly shut down and recycled. And the event log message will be created.

    It's possible this message will appear in the event log without any negative observed behavior to end users browsing the web sites hosted in that application pool. However, the presence of the event suggests one of the following conditions is true:

    • The ShutdownTimeLimit is set to too low of a number.
    • A problem has occurred in the web application that is hindering it from shutting down in a timely manner.

    You can try these solutions from the official documentation: https://learn.microsoft.com/en-us/troubleshoot/developer/webapps/iis/health-diagnostic-performance/application-pool-exceed-time-limits#resolution-1-increase-the-shutdowntimelimit-value.

    The event logs included mutiple errors with different application pool. So please point out which application pool stop responding. The error message "exceeded time limits during shut down" means the application failed to finish all current requests inside the process before application pool shutdown timeout reached. So either threads hang up or locked up.

    For the second solution, refer to this support case: https://learn.microsoft.com/en-us/answers/questions/623998/a-process-serving-application-pool-defaultapppool.

    Best Regard,

    TengFei Xie


    If the answer is the right solution, please click "Accept Answer" and kindly upvote. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.