L3B Error

Hello,

From what I see, there are several issues:

  1. Your site is defined from April to June. Unfortunately, ESA limited recently access to the online repository to only the last month (see this post Images appear as retriable but nothing happens - #2 by cudroiu)
  2. Some L1C products were downloaded, probably from end of may and june. Nevertheless, the L3B processor needs some L2A products as input. You could check if there are any issues with the L2A pre-processing by investigating:
  • the messages in the demmaccs (sudo journalctl -fu sen2agri-demmaccs --since “10 days ago”)
  • in the database, tables downloader_history and l1_tile_history

psql -U admin sen4cap -c "select * from downloader_history "
psql -U admin sen4cap -c "select * from l1_tile_history "

  • Once you have the L2A products, you can try relaunching the L3B processor by adding a scheduled job in the “dashboard” tab → L3B Vegetation status, similar or identical with the existing one. The existing one was already executed as it was a season in the past but it gave errors (as you mentioned) as there were no L2A products available when it executed.

Hope this helps.

Best regards,
Cosmin