MAJA not processing downloaded images?

Hello Cosmin,

Yes it did not work for my case.

I’ll apply this patch to my other machine.

The sen2agri-services work after the update to 2.0. I’ll update you in this post.

Hi,

I have similar problem - MAJA is not processing downloaded files. See attached log file from DEMMACS.log.zip (608.5 KB)
In downloader_history are the tiles in status 6 and in l1_tile_history in status 3.
The instalation is fresh instal of Centos 7 + MAJA 3.2.2 TM + Sen2Agri 2.0.

Could you pls help me what is wrong to start processing?

Rgds

Jan

Hello Jan,

Have you tried the command:

sudo chmod -R a+rx /opt/maja

It seems that the error is that the maja cannot be actually executed due to the fact that it has not the read rights.
Also, in order to hurry up the reprocessing, you can do:

  • Reset the l1_tile_history table:

sudo -u postgres psql sen2agri -c “delete from l1_tile_history”

  • Update the statuses in the downloader_history table:

sudo -u postgres psql sen2agri -c “update downloader_history set status_id = 2 where status_id = 6”

Hope this helps,
Cosmin

Dear Cosmin,

I experienced the same problem.
Thank you very much, your explanation helped me to solve the problem.
MAJA is finally running.

Regards,

Firman.

But then it stopped after a few minutes :frowning_face:

Firman.

1 Like