You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: