]
Chao Wang resolved WFCORE-1724.
-------------------------------
Resolution: Rejected
Yes, that explains it. The {{add}} operation works fine.
Sorry for disturbing. Close this one.
Resource.NoSuchResourceException managementResourceNotFound for
native-interface and native-remoting-interface
--------------------------------------------------------------------------------------------------------------
Key: WFCORE-1724
URL:
https://issues.jboss.org/browse/WFCORE-1724
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 3.0.0.Alpha5
Reporter: Chao Wang
Assignee: Brian Stansberry
management-interface {{native-interface}} and {{native-remoting-interface}} are listed
under address:
/core-service=management/management-interface=
http-interface native-interface native-remoting-interface
But the read-resource operation causes Resource.NoSuchResourceException
{noformat}
[wangc@dhcp-128-40 DR]$ sh jboss-eap-7.1-DR3/bin/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 /] /core-service=management/management-interface=
http-interface native-interface native-remoting-interface
[standalone@embedded /]
/core-service=management/management-interface=native-interface:read-resource
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0216: Management resource '[
(\"core-service\" => \"management\"),
(\"management-interface\" => \"native-interface\")
]' not found",
"rolled-back" => true
}
[standalone@embedded /]
/core-service=management/management-interface=native-remoting-interface:read-resource
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0216: Management resource '[
(\"core-service\" => \"management\"),
(\"management-interface\" => \"native-remoting-interface\")
]' not found",
"rolled-back" => true
}
{noformat}
It gives same error in standalone mode and ember-server mode since 7.1-DR2.
7.1-DR1 is fine when it's on Wildfly core 2.2.0.CR7