[
https://issues.jboss.org/browse/WFLY-4435?page=com.atlassian.jira.plugin....
]
Kabir Khan edited comment on WFLY-4435 at 4/10/15 5:37 AM:
-----------------------------------------------------------
I think it could be possible to use a ProfileParsingCompletionHandler to put the
operations into the correct location.
Something along the lines of having the parser add the jgroups operations to
infinispan's list like it does at the moment, but then register a profile completion
handler either for jgroups or infinispan, and move the jgroups operations from
infinispan's list to jgroup's list.
was (Author: kabirkhan):
I think it could be possible to use a ProfileParsingCompletionHandler to put the
operations into the correct location.
Something along the lines of having the parser add the jgroups operations to
infinispan's list like it does at the moment, but then register a profile completion
handler either for jgroups or infinispan, and move the operations from infinispan's
list to jgroup's list.
Mixed domain tests fail on infinispan/jgroups subsystems
--------------------------------------------------------
Key: WFLY-4435
URL:
https://issues.jboss.org/browse/WFLY-4435
Project: WildFly
Issue Type: Bug
Components: Clustering
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}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)