.net - 有人成功运行 AppFabric 缓存吗?

标签 .net appfabric

我在执行 Start-CacheCluster 后立即遇到问题,我的缓存服务已经停止。我的应用程序日志显示以下错误对:

错误 1:

应用程序:DistributedCacheService.exe 框架版本:v4.0.30319 说明:进程因未处理的异常而终止。 异常信息:Microsoft.Fabric.Common.ReleaseAssertException 堆: 在 Microsoft.Fabric.Common.IOCompletionPortWorkQueue.Invoke(System.Threading.WaitCallback,System.Object) 在 Microsoft.Fabric.Common.IOCompletionPortWorkQueue.WorkerThreadStart() 在 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext、System.Threading.ContextCallback、System.Object、 bool 值) 在 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object) 在 System.Threading.ThreadHelper.ThreadStart()

错误 2:

故障应用程序名称:DistributedCacheService.exe,版本:1.0.2912.0,时间戳:0x4bea6d7b 故障模块名称:KERNELBASE.dll,版本:6.1.7600.16385,时间戳:0x4a5bdfe0 异常代码:0xe0434352 故障偏移量:0x000000000000aa7d 故障进程 ID:0x2aa4 故障应用程序启动时间:0x01cb0808ce054c15 错误的应用程序路径:C:\Windows\System32\AppFabric\DistributedCacheService.exe 故障模块路径:C:\Windows\system32\KERNELBASE.dll 报告编号:13c5102f-73fc-11df-90f5-463500000031

我正在使用 RTM,我认为一切都已正确配置。我在 Windows 7 64 位上,集群中还有另一台 Windows Server 2008 32 位机器。有什么想法吗?

最佳答案

不确定发生了什么,但在集群停止并重新启动后,一切又恢复正常,我不再收到错误。

关于.net - 有人成功运行 AppFabric 缓存吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3009347/

相关文章:

c# - 如何关闭 ASP.NET 核心框架完成的日志记录

c# - 在 VS 中从 C# 调用 C++ DLL 失败。在 VS 外运行 exe,它可以工作

windows - 使用 Nuget 包 ServerAppFabric.Client 时系统找不到 Microsoft.ApplicationServer.Caching.Core.resources.dll

powershell - AppFabric 仪表板抛出 Powershell 错误

azure - 为什么有 2 种 AppFabric?

c# - 在 html 电子邮件中发送 DataTable 的内容,从 DataTable 生成 HTML 的首选方法是什么?

.net - ASP.MVC 3 安装错误

.net - Visual Studio 中 .NET 桌面应用程序上的 HTML5 UI

azure - Microsoft Azure Service Fabric SDK 和 Windows Azure 包 : Service Bus 1. 1

serialization - AppFabric 缓存 - 我可以指定用于所有对象的序列化样式吗?