Immer Zugriff verweigert versucht zu starten appfabric-cache-cluster aus der powershell

Ich habe einige code, der verwendet appfabric und war immer server nicht verfügbar Fehler. Folgen Sie der Anleitung auf http://msdn.microsoft.com/en-us/library/ff921031.aspx ich fand, dass mein cache-cluster war. Ich öffnete powershell als administrator und ran Start-CacheCluster aus. Nach ein paar Minuten erhalte ich eine Fehlermeldung:

Start-CacheCluster : Could not start cluster: ErrorCode<ERRCAdmin025>:SubStatus
<ES0001>:Time-out occurred in starting the cluster.
At line:1 char:19
+ Start-CacheCluster <<<<
    + CategoryInfo          : NotSpecified: (:) [Start-CacheCluster], DataCach
   eException
    + FullyQualifiedErrorId : ERRCAdmin025,Microsoft.ApplicationServer.Caching
   .Commands.StartCacheClusterCommand

Überprüfung der Ereignisprotokolle zeigt dies:

Service cannot be started. System.TypeInitializationException: The type initializer for 'Microsoft.ApplicationServer.Caching.ConfigManager' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Microsoft.Fabric.Common.ConsoleSink' threw an exception. ---> System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Access to the path 'C:\Windows\System32\AppFabric\DistributedCacheService.exe.config' is denied. (C:\Windows\System32\AppFabric\DistributedCacheService.exe.config) ---> System.UnauthorizedAccessException: Access to the path 'C:\Windows\System32\AppFabric\DistributedCacheService.exe.config' is denied.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBU...

Hat jemand mit mehr AppFabric Erfahrung, das schon mal gesehen?

Dank

InformationsquelleAutor William | 2011-09-07

Schreibe einen Kommentar