]
Radoslav Husar reassigned WFLY-4435:
------------------------------------
Summary: Mixed domain tests fail on infinispan/jgroups subsystems (was: Mixed domain
tests fail on infinispan/jgroups subystems)
Due Date: 16/Apr/15
Assignee: Tomaz Cerar (was: Radoslav Husar)
The issue I am trying to describe is not specific to mixed domain tests, as it can be
reproduced just booting a single profile with older subsystem configuration.
I would think the problem is here, the logic assumes that subsystems are added in a
specific order:
org/jboss/as/clustering/infinispan/subsystem/InfinispanSubsystemXMLReader.java:253
I ll just temporarily assign to you Tom, please just update and throw back to us so we can
revisit this when the time comes. Thanks!
Mixed domain tests fail on infinispan/jgroups subsystems
--------------------------------------------------------
Key: WFLY-4435
URL:
https://issues.jboss.org/browse/WFLY-4435
Project: WildFly
Issue Type: Bug
Affects Versions: 9.0.0.Alpha1
Reporter: Radoslav Husar
Assignee: Tomaz Cerar
The same problem happens when attempting to use 2_0 version of these subsystems in
current configuration.
{noformat}
[Host Controller] [0m[0m15:33:41,155 INFO
[org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028:
Attribute enabled is deprecated, and it might be removed in future version![0m
[Host Controller] [0m[0m15:33:41,161 INFO
[org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028:
Attribute default-clustered-sfsb-cache is deprecated, and it might be removed in future
version![0m
[Host Controller] [0m[31m15:33:41,174 ERROR
[org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013:
Operation ("add") failed - address: ([[0m
[Host Controller] [31m ("profile" => "full-ha"),[0m
[Host Controller] [31m ("subsystem" => "jgroups"),[0m
[Host Controller] [31m ("channel" => "server")[0m
[Host Controller] [31m]) - failure description: "WFLYCTL0175: Resource [[0m
[Host Controller] [31m (\"profile\" => \"full-ha\"),[0m
[Host Controller] [31m (\"subsystem\" => \"jgroups\")[0m
[Host Controller] [31m] does not exist; a resource at address [[0m
[Host Controller] [31m (\"profile\" => \"full-ha\"),[0m
[Host Controller] [31m (\"subsystem\" => \"jgroups\"),[0m
[Host Controller] [31m (\"channel\" => \"server\")[0m
[Host Controller] [31m] cannot be created until all ancestor resources have been
added"[0m
[Host Controller] [31m[0m[31m15:33:41,183 FATAL [org.jboss.as.host.controller]
(Controller Boot Thread) WFLYHC0034: Host Controller boot has failed in an unrecoverable
manner; exiting. See previous messages for details.[0m
{noformat}