]
Pedro Zapata Fernandez updated ISPN-11097:
------------------------------------------
Sprint: DataGrid Sprint #38, DataGrid Sprint #39 (was: DataGrid Sprint #38)
Clusters page unable to resolve "host" when utilising
clustered standalone servers
----------------------------------------------------------------------------------
Key: ISPN-11097
URL:
https://issues.redhat.com/browse/ISPN-11097
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 9.4.17.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 9.4.18.Final
The following page cannot be viewed
http://localhost:3000/#/server-groups/default/nodes
as the dmr call is trying to access the child-resource "host" which does not
exist outside of domain mode. Resulting in the following error message:
{code:json}
{
"outcome" : "failed",
"failure-description" : "WFLYCTL0202: No known child type named
host",
"rolled-back" : true
}
{code}