]
Kabir Khan updated WFLY-4606:
-----------------------------
Fix Version/s: 9.0.0.Final
Operation read-resource-description invoked against multiple target
addresses failed
-------------------------------------------------------------------------------------
Key: WFLY-4606
URL:
https://issues.jboss.org/browse/WFLY-4606
Project: WildFly
Issue Type: Bug
Components: Domain Management
Affects Versions: 9.0.0.CR1
Reporter: Heiko Braun
Assignee: Brian Stansberry
Fix For: 9.0.0.Final
{noformat}
[domain@localhost:9990 /]
/profile=full/subsystem=undertow/servlet-container=*/setting=websocket:read-resource-description
{
"outcome" => "failed",
"result" => [{
"address" => [
("profile" => "full"),
("subsystem" => "undertow"),
("servlet-container" => "*"),
("setting" => "websocket")
],
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler
failed: java.lang.NullPointerException",
"rolled-back" => true
}],
"failure-description" => "WFLYCTL0285: Operation
read-resource-description invoked against multiple target addresses failed at address [
(\"profile\" => \"full\"),
(\"subsystem\" => \"undertow\"),
(\"servlet-container\" => \"*\"),
(\"setting\" => \"websocket\")
] with failure description WFLYCTL0158: Operation handler failed:
java.lang.NullPointerException",
"rolled-back" => true
}
{noformat}