Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-17576

[GSS](7.2.z) Failed to read WS endpoint runtime data at Management Console

    XMLWordPrintable

Details

    Description

      The following Management Console -> Deployment -> Management Model page access does return an error with a non-useful failure description. The same functionality works fine on 7.1.6

      "WFLYCTL0216: Management resource '[
          (\"deployment\" => \"helloworld-ws.war\"),
          (\"subsystem\" => \"webservices\"),
          (\"endpoint\" => \"helloworld-ws:org.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl\")
      ]' 
      

      As a temporary workaround, users can fetch this information using the JBoss CLI command:

      [standalone@localhost:9990 /] /deployment=helloworld-ws.war/subsystem=webservices/endpoint=helloworld-ws%3Aorg.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl:read-resource(include-runtime=true)
      {
          "outcome" => "success",
          "result" => {
              "average-processing-time" => 0L,
              "class" => "org.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl",
              "context" => "helloworld-ws",
              "fault-count" => 0L,
              "max-processing-time" => 0L,
              "min-processing-time" => 0L,
              "name" => "org.jboss.as.quickstarts.wshelloworld.HelloWorldServiceImpl",
              "request-count" => 0L,
              "response-count" => 0L,
              "total-processing-time" => 0L,
              "type" => "JAXWS_JSE",
              "wsdl-url" => "http://localhost:8080/helloworld-ws/HelloWorldService?wsdl"
          }
      }
      

      Attachments

        Issue Links

          Activity

            People

              chaowan@redhat.com Chao Wang
              rhn-support-wqueiroz Wagner Queiroz
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: