-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
Environment:
- JBoss EAP 8.1.3, standalone-mode
- Google Chrome Version 144.0.7559.96 (Official Build) (64-bit)
When adding a replicated-cache through the Web management console of JBoss EAP 8.1.3 started with a standalone.xml that does not include the jGroups subsystem, the error is only output to the browser console.
The expected behavior is to display an error dialog or popup message instead of logging the error only to the browser console.
POST http://localhost:9990/management 500 (Internal Server Error)
...
18:31:26.478 ERROR o.j.h.d.dispatch.Dispatcher Dispatcher error: "WFLYCTL0216: Management resource '[
(\"subsystem\" => \"infinispan\"),
(\"cache-container\" => \"web\"),
(\"transport\" => \"jgroups\")
]' not found"
...
POST http://localhost:9990/management 500 (Internal Server Error)
...
18:31:26.490 ERROR o.j.h.d.dispatch.Dispatcher Dispatcher error: "WFLYCTL0369: Required capabilities are not available:
org.wildfly.clustering.jgroups.default-channel-factory; There are no known registration points which can provide this capability."
- clones
-
JBEAP-31893 [GSS][8.1.z] Error only logged to browser console when adding replicated-cache to standalone.xml
-
- Pull Request Sent
-