Dear @LCaynar,
The issue you are facing here seems to be a different one than I expected.
The above is is just log noise, and can be ignored.
This is a real issue. A table, likely the programstageinstance table, does not have the column “geometry”. It should have been created automatically if missing - and since its not it might indicate that your database does not have Postgis enabled. Can you shut down your application server, then log onto the database and run “CREATE EXTENSION POSTGIS;” - then start the database again?
I logged in my database and then run “CREATE EXTENSION POSTGIS” on query. The message showed “ERROR: could not open extension control file “C:/POSTGR~1/pg10/…/pg10/share/postgresql/extension/postgis.control”: No such file or directory”
Dear @LCaynar,
there seems to be a problem with your postgres or postgis installation. https://postgis.net/install/
Try googling the error message and or reinstalling postgres and postgis.