Advertisement
Guest User

Untitled

a guest
May 27th, 2013
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. Faulting application name: DistributedCacheService.exe, version: 1.0.4632.0, time stamp: 0x4eafeccf
  2. Faulting module name: KERNELBASE.dll, version: 6.1.7601.17651, time stamp: 0x4e21213c
  3. Exception code: 0xe0434352
  4. Fault offset: 0x000000000000cacd
  5. Faulting process id: 0x1928
  6. Faulting application start time: 0x01ccb8c5266c0fd5
  7. Faulting application path: C:Program FilesAppFabric 1.1 for Windows ServerDistributedCacheService.exe
  8. Faulting module path: C:Windowssystem32KERNELBASE.dll
  9. Report Id: 6457890a-24b8-11e1-b051-70f1a19c8456
  10.  
  11. Application: DistributedCacheService.exe
  12. Framework Version: v4.0.30319
  13. Description: The process was terminated due to an unhandled exception.
  14. Exception Info: System.UriFormatException
  15. Stack:
  16. at Microsoft.ApplicationServer.Caching.VelocityWindowsService.StartServiceCallback(System.Object)
  17. at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
  18. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  19. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  20. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  21.  
  22. AppFabric Caching service crashed with exception {System.UriFormatException: Invalid URI: The hostname could not be parsed.
  23. at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
  24. at Microsoft.ApplicationServer.Caching.ServiceConfigurationManager.InitializeThisHostData()
  25. at Microsoft.ApplicationServer.Caching.ServiceConfigurationManager.InitializeDataFromGlobalConfig()
  26. at Microsoft.ApplicationServer.Caching.VelocityWindowsService.StartService(Boolean deleteTKT)
  27. at Microsoft.ApplicationServer.Caching.VelocityWindowsService.StartServiceCallback(Object context)
  28. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
  29. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  30. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  31. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()}. Check debug log for more information
  32.  
  33. HostName : CachePort Service Name Service Status Version Info
  34. -------------------- ------------ -------------- ------------
  35. MW7GM0B50ROMDQ:22233 AppFabricCachingService DOWN 3 [3,3][1,3]
  36.  
  37. cmdlet Get-CacheHostConfig at command pipeline position 1
  38. Supply values for the following parameters:
  39. HostName: MW7GM0B50ROMDQ
  40. CachePort: 22233
  41.  
  42. HostName : MW7GM0B50ROMDQ
  43. ClusterPort : 22234
  44. CachePort : 22233
  45. ArbitrationPort : 22235
  46. ReplicationPort : 22236
  47. Size : 3994 MB
  48. ServiceName : AppFabricCachingService
  49. HighWatermark : 99%
  50. LowWatermark : 90%
  51. IsLeadHost : True
  52.  
  53. Import-Module ApplicationServer
  54. Import-Module DistributedCacheAdministration
  55. Import-Module DistributedCacheConfiguration
  56. New-CacheCluster ...
  57. Register-CacheHost ...
  58. Add-CacheHost ...
  59. Add-CacheAdmin ...
  60. etc.
  61.  
  62. HostName : CachePort Service Name Service Status Version Info
  63. -------------------- ------------ -------------- ------------
  64. MW7GM0B50ROMDQ.<domain part>:22233 AppFabricCachingService UP 0 [0,0][0,0]
  65.  
  66. 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