Hello,
Thanks for your work with sen4cap,
I just did a fresh install on an Azure VM during which nothing seemed really off, however i am having trouble setting up sites. In particular, the UI is throwing me a couple of different errors.
Just after i create a fresh site and access the site details, when i try to create a season and check for active processor (i.e. L2A), just after clicking on the save button, the UI returns the following:
StatementCallback; uncategorized SQLException for SQL [SELECT public.sp_insert_default_scheduled_tasks(53::smallint,1::smallint)]; SQL state [P0001]; error code [0]; ERROR: No default jobs defined for processor id 1
Where: PL/pgSQL function sp_insert_default_scheduled_tasks(smallint,smallint) line 156 at RAISE; nested exception is org.postgresql.util.PSQLException: ERROR: No default jobs defined for processor id 1
Where: PL/pgSQL function sp_insert_default_scheduled_tasks(smallint,smallint) line 156 at RAISE
If i click again on the save button, i get a nested exception is org.hibernate.exception.GenericJDBCException: could not execute statement
However when i create a fresh site and define a season without checking any type of active processor, no error is thrown when saving season. Is this why despite successful download of L1C and L2A products none appear in the Products section ?
I tried to restart the services via sudo systemctl restart sen2agri-services
, and to create different fresh sites for testing purpose with different geometries but this behavior remains consistent.
I suppose there may be something off with the database, how could i check that ?
Thanks in advance,
Best,
J.
Edit : while reading a bit more in this forum, i stumbled upon this topic, from which i tried the commands to check the MariaDB installation. Following the MariaDB [(none)]> show databases;
command i got a ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'MariaDB [(none)]> show databases' at line 1
. I suppose something may be really off with db then.