Hello,
I am currently having issue with the Data Export. It keep saying "An unexpected error occurred during export. We are sorry for inconvenience. Please contact support team support@mysurvey.solutions with the log files *.log that are stored in the application folder. Additional information to this issue is available at the support page: https://support.mysurvey.solutions/headquarters/config/standalone-server-errors/.".
I did maintenance procedure “PROCEDURE M1. Dropping temporary export schemas”, but still have same problem.
In export log file this error is:
2022-04-13 11:17:40.217 +04:00 [FTL] Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at WB.Services.Infrastructure.EventSourcing.FunctionalHandlerExtensions.Handle(IStatefulDenormalizer eventsHandler, Event ev, CancellationToken token)
at WB.Services.Export.Events.EventsHandler.HandleEventsFeedAsync(EventsFeed feed, CancellationToken token)
at WB.Services.Export.Events.EventsHandler.HandleEventsFeedAsync(EventsFeed feed, CancellationToken token)
2022-04-13 11:17:40.241 +04:00 [FTL] Exception Data : WB:handlerMethod : AssignmentDenormalizer.Handle(…)
2022-04-13 11:17:40.242 +04:00 [FTL] Exception Data : WB:initialException : System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
—> System.NullReferenceException: Object reference not set to an instance of an object.
at WB.Services.Export.Assignment.AssignmentDenormalizer.AddRecord[T](PublishedEvent1 event, AssignmentExportedAction action, String oldValue, String newValue, String comment, Int32 position) at WB.Services.Export.Assignment.AssignmentDenormalizer.Handle(PublishedEvent
1 event)
— End of inner exception stack trace —
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at WB.Services.Infrastructure.EventSourcing.FunctionalHandlerExtensions.Handle(IStatefulDenormalizer eventsHandler, Event ev, CancellationToken token)
2022-04-13 11:17:40.242 +04:00 [FTL] Exception Data : WB:Event : AssignmentArchived
2022-04-13 11:17:40.242 +04:00 [FTL] Exception Data : WB:GlobalSequence : 16857881
2022-04-13 11:17:40.242 +04:00 [FTL] Exception Data : WB:EventSourceId : a4bb7d0e-ba44-498c-a75c-2d601b8aa2d5
2022-04-13 11:17:40.242 +04:00 [FTL] Exception Data : WB:Events : 16806164:16858581
2022-04-13 11:17:40.244 +04:00 [ERR] Export job failed
Could you please help me resolve this issue.