简体   繁体   English

Windows Azure上不健康的WorkerRole

[英]Unhealthy WorkerRole on Windows Azure

I have terrible problem with WorkerRole instance on Windows Azure. Windows Azure上的WorkerRole实例存在严重问题。 I have a Windows Azure projct that contains WebRole and WorkerRole. 我有一个包含WebRole和WorkerRole的Windows Azure项目。

The problem is, the WorkerRole instance is Unhealthy. 问题是,WorkerRole实例不健康。 The Error on a server: 服务器上的错误:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="Application Error" /> 
  <EventID Qualifiers="0">1000</EventID> 
  <Level>2</Level> 
  <Task>100</Task> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2013-02-18T21:29:18.000Z" /> 
  <EventRecordID>864</EventRecordID> 
  <Channel>Application</Channel> 
   <Computer>RD00155D3A4A2E</Computer> 
 <Security /> 
</System>
<EventData>
 <Data>WaHostBootstrapper.exe</Data> 
 <Data>6.0.6002.18488</Data> 
 <Data>505cf7da</Data> 
 <Data>ntdll.dll</Data> 
 <Data>6.0.6002.18520</Data> 
 <Data>4e811810</Data> 
 <Data>c0000374</Data> 
 <Data>00000000000acb47</Data> 
 <Data>ae8</Data> 
 <Data>01ce0e1ef01200d9</Data> 
 </EventData>
</Event>

Faulting application WaHostBootstrapper.exe 错误的应用程序WaHostBootstrapper.exe

Can somebody help me ? 有人可以帮我吗?

ps Project works perfect on local machine. ps Project在本地计算机上运行完美。

If it works on your machine but failed on the cloud it might because you miss some assemblies or dependency component. 如果它可以在您的计算机上运行但在云上失败,则可能是因为您错过了一些程序集或依赖项组件。

You can enable the IntelliTrace when deploying so that later you can download the debug file and this might includes the actual exception/error for your worker role. 您可以在部署时启用IntelliTrace,以便以后可以下载调试文件,并且其中可能包括工作角色的实际异常/错误。 http://msdn.microsoft.com/en-us/library/windowsazure/ff683671.aspx http://msdn.microsoft.com/zh-CN/library/windowsazure/ff683671.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM