I have SharePoint Server 2013 running on a Hyper-V VM on Windows Server 2012 Standard. Everything is on one server since our installation is very small (>100 people).
I noticed a general sluggishness to our SharePoint site that started once we began to add pages to our site. I took at look at the error log and noticed the AppFabric Caching Service is stopped and I assume this could be the reason why the site is so slow. We receive the "Working On It" screen every time we load a page for around 15-30 seconds per page.
I'll start the AppFabric Caching Service again and within 5 minutes it stops again. Here is a summary of the process. The details of each event ID are below.
----------------------------------------------------------------------------------
- 10:44a - AppFabric Caching Service Manually Started
- 10:45a - Warning - Microsoft Windows Fabric, Event ID 6
- 10:46a - Error - .NET Runtime, Event ID 1026
- 10:46a - Error - Application Error, Event 1000
- 10:46a - Error - Microsoft-Windows Server AppFabric Caching, Event ID 111
- 10:46a - Error - Service Control Manager, Event 7034
-------------------------------------------
Warning - Microsoft Windows Fabric, Event ID 6
{7bdde608000000000000000000000000} failed to refresh lookup table, exception: {Microsoft.Fabric.Common.OperationCompletedException: Operation completed with an exception ---> System.TimeoutException: The operation has timed out.--- End of inner exception stack trace ---
at Microsoft.Fabric.Common.OperationContext.End()
at Microsoft.Fabric.Federation.FederationSite.EndRoutedSendReceive(IAsyncResult ar)
at Microsoft.Fabric.Data.ReliableServiceManager.EndRefreshLookupTable(IAsyncResult ar)}
-----------------------------------------
Error - .NET Runtime, Event ID 1026
Application: DistributedCacheService.exeFramework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: Microsoft.ApplicationServer.Caching.DataCacheException
Stack:
at Microsoft.ApplicationServer.Caching.VelocityWindowsService.StartServiceCallback(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
Error - Application Error, Event 1000
Faulting application name: DistributedCacheService.exe, version: 1.0.4632.0, time stamp: 0x4eafeccfFaulting module name: KERNELBASE.dll, version: 6.2.9200.16451, time stamp: 0x50988aa6
Exception code: 0xe0434352
Fault offset: 0x000000000003811c
Faulting process id: 0x1ca8
Faulting application start time: 0x01ce67838c077e19
Faulting application path: C:\Program Files\AppFabric 1.1 for Windows Server\DistributedCacheService.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: 3ade3d5a-d377-11e2-9401-00155d004a0b
Faulting package full name:
Faulting package-relative application ID:
Error - Microsoft-Windows Server AppFabric Caching, Event ID 111
AppFabric Caching service crashed with exception {Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode<ERRService0001>:SubStatus<ES0001>:Service initialization failed. No user action required.at Microsoft.ApplicationServer.Caching.DistributedObjectManager..ctor(EndpointID[] urisDOM, ServiceConfigurationManager configurationManager, WcfServerChannel channel)
at Microsoft.ApplicationServer.Caching.DistributedObjectManager.GetInstance(EndpointID[] urisDOM, ServiceConfigurationManager configurationManager, WcfServerChannel channel)
at Microsoft.ApplicationServer.Caching.ServiceLayer.ServiceStart(Boolean deleteTkt)
at Microsoft.ApplicationServer.Caching.DataCacheServiceBase.ServiceStart(ServiceConfigurationManager scm, Boolean deleteTkt)
at Microsoft.ApplicationServer.Caching.VelocityWindowsService.StartService(Boolean deleteTKT)
at Microsoft.ApplicationServer.Caching.VelocityWindowsService.StartServiceCallback(Object context)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()}. Check debug log for more information
Error - Service Control Manager, Event 7034
The AppFabric Caching Service service terminated unexpectedly. It has done this 12 time(s).----------------------------------------------
Any help you can provide would be very appreciated.