Informatievlaanderen / VSDS-Linked-Data-Interactions

https://informatievlaanderen.github.io/VSDS-Linked-Data-Interactions/
European Union Public License 1.2
4 stars 6 forks source link

Relation 'treenoderecordentity' does not exist #676

Open SBylemans opened 1 month ago

SBylemans commented 1 month ago

Describe the bug When starting the LdesClientProcessor with a Postgres DB configured and keepState property to true, the processor produces an error with the error message:

org.postgresql.util.PSQLException: ERROR: Relation 'treenoderecordentity' does not exist

To Reproduce Configure LDESClientProcessor with Postgres DB for state, and set keepState property to true before first start of processor.

Expected behavior LDESClientProcessor creates tables and runs as expected.

Screenshots

afbeelding

Info Using version 2.3.0 of the processors.

Workaround Start flow first time with keepState to false.

jobulcke commented 18 hours ago

This will be verified when #663 has been solved