SharePoint Booted Frequently

adil 1,431 Reputation points
2022-07-19T12:30:14.787+00:00

I have Intranet SharePoint 2016 Farm and it is running in Port 80 on 2 WFE Servers, Since last few days I observe that Intranet portal stop working and found below logs in Event Viewers

SharePoint booted. Process Name: [w3wp] App Pool: [SecurityTokenServiceApplicationPool], Process ID: [0x21AC], App Domain Name and ID [/LM/W3SVC/2/ROOT/SecurityTokenServiceApplication-1-026930262],[2], Command Line [c:\windows\system32\inetsrv\w3wp.exe -ap "SecurityTokenServiceApplicationPool" -v "v4.0" -l "webengine4.dll" -a .\pipe\i91bbf9c-6cac-4bc1-ba44-4e9521330548 -h "C:\inetpub\temp\apppools\SecurityTokenServiceApplicationPool\SecurityTokenServiceApplicationPool.config" -w "" -m 0]

CPU Spike from [‎2022‎-‎07‎-‎19T10:35:25.026595400Z] to [‎2022‎-‎07‎-‎19T10:35:27.057859300Z]

SharePoint booted. Process Name: [w3wp] App Pool: [SecurityTokenServiceApplicationPool], Process ID: [0x21AC], App Domain Name and ID [/LM/W3SVC/2/ROOT/SecurityTokenServiceApplication-1-14009930262],[2], Command Line [c:\windows\system32\inetsrv\w3wp.exe -ap "SecurityTokenServiceApplicationPool" -v "v4.0" -l "webengine4.dll" -a .\pipe\iisipmac-4bc1-ba44-4e9521330548 -h "C:\inetpub\temp\apppools\SecurityTokenServiceApplicationPool\SecurityTokenServiceApplicationPool.config" -w "" -m 0]

SharePoint booted. Process Name: [OWSTIMER] App Pool: [N/A], Process ID: [0x2D74], App Domain Name and ID [DefaultDomain],[1], Command Line ["C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\16\BIN\OWSTIMER.EXE"]

Event ID:8356,8357

Microsoft 365 and Office | SharePoint Server | For business
{count} votes

Accepted answer
  1. Xuyan Ding - MSFT 7,601 Reputation points
    2022-07-20T08:24:30.527+00:00

    Hi @adil ,

    You'd better try browsing to the Security Token Service web service to verify that the web service is "started" in IIS and available for requests. The Security Token Service is a web service hosted under the “SharePoint Web Services” IIS site, in a virtual directory called SecurityTokenServiceApplication. If the SecurityTokenServiceApplicationPool has been disabled, the Windows Process Activation Service (WAS) will encounter a failure starting worker processes to service the application pool.

    At this point you should check your system event log. It may be that the password set by the account running the SecurityTokenServiceApplicationPool is invalid, or the account is disabled. If you don't use a service account, it's also possible that the password has expired.

    Or refer to the solution in the article: The Security Token Service is not available


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. 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.


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.