Issue | Archer to Archer datafeed fails with run detail error: An unexpected error has occurred: Unexpected Job error.

The job framework logs have the following successive errors:
<TraceRecord Severity="Error" xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord"> <TraceIdentifier>ArcherTech.JobFramework</TraceIdentifier> <Description>Unhandled services exception</Description> <AppDomain>ArcherTech.JobFramework.Job.exe</AppDomain> <Exception> <ExceptionType>System.OutOfMemoryException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType> <Message>Array dimensions exceeded supported range.</Message> <Source>mscorlib</Source> <StackTrace> at System.Collections.Generic.List`1.set_Capacity(Int32 value) at System.Collections.Generic.List`1.Add(T item) at ArcherTech.Xaml.XamlReader.SplitObjectDef(String objectDef) at ArcherTech.Xaml.XamlReader.CreateInlineObject(String objectDefinition) at ArcherTech.Xaml.XamlReader.ProcessAttributes(XmlReader reader, Object theObject) at ArcherTech.Xaml.XamlReader.<>c__DisplayClass1f.<ProcessNode>b__1e(Object theObject) at ArcherTech.Xaml.XamlReader.CreateObjectWithNamespace(String objectName, ClrNamespace clrNamespace, CreateObjectDelegate createObjectDelegate) at ArcherTech.Xaml.XamlReader.ProcessNode(XmlReader reader, Object parent) at ArcherTech.Xaml.XamlReader.CreateObjectFromNode(XmlReader reader, PropertyInfo propertyInfo, Object parent) at ArcherTech.Xaml.XamlReader.<>c__DisplayClass27.<ProcessWithIDictionarySupport>b__24(XmlReader reader2) at ArcherTech.Xaml.XmlReaderExtensions.ProcessChildElements(XmlReader reader, Action`1 action) at ArcherTech.Xaml.XamlReader.<>c__DisplayClass15.<ProcessChildProperties>b__13(XmlReader reader1) at ArcherTech.Xaml.XmlReaderExtensions.ProcessChildElements(XmlReader reader, Action`1 action) at ArcherTech.Xaml.XamlReader.CreateObjectWithNamespace(String objectName, ClrNamespace clrNamespace, CreateObjectDelegate createObjectDelegate) at ArcherTech.Xaml.XamlReader.InternalLoad(XmlReader reader) at ArcherTech.DataFeed.Workflows.ExecuteDataFeedWorkflow.LoadDataFeed_ExecuteCode(Object sender, EventArgs e) at System.Workflow.ComponentModel.Activity.RaiseEvent(DependencyProperty dependencyEvent, Object sender, EventArgs e) at System.Workflow.Activities.CodeActivity.Execute(ActivityExecutionContext executionContext) at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity, ActivityExecutionContext executionContext) at System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime) at System.Workflow.Runtime.Scheduler.Run() at System.Workflow.Runtime.WorkflowExecutor.RunScheduler() at System.Workflow.Runtime.WorkflowExecutor.RunSome(Object ignored) at System.Workflow.Runtime.Hosting.DefaultWorkflowSchedulerService.WorkItem.Invoke(WorkflowSchedulerService service) at System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.RunOne(Guid workflowInstanceId)</StackTrace> </Exception> </TraceRecord>
And:
<TraceRecord Severity="Error" xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord"> <TraceIdentifier>ArcherTech.JobFramework</TraceIdentifier> <Description>There was a fatal error either dequeuing or running job 924c089b-6ce0-43e4-b460-f4f88f1500f1.</Description> <AppDomain>ArcherTech.JobFramework.Job.exe</AppDomain> <Exception> <ExceptionType>System.OutOfMemoryException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType> <Message>Array dimensions exceeded supported range.</Message> <Source>mscorlib</Source> <StackTrace> at ArcherTech.JobFramework.Job.JobRunner.OnServicesExceptionNotHandled(Object sender, ServicesExceptionNotHandledEventArgs e) at System.Workflow.Runtime.WorkflowRuntime.RaiseServicesExceptionNotHandledEvent(Exception exception, Guid instanceId) at System.Workflow.Runtime.Hosting.WorkflowRuntimeService.RaiseServicesExceptionNotHandledEvent(Exception exception, Guid instanceId) at System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.RunOne(Guid workflowInstanceId) at System.Workflow.Runtime.Hosting.ManualWorkflowSchedulerService.RunWorkflow(Guid workflowInstanceId) at ArcherTech.JobFramework.Job.JobRunner.RunJob(JobDescription jobDescription) at ArcherTech.JobFramework.Job.JobProcessor.RunJob(WorkflowInstance job, JobDescription jobDescription) at ArcherTech.JobFramework.Job.JobProcessor.ProcessJob(Guid jobId, String instanceName)</StackTrace> </Exception> </TraceRecord>
Followed by:
<TraceRecord Severity="Error" xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord"> <TraceIdentifier>ArcherTech.DataFeed</TraceIdentifier> <Description>Unexpected DataFeed job error during child execution. DataFeedId: 186, JobId: 924c089b-6ce0-43e4-b460-f4f88f1500f1</Description> <AppDomain>ArcherTech.JobFramework.Job.exe</AppDomain> </TraceRecord> </DataItem> </TraceData> </ApplicationData> </E2ETraceEvent>
|