L3A Status: Error, Start Type: Scheduled [SOLVED]

Hi,

I was able to get the system processing L2A for both L8 and S2, but now I am having issues with higher level products. For now I just want L3A products, but all the L3A products are showing a Error status, with a start type of Scheduled. Just wondering how I can I verify what is going wrong.

sen2agriL3Astatus

The sen2agri-orchestrator logs show that it tries and fails many times to start the L3A task because the underlying images weren’t ready yet:

Mar 26 23:10:08 localhost.localdomain sen2agri-orchestrator[1785]: Scheduler L3A: Getting season dates for site 1 for scheduled date Mon Oct 31 01:00:00 2016!
Mar 26 23:10:08 localhost.localdomain sen2agri-orchestrator[1785]: Scheduler L3A: Extracted season dates: Start: Mon Feb 1 00:00:00 2016, End: Mon Oct 31 00:00:00 2016!
Mar 26 23:10:08 localhost.localdomain sen2agri-orchestrator[1785]: Scheduled job for L3A and site ID 1 with start date Tue Sep 6 01:00:00 2016 and end date Wed Oct 26 01:00:00 2016 will not be executed (no products)!

But later, when the L2A images are ready, the log changes to:

Mar 27 00:06:08 localhost.localdomain sen2agri-orchestrator[1785]: Scheduler L3A: Getting season dates for site 1 for scheduled date Sat Dec 31 00:00:00 2016!

This is spammed in the logs many times, not sure where the Dec 31 2016 date is coming from, my season is from Feb 1 2016 to Oct 31 2016.

Thanks!

Here are detailed logs for sen2agri-orchestrator, executor, and scheduler after starting a custom L3A job.

Executor log: https://pastebin.com/Yn02t4Ve
Orchestrator log: https://pastebin.com/b3h9nSjj
Scheduler log: https://pastebin.com/z3cRWFb4

Any guidance on what to look for in the logs would be very appreciated.

Ok, I have determined the issue was related to a non-standard installation setup on my part. I have added symbolic links from /mnt/archive and /mnt/upload to my custom location /mnt/data/archive and /mnt/data/upload and the L3A products are working now. So, if you have a custom setup where your data is being saved on a different partition or disk, make sure to use symbolic links even if you have changed all the references to /mnt/archive and /mnt/upload in sen2agri-config tool. Some references must be still hardcoded, and therefore need the symbolic links to work. Hope this helps anyone else who has a slightly non-standard installation setup.