【发布时间】:2013-07-17 00:15:24
【问题描述】:
在 Azure 门户中将我的包部署到云服务时,我发现了以下问题:
所有实例都在等待角色启动,但发生以下异常:
未处理的异常: Microsoft.ApplicationServer.Caching.DataCacheException
Web 角色在 Compute Emulator 上运行良好。
我最近确实在我的系统中添加了同位缓存,但我不知道如何查明问题。
当我检查那个角色的事件日志时,我发现了以下两个错误:
应用程序:CacheService.exe 框架版本:v4.0.30319 说明:进程因未处理的异常而终止。 异常信息:Microsoft.ApplicationServer.Caching.DataCacheException 堆栈:在 Microsoft.ApplicationServer.Caching.AzureCommon.AzureUtility.ProcessException(System.Exception) 在 Microsoft.ApplicationServer.Caching.Colocatedservice.CacheService.b__0(System.Object) 在 System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() 在 System.Threading.ThreadPoolWorkQueue.Dispatch()
与
错误应用程序名称:CacheService.exe,版本:1.0.4797.0,时间 戳:0x506f41eb 错误模块名称:KERNELBASE.dll,版本: 6.2.9200.16451,时间戳:0x50988aa6 异常代码:0xe0434352 故障偏移量:0x000000000003811c 故障进程 ID:0x7b4 故障 应用程序启动时间:0x01ce838dfcea8cd3 错误应用程序路径: E:\plugins\Caching\CacheService.exe 错误模块路径: D:\Windows\system32\KERNELBASE.dll 报告 ID: 3b55d5ee-ef81-11e2-93ef-00155d495aa4 错误包全名: 错误的包相关应用程序 ID:
【问题讨论】:
标签: .net azure azure-storage azure-web-roles azure-caching