Informatievlaanderen / VSDS-Linked-Data-Interactions

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

Relation 'treenoderecordentity' does not exist #676

Open SBylemans opened 3 months ago

SBylemans commented 3 months 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 1 month ago

~This will be verified when #663 has been solved~