在 CruiseControl 版本 1.6.7981.1 中,我从导致 ccservice 停止的事件查看器中收到以下错误。到目前为止,我的工作是登录到构建框并手动启动 ccservice。看起来它只是偶尔发生,我不确定是什么原因造成的,也没有在 Cruisecontrol.net 文档和站点中找到与此错误相关的任何信息。如果有人知道或可以指出与此错误相关的正确方向,将不胜感激?
.NET Runtime version 2.0.50727.5466 - Fatal Execution Engine Error 80131506
2013-07-17 21:56:51,621 [MyProjectBuildNodes] ERROR CruiseControl.NET [(null)] - INTERNAL ERROR: Object reference not set to an instance of an object.
----------
ThoughtWorks.CruiseControl.Remote.CommunicationsException: Object reference not set to an instance of an object.
at ThoughtWorks.CruiseControl.Remote.RemotingConnection.SendMessage(String action, ServerRequest request)
at ThoughtWorks.CruiseControl.Remote.CruiseServerClient.GetProjectStatus()
at ThoughtWorks.CruiseControl.Core.Triggers.ProjectTrigger.GetCurrentProjectStatus()
at ThoughtWorks.CruiseControl.Core.Triggers.ProjectTrigger.Fire()
at ThoughtWorks.CruiseControl.Core.Triggers.MultipleTrigger.Fire()
at ThoughtWorks.CruiseControl.Core.ProjectIntegrator.PollTriggers()
at ThoughtWorks.CruiseControl.Core.ProjectIntegrator.Integrate()
at ThoughtWorks.CruiseControl.Core.ProjectIntegrator.Run()
----------