Virtual Business Card


A Jack of all trades is a master of integration, as such an individual who knows enough from many learned trades and skills to be able to bring their disciplines together in a practical manner, and is not a specialist but can be an expert in many fields. Such a person is known as a polymath or a renaissance man; a typical example is someone like Leonardo da Vinci.

Thursday, May 3, 2012

securitytoken.svc/actas is too busy SharePoint 2010

An exception occurred when trying to issue security token: The HTTP service located at http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas is too busy. .


An unexpected error occurred. Error 52068.

Exception details:

System.ServiceModel.ServerTooBusyException: The HTTP service located at http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc/actas is too busy. —> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.

at System.Net.HttpWebRequest.GetResponse()

at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)


Resolution was re-provision the Security Token Service application.

PS C:\Users\sowmyans> Get-SPServiceApplication


DisplayName TypeName Id



———– ——– –



Access Services Access Services W… 77562ca9-5c80-45f4-9a21-6d86c013eb75



Secure Store Service Secure Store Serv… 5eceb8dd-ef3d-4c7d-b900-59436e4743a1



State Service State Service 54dfbd6d-dc83-48e9-9b79-a52853aad23d



PerformancePoint … PerformancePoint … 7556e63a-4c50-400c-8788-de6724b64ab7



Visio Graphics Se… Visio Graphics Se… ac3ab2e0-3952-473d-9901-001b050ef945



Managed Metadata … Managed Metadata … 32eeb3d8-b710-4635-81d5-771701072593



Web Analytics Ser… Web Analytics Ser… 9cb8fdbb-c87c-4c11-9c91-d89e04aec703



Excel Services Ap… Excel Services Ap… 8918fc32-b6f2-49ad-9d60-f0d7a866d85d



Security Token Se… Security Token Se… 033b6266-261d-4318-9a9a-36f0e390d346



Application Disco… Application Disco… 80a9e9de-88d0-4ce1-8108-380117fc1c11



Usage and Health … Usage and Health … 746c7339-1e8c-47ae-8583-ea80faae5fac



Search Administra… Search Administra… 944cfcd9-155e-41c0-82b7-95386d737fcb



Word Automation S… Word Automation S… c2a414b6-dfb7-4974-8eb4-6c2c6da65af0



Application Regis… Application Regis… e1131c58-0242-4aab-9156-1de22c2be8a4



User Profile Serv… User Profile Serv… 24f623c3-d368-4901-aee0-aed2f8e3f129



Business Data Con… Business Data Con… 2d21dffe-a188-42d7-b46e-04850805bcde



Lotus Notes Conne… Lotus Notes Conne… 115431c5-80e7-40d4-bdd8-7a7254951714



Search Service Ap… Search Service Ap… 1f69450e-c835-4219-9b46-7f444c204059



PS C:\Users\macevi> $sts = Get-SPServiceApplication | ?{$_ -match “Security”}

PS C:\Users\macevi> $sts

DisplayName TypeName Id

———– ——– –

Security Token Se… Security Token Se… 033b6266-261d-4318-9a9a-36f0e390d346


PS C:\Users\macevi> $sts.Status
Online

PS C:\Users\macevi> $sts.Provision()

No comments:

Post a Comment