Exchange Server 2016 WAS Event ID 5011

dirkdigs 936 Reputation points
2021-04-01T16:24:59.33+00:00

We noticed this morning that our exchange server stopped receiving mail. When i checked event logs on the server i noticed several Warning in the event logs for Event ID 5011 WAS
It seems that several AppPool suffered a fatal communication error with the windows process activation service.

What would cause this error and how can I resolve this one?
We are running latest CU20 for Exchange 2016

I have included 1 sample of the event log.
Log Name: System
Source: Microsoft-Windows-WAS
Date: 4/1/2021 4:25:03 AM
Event ID: 5011
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: EXCHANGE.DOMAIN.local
Description:
A process serving application pool 'MSExchangeMapiFrontEndAppPool' suffered a fatal communication error with the Windows Process Activation Service. The process id was '4528'. The data field contains the error number.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-WAS" Guid="{524B5D04-133C-4A62-8362-64E8EDB9CE40}" EventSourceName="WAS" />
<EventID Qualifiers="32768">5011</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2021-04-01T09:25:03.024615800Z" />
<EventRecordID>221001</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>EXCHANGE.DOMAIN.local</Computer>
<Security />
</System>
<EventData>
<Data Name="AppPoolID">MSExchangeMapiFrontEndAppPool</Data>
<Data Name="ProcessID">4528</Data>
<Binary>6D000780</Binary>
</EventData>
</Event>

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

0 comments No comments

2 answers

Sort by: Most helpful
  1. dirkdigs 936 Reputation points
    2021-04-02T02:49:37.717+00:00

    yes a reboot on the server does help.
    but why is this happening ?
    sometimes the CPU is high like 100% - is this the the cause of this issue?

    Was this answer helpful?


  2. Joyce Shen - MSFT 16,706 Reputation points
    2021-04-02T02:48:23.067+00:00

    Hi @dirkdigs

    What changes have been made on your server recently? Please check if Exchange server has high CPU usage

    You could follow below suggestions to resolve this issue:

    1.try to recycle the application pool "MSExchangeMapiFrontEndAppPool" from IIS Manager. IIS Manager > Application Pools > MSExchangeMapiFrontEndAppPool > Recycle
    83882-qa-2021-04-02-10-23-57.png

    2.if not working, use the following cmdlet to reset IIS

    iisreset /noforce  
    

    3.if not working, also try rebooting your sever

    You may also check if the Microsoft Exchange Transport service and other transport related services are running properly on your server, we could restart them manually.

    Some related official document about eventid 5011 for your reference as well:
    Event ID 5011 — IIS Application Pool Availability
    IIS Application Pool Crash and Debug Diag


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    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.
     

    Was this answer helpful?

    0 comments No comments

Your answer

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