Skip to content
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

[control-panel-management] JDBC health indicator not implemented #59

Open
LeBezout opened this issue Oct 10, 2023 · 0 comments
Open

[control-panel-management] JDBC health indicator not implemented #59

LeBezout opened this issue Oct 10, 2023 · 0 comments
Labels
type: bug Something isn't working

Comments

@LeBezout
Copy link

Expected Behavior

The /control-panel/health detail page must not fail if a datasource is configured.

Actual Behaviour

Access to this page produce the error :

io.micronaut.views.exceptions.ViewRenderingException: Error rendering Handlebars view [layout]: /views/health/detail.hbs:17:29: The partial '/(stringFormat "views/health/%s" (cut @key '()')).hbs' at '/views/health/jdbc.hbs' could not be found
	at io.micronaut.views.handlebars.HandlebarsViewsRenderer.lambda$render$0(HandlebarsViewsRenderer.java:92)

Template jdbc.hbs not implemented in control-panel-management/src/main/resources/views/health

Steps To Reproduce

  • configure a default datasource (ie H2)
  • launch the /control-panel
  • access to the health detail page (/control-panel/health)

Environment Information

not relevant

Example Application

No response

Version

4.1.3

@LeBezout LeBezout changed the title [control-panel-management] The JDBC health indicator not implemented [control-panel-management] JDBC health indicator not implemented Oct 10, 2023
@alvarosanchez alvarosanchez added bug Something isn't working type: bug Something isn't working and removed bug Something isn't working labels Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants