我在 Windows 8.1 开发机器上运行 AppFabric 缓存 1.1 时遇到问题。在 PowerShell 中执行 Start-CacheCluster 时出现以下错误:
Start-CacheCluster : Error occurred while performing the operation :
ErrorCode<ERRCAdmin025>:SubStatus<ES0001>:Time-out occurred in starting the
cluster.
At line:1 char:1
+ Start-CacheCluster
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Start-CacheCluster], DataCach
eException
+ FullyQualifiedErrorId : ERRCAdmin025,Microsoft.ApplicationServer.Caching
.Commands.StartCacheClusterCommand
附加信息:
- 我的机器已加入域,但是我以本地用户而不是域用户身份登录。
- AppFabric 缓存服务正在使用网络服务帐户。
- 我以管理员身份使用 PowerShell。
- 我已经完全禁用了我的防火墙。
- 我正在运行远程桌面服务服务。
- 我已将 AppFabric 配置为使用 SQL Server AppFabric 缓存服务配置存储提供程序
这里一定有一些我想念的简单的东西。
任何帮助表示赞赏。