【已解决】重启K3CloudJobProcess服务时提示事件错误
金蝶云社区-jack_qi
jack_qi
0人赞赏了该文章 2,297次浏览 未经作者许可,禁止转载编辑于2014年05月12日 10:03:52

再应用服务器中重启IIS和K3CloudJobProcess服务时,在事件查看器中出现错误日志,日志内容如下:
关闭计算框架服务时发生了异常:计算框架卸载异常:One or more errors occurred.。详细:
Kingdee.BOS.Computing.ComputeException: 计算框架卸载异常:One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Kingdee.BOS.Computing.Framework.AsyncComputeTaskContainer.Clear()
at Kingdee.BOS.Computing.Framework.TaskExecutor.ClearPendingTasks()
at Kingdee.BOS.Computing.Framework.ComputeTaskListener.ScheduleTasks(CancellationToken mainToken)
at Kingdee.BOS.Computing.Framework.ComputeTaskListener.<>c__DisplayClassa.b__9()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Kingdee.BOS.Computing.Framework.ComputeTaskListener.Dispose()
at Kingdee.BOS.Computing.Framework.ComputeTaskListener.Close()
at Kingdee.BOS.Computing.Framework.ComputingHost.InternalExit()
--- End of inner exception stack trace ---
at Kingdee.BOS.Computing.Framework.ComputingHost.InternalExit()
at Kingdee.BOS.Computing.Framework.ComputingHost.Exit()
at Kingdee.BOS.ScheduleService.ComputingServiceJob.Exit()