-
Bug
-
Resolution: Done
-
Minor
-
3.2.12.Final
-
None
-
-
Undefined
The MicroProfile Health view in HAL Management Console shows:
The health check outcome is DOWN.
And all states are listed as "undefined" though for example data of deployment-status shows "OK" and also server-state data is "running".
Directly accessing the health endpoint via HTTP (http://localhost:9990/health) shows this instead:
{"status":"UP","checks":[\{"name":"deployments-status","status":"UP","data":{"test.ear":"OK","test2.ear":"OK"}},\{"name":"boot-errors","status":"UP"},\{"name":"server-state","status":"UP","data":{"value":"running"}},\{"name":"ready-deployment.test2.ear.test2-web.war","status":"UP"},\{"name":"ready-deployment.test.ear.test-web.war","status":"UP"}]}
So the endpoint shows all states as "UP" instead of HAL showing all states as "undefined" or "DOWN" (for the overall outcome).
I would expect HAL to show the same output as the health endpoint.