We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running kogito trusty postgres image v1.43.0 throws this error when an event is received. Event is discarded due to this error.
relation "kogito_data_cache" does not exist
Event is persisted and sent to explainability service for evaluation.
Event is discarded and not persisted.
uname -a
ver
Windows
java -version
11
No response
1.43.0
mvnw --version
gradlew --version
maven 3.9..6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Running kogito trusty postgres image v1.43.0 throws this error when an event is received. Event is discarded due to this error.
relation "kogito_data_cache" does not exist
Expected behavior
Event is persisted and sent to explainability service for evaluation.
Actual behavior
Event is discarded and not persisted.
How to Reproduce?
Output of
uname -a
orver
Windows
Output of
java -version
11
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
1.43.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)maven 3.9..6
Additional information
No response
The text was updated successfully, but these errors were encountered: