Martin Choma created WFLY-13867:
-----------------------------------
Summary: Operations :check (-live, -ready) not present in embedded and
admin-only mode
Key: WFLY-13867
URL:
https://issues.redhat.com/browse/WFLY-13867
Project: WildFly
Issue Type: Bug
Components: MP Health
Reporter: Martin Choma
Assignee: Jeff Mesnil
microprofile-health-smallrye subsystem operations {{:check}}, {{check-live}},
{{check-ready}} not present in embedded or admin-only mode. Is this expected or we should
move this jira to JBEAP bug?
Admin only mode
{code}
:reload(admin-only = true)
/subsystem=microprofile-health-smallrye:check
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0031: No operation named
'check' exists at address [(\"subsystem\" =>
\"microprofile-health-smallrye\")]",
"rolled-back" => true
}
{code}
Embedded mode
{code}
./jboss-cli.sh
You are disconnected at the moment. Type 'connect' to connect to the server or
'help' for the list of supported commands.
[disconnected /] embed-server
[standalone@embedded /] /subsystem=microprofile-health-smallrye:check-ready
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0031: No operation named
'check-ready' exists at address [(\"subsystem\" =>
\"microprofile-health-smallrye\")]",
"rolled-back" => true
}
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)