-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
[Bug] org.hibernate.exception.GenericJDBCException: Unable to acquire JDBC Connection
#467
Labels
Comments
Example of trying to create a custom target after the server gets into this state:
|
|
This stack trace appears shortly after
|
|
|
|
|
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
Cryostat becomes unable to open a (pooled) JDBC connection to its Postgres database. It continues responding to healthchecks but most API queries become unusable because the database connection cannot be established.
Related: #415 #428 #325
Expected Behavior
No response
Steps To Reproduce
make sample_app
scaled up to 2 replicas, andmake sample_app_agent
on this PR: chore(jmx): remove configuration for JMX server, service, and auth secret cryostat-operator#823Environment
No response
Anything else?
Seems related to/same as quarkusio/quarkus#9123
The text was updated successfully, but these errors were encountered: