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
Have the dependencies & properties configured to see the Micronaut Control Panel with the Application Health report
Restart the application with endpoints.health.disk-space.threshold=500GB or something similar out of the free disk space
Open the Micronaut Control Panel / Application Health report: {"_links":{"self":[{"href":"/control-panel/health","templated":false}]},"_embedded":{"errors":[{"message":"Internal Server Error: Error rendering Handlebars view [layout]: /views/health/diskSpace.hbs:4:80: java.lang.NullPointerException: Cannot invoke \"java.lang.Long.doubleValue()\" because \"ctx\" is null\n /views/health/diskSpace.hbs:4:80"}]},"message":"Internal Server Error"}
Expected Behavior
No response
Actual Behaviour
No response
Steps To Reproduce
endpoints.health.disk-space.threshold=500GB
or something similar out of the free disk space{"_links":{"self":[{"href":"/control-panel/health","templated":false}]},"_embedded":{"errors":[{"message":"Internal Server Error: Error rendering Handlebars view [layout]: /views/health/diskSpace.hbs:4:80: java.lang.NullPointerException: Cannot invoke \"java.lang.Long.doubleValue()\" because \"ctx\" is null\n /views/health/diskSpace.hbs:4:80"}]},"message":"Internal Server Error"}
Corresponding Java stack trace: control-panel-exception.txt
Environment Information
Windows 10, graalvm-jdk-17.0.8+9.1
Example Application
No response
Version
4.2.1 Maven
The text was updated successfully, but these errors were encountered: