Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Faulting application name: DistributedCacheService.exe, version: 1.0.4632.0, time stamp: 0x4eafeccf
- Faulting module name: KERNELBASE.dll, version: 6.1.7601.17651, time stamp: 0x4e21213c
- Exception code: 0xe0434352
- Fault offset: 0x000000000000cacd
- Faulting process id: 0x1928
- Faulting application start time: 0x01ccb8c5266c0fd5
- Faulting application path: C:Program FilesAppFabric 1.1 for Windows ServerDistributedCacheService.exe
- Faulting module path: C:Windowssystem32KERNELBASE.dll
- Report Id: 6457890a-24b8-11e1-b051-70f1a19c8456
- Application: DistributedCacheService.exe
- Framework Version: v4.0.30319
- Description: The process was terminated due to an unhandled exception.
- Exception Info: System.UriFormatException
- Stack:
- at Microsoft.ApplicationServer.Caching.VelocityWindowsService.StartServiceCallback(System.Object)
- 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()
- at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
- AppFabric Caching service crashed with exception {System.UriFormatException: Invalid URI: The hostname could not be parsed.
- at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
- at Microsoft.ApplicationServer.Caching.ServiceConfigurationManager.InitializeThisHostData()
- at Microsoft.ApplicationServer.Caching.ServiceConfigurationManager.InitializeDataFromGlobalConfig()
- at Microsoft.ApplicationServer.Caching.VelocityWindowsService.StartService(Boolean deleteTKT)
- at Microsoft.ApplicationServer.Caching.VelocityWindowsService.StartServiceCallback(Object context)
- at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
- at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
- at System.Threading.ThreadPoolWorkQueue.Dispatch()
- at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()}. Check debug log for more information
- HostName : CachePort Service Name Service Status Version Info
- -------------------- ------------ -------------- ------------
- MW7GM0B50ROMDQ:22233 AppFabricCachingService DOWN 3 [3,3][1,3]
- cmdlet Get-CacheHostConfig at command pipeline position 1
- Supply values for the following parameters:
- HostName: MW7GM0B50ROMDQ
- CachePort: 22233
- HostName : MW7GM0B50ROMDQ
- ClusterPort : 22234
- CachePort : 22233
- ArbitrationPort : 22235
- ReplicationPort : 22236
- Size : 3994 MB
- ServiceName : AppFabricCachingService
- HighWatermark : 99%
- LowWatermark : 90%
- IsLeadHost : True
- Import-Module ApplicationServer
- Import-Module DistributedCacheAdministration
- Import-Module DistributedCacheConfiguration
- New-CacheCluster ...
- Register-CacheHost ...
- Add-CacheHost ...
- Add-CacheAdmin ...
- etc.
- HostName : CachePort Service Name Service Status Version Info
- -------------------- ------------ -------------- ------------
- MW7GM0B50ROMDQ.<domain part>:22233 AppFabricCachingService UP 0 [0,0][0,0]
- Update-CacheHostAllowedVersions : ErrorCode<ERRCAdmin026>:SubStatus<ES0001>:Remote registry access failed on host MW7GM0B50ROMDQ.<domain part>. Check if the required permissions are available and the host is not down.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement