Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-4775

Some .CLI commands that has been working since WF9 fails on WF18

XMLWordPrintable

    • Hide

      Start with a clean standalone-full.xml configuration and just run

      jboss-cli.bat -c --command="/subsystem=undertow:write-attribute(name=statistics-enabled,value=true)"

      Show
      Start with a clean standalone-full.xml configuration and just run jboss-cli.bat -c --command="/subsystem=undertow:write-attribute(name=statistics-enabled,value=true)"

      Error message is

      ERROR [org.jboss.as.cli.CommandContext] (CLI command) {
      "outcome" => "failed",
      "failure-description" => "java.lang.StackOverflowError:null"
      }

      And in the log
      2019-10-21 19:14:44,377 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0403: Unexpected failure during execution of the following operation(s): [{
      "address" => [("subsystem" => "undertow")],
      "operation" => "write-attribute",
      "name" => "statistics-enabled",
      "value" => true,
      "operation-headers" =>

      { "caller-type" => "user", "access-mechanism" => "NATIVE" }

      }]: java.lang.StackOverflowError
      at org.jboss.as.controller.CapabilityRegistry.getDependentCapabilityStatus(CapabilityRegistry.java:418)
      at org.jboss.as.controller.CapabilityRegistry.getCapabilityStatus(CapabilityRegistry.java:392)
      at org.jboss.as.controller.CapabilityRegistry.getDependentCapabilityStatus(CapabilityRegistry.java:426)
      at org.jboss.as.controller.CapabilityRegistry.getCapabilityStatus(CapabilityRegistry.java:392)

            yborgess1@redhat.com Yeray Borges Santana
            peterjonsson Peter Jonsson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: