将我的软件包部署到Azure门户中的云服务时,我发现了以下问题:
所有实例都在等待角色启动,发生以下异常:
未处理的例外情况: Microsoft.ApplicationServer.Caching.DataCacheException
Web角色在Compute Emulator上正常运行。
我最近确实在我的系统中添加了共存缓存,但我不知道如何指出问题。
当我检查该角色的事件日志时,我发现了以下两个错误:
应用程序:CacheService.exe Framework版本:v4.0.30319 描述:由于未处理的异常,进程终止。 异常信息:Microsoft.ApplicationServer.Caching.DataCacheException 堆栈:at 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:
答案 0 :(得分:1)
我从NuGet卸载并重新安装了Azure缓存包。重新安装后,文件版本仍然相同,但问题已解决。