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
Info
Using version 2.3.0 of the processors.
Workaround
Start flow first time with keepState to false.
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:
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
Info Using version 2.3.0 of the processors.
Workaround Start flow first time with keepState to false.