Uploaded image for project: 'WildFly WIP'
  1. WildFly WIP
  2. WFWIP-356

Operations :check (-live, -ready) not present in embedded and admin-only mode

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • MP Health
    • None
    • Undefined

    Description

      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

      :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
      }
      

      Embedded mode

      ./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
      }
      

      Attachments

        Activity

          People

            jmesnil1@redhat.com Jeff Mesnil
            mchoma@redhat.com Martin Choma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: