我重新部署了一個可操作的Azure工作者角色,只做了一些涉及引用新建的類庫項目的更改,我已經設置並開始無休止地重新啓動/回收工作人員角色。Azure工作者角色拋出System.IO.FileNotFoundException
事件查看器應用程序日誌提供的幫助很少,因爲我收到的錯誤非常普遍。
來源:.NET運行
應用:WaWorkerHost.exe Framework版本:v4.0.30319 說明:該過程由於未處理的異常終止。 異常信息信息:System.IO.FileNotFoundException 堆棧: 在System.ModuleHandle.ResolveType(System.Reflection.RuntimeModule,的Int32,IntPtr的*的Int32,IntPtr的*的Int32,System.Runtime.CompilerServices.ObjectHandleOnStack) 的系統。 ModuleHandle.ResolveType(System.Reflection.RuntimeModule,Int32,IntPtr *,Int32,IntPtr *,Int32,System.Runtime.CompilerServices.ObjectHandleOnStack) at System.ModuleHandle.ResolveTypeHandleInternal(System.Reflection.RuntimeModule,Int32,System.RuntimeTypeHandle [ ],System.RuntimeTypeHandle []) at System.ModuleHandle.ResolveTypeHandle(Int32,System.RuntimeTypeHandle [],System.RuntimeTypeHandle []) at System.Reflection.RuntimeModule.ResolveType(Int32,System.Type [],System。在System.Reflection.CustomAtt鍵入[]) ribute.FilterCustomAttributeRecord(System.Reflection.CustomAttributeRecord,System.Reflection.MetadataImport,System.Reflection.Assembly ByRef,System.Reflection.RuntimeModule,System.Reflection.MetadataToken,System.RuntimeType,Boolean,System.Object [],System.Collections .IList,System.RuntimeType ByRef,System.RuntimeMethodInfo ByRef,Boolean ByRef,Boolean ByRef) at System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeModule,Int32,Int32,System.RuntimeType,Boolean,System.Collections.IList布爾) 在System.Reflection.CustomAttribute.GetCustomAttributes(System.Reflection.RuntimeAssembly,System.RuntimeType) 在Microsoft.WindowsAzure.Hosts.Worker.Loader.CreateConsoleRole(Microsoft.WindowsAzure.Hosts.Worker.Parameters) 微軟.WindowsAzure.Hosts.Worker.Loader.Main(System.String [])
來源:應用程序錯誤
錯誤的應用程序名稱:WaWorkerHost.exe,版本:2.7.1198.768,時間戳:0x57159090 錯誤模塊名稱:KERNELBASE.dll,版本:6.3.9600.18340,時間戳:0x57366075 異常代碼:0xe0434352 故障偏移:0x0000000000008a5c 出錯進程ID:0xf20 錯誤的應用程序的開始時間:0x01d287c5480b416f 錯誤的應用程序路徑:E:\基\ 64 \ WaWorkerHost.exe 錯誤模塊路徑:d:\ Windows \ SYSTEM32 \ KERNELBASE.d LL 報告編號:85f9c3f7-f3b8-11e6-80c1-0004ff9da18e 斷裂作用包全名: 斷裂作用包相對應用程序ID:
我搜索了這一點,但整個人還沒來收到錯誤消息如此通用。
我自己的日誌記錄也不能提供很多見解。我所知道的是WorkerRole不會觸及OnStart方法。
是否有任何其他日誌可以幫助縮小問題的範圍?
在此先感謝。