MACCS would not start after server restarted

Hi,
My system shut down and I had to restart it. However, the l2a processor has not resumed processing the l1c imagery over my sites.
I did a:`

sudo systemctl restart sen2agri-demmaccs.timer

and got the following

50%20PM

I also did the following
sudo -u postgres psql sen2agri
select status_id, site_id, product_name from downloader_history where status_id = 2;
and got products with status 2.

Any idea on how to get MACCS back to normal?
Thanks

Hi,

Is the /mnt/achive/gipp owned by sen2agri-service?
Can you check the demmaccs.log file? For example: /mnt/archive/maccs_def/{site}/l2a/LC08_L2A_112054_20151012_20170403_01_T1/demaccs.log

Perhaps the sentinel or landsat 8 images are still downloading.

You can also try sudo systemctl status -l sen2agri-demmaccs

Regards

You can also try journalctl -b -u sen2agri-demmaccs to see messages related to MACCS since the system was rebooted.

Thanks, it seems the error resolved itself after a few days… no clue how.