Facing: error executing SQL statement [ERROR: role with OID 1126150 does not exist (28000)] #39080
Closed
sachin1kumar
started this conversation in
Community
Replies: 2 comments 3 replies
-
@sachin1kumar Please move it to https://github.com/quarkiverse/quarkus-vault |
Beta Was this translation helpful? Give feedback.
3 replies
-
Closing this as we have moved this to quarkus vault. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Complete stacktrace:
org.hibernate.HibernateException - java.util.concurrent.CompletionException: org.hibernate.exception.GenericJDBCException: error executing SQL statement [ERROR: role with OID 1126150 does not exist (28000)] [select query]
Hiding the select query due to data privacy, when we run the query on OpenShift pod it works fine.
Observation with this issue:
Suppose currently we are facing this issue while using one of the endpoints of our microservice from Postman, making request multiple times but still same issue. Now, if we recreate the pod on Openshift then use the same endpoint we get the response and we will get the response till exact 1 hour and now if we use the same endpoint after one hour we will face the same issue again until we recreate the pod again on Openshift and this cycle repeats in order to make our endpoint works.
Quarkus bom version: 3.2.2.Final
Quarkus vault version: 'io.quarkiverse.vault:quarkus-vault:3.4.0'
Beta Was this translation helpful? Give feedback.
All reactions