Today I encountered the following error on my SharePoint server:
“The Execute method of job definition Microsoft.Office.Server.UserProfiles.LMTRepopulationJob (ID 2d4a706e-165b-4bae-bf2f-e3462fc01f36) threw an exception. More information is included below.
Unexpected exception in FeedCacheService.IsRepopulationNeeded: Cache cluster is down, restart the cache cluster and Retry.”
To fix this error run the following command from Powershell:
- Restart-Service AppFabricCachingService
Hope it helps