-
Bug
-
Resolution: Done
-
Critical
-
11.0.0.Beta4
-
None
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" =>
}]: 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)
- is related to
-
JBEAP-19059 java.lang.StackOverflowError adding credential-store after setting a node-identifier
- Closed
- relates to
-
WFCORE-4774 .CLI command to write attribute is giving a StackOverflow Exception
- Closed