no FiscalCalendar configuration for year 2021
Hi I am getting below exception while startup of xstore.
ERROR 2018-04-12 00:03:55,995 CAUGHT EXCEPTION :: dtv.pos.appmanagement.preflight.check.StoreCalendarCheck.runCheck(StoreCalendarCheck.java:36) [startup]
dtv.pos.storecalendar.DateOutOfRangeException: no FiscalCalendar configuration for year 2021
at dtv.pos.storecalendar.fiscal.AbstractFiscalCalendar.getYear(AbstractFiscalCalendar.java:327)
at dtv.pos.storecalendar.fiscal.FiscalYear.next(FiscalYear.java:150)
at dtv.pos.storecalendar.fiscal.FiscalWeek.next(FiscalWeek.java:123)
at dtv.pos.storecalendar.fiscal.AbstractFiscalCalendar.getDateRange(AbstractFiscalCalendar.java:185)
at dtv.pos.storecalendar.AbstractStoreCalendar.getDateRanges(AbstractStoreCalendar.java:46)
at dtv.pos.storecalendar.StoreCalendar.getWeeklyDateRange(StoreCalendar.java:123)
at dtv.pos.appmanagement.preflight.check.StoreCalendarCheck.runCheck(StoreCalendarCheck.java:32)
at dtv.pos.appmanagement.preflight.check.op.PreFlightCheckOp.showChecklist(PreFlightCheckOp.java:88)