[JBoss JIRA] (WFCORE-1935) Add :read-attribute-description operation
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1935?page=com.atlassian.jira.plugi... ]
Brian Stansberry commented on WFCORE-1935:
------------------------------------------
I have done quite a lot on this but I think I'll need to shelve it for a while, perhaps until the next release.
https://github.com/wildfly/wildfly-core/compare/master...bstansberry:WFCO...
There are some edge cases here that need handling, and in a way that's comprehensible to the behavior of other ops. I'm talking about wildcard address handling scenarios. Those will take a bit of thought and it's doubtful I'll get to it before we hit WF Core 3.0.0.Beta1 in a week or so and need to stop feature work.
> Add :read-attribute-description operation
> -----------------------------------------
>
> Key: WFCORE-1935
> URL: https://issues.jboss.org/browse/WFCORE-1935
> Project: WildFly Core
> Issue Type: Feature Request
> Components: Domain Management
> Reporter: Pavel Jelinek
> Assignee: Brian Stansberry
> Labels: user_experience
>
> In resource with many attributes which may or may not be ordered in _:read-resource-description_ operation result it's very hard to find description of a particular attribute.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ELY-910) Remove participant from SSO when remote logout failed
by Pedro Igor (JIRA)
Pedro Igor created ELY-910:
------------------------------
Summary: Remove participant from SSO when remote logout failed
Key: ELY-910
URL: https://issues.jboss.org/browse/ELY-910
Project: WildFly Elytron
Issue Type: Bug
Components: HTTP
Affects Versions: 1.1.0.Beta21
Reporter: Pedro Igor
Assignee: Pedro Igor
We are not properly handle remote logout failures when something wrong happens when logging out a participant.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (WFLY-8015) JGroups export-native-configuration management operation fails
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-8015?page=com.atlassian.jira.plugin.... ]
Paul Ferraro updated WFLY-8015:
-------------------------------
Description:
{noformat}
[standalone@embedded /] /subsystem=jgroups/stack=udp:export-native-configuration()
11:40:20,261 ERROR [org.jboss.as.controller.management-operation] (AeshProcess: 2) WFLYCTL0013: Operation ("export-native-configuration") failed - address: ([
("subsystem" => "jgroups"),
("stack" => "udp")
]): java.util.NoSuchElementException: No child 'name' exists
at org.jboss.dmr.ModelValue.requireChild(ModelValue.java:387)
at org.jboss.dmr.ObjectModelValue.requireChild(ObjectModelValue.java:302)
at org.jboss.dmr.ModelNode.require(ModelNode.java:875)
at org.jboss.as.clustering.controller.Operations.getAttributeName(Operations.java:81)
at org.jboss.as.clustering.controller.ExecutionHandler.executeRuntimeStep(ExecutionHandler.java:59)
at org.jboss.as.controller.AbstractRuntimeOnlyHandler$1.execute(AbstractRuntimeOnlyHandler.java:53)
at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:921)
at org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:664)
at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:383)
at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1390)
at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:419)
at org.jboss.as.controller.ModelControllerImpl.lambda$execute$0(ModelControllerImpl.java:224)
at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:193)
at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:224)
at org.jboss.as.controller.ModelControllerImpl$3.execute(ModelControllerImpl.java:716)
at org.jboss.as.controller.ModelControllerImpl$3.execute(ModelControllerImpl.java:706)
at org.jboss.as.controller.client.helpers.DelegatingModelControllerClient.execute(DelegatingModelControllerClient.java:68)
at org.jboss.as.cli.embedded.ThreadContextsModelControllerClient.execute(ThreadContextsModelControllerClient.java:69)
at org.jboss.as.cli.impl.CommandExecutor.execute(CommandExecutor.java:653)
at org.jboss.as.cli.impl.CommandContextImpl.lambda$execute$1(CommandContextImpl.java:862)
at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:882)
at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:861)
at org.jboss.as.cli.handlers.OperationRequestHandler.handle(OperationRequestHandler.java:90)
at org.jboss.as.cli.impl.CommandContextImpl.handle(CommandContextImpl.java:806)
at org.jboss.as.cli.impl.CommandContextImpl.handleSafe(CommandContextImpl.java:907)
at org.jboss.as.cli.impl.CommandContextImpl$2.execute(CommandContextImpl.java:442)
at org.jboss.aesh.console.AeshProcess.run(AeshProcess.java:53)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler failed: java.util.NoSuchElementException: No child 'name' exists",
"rolled-back" => true
}
{noformat}
was:
[standalone@embedded /] /subsystem=jgroups/stack=udp:export-native-configuration()
11:40:20,261 ERROR [org.jboss.as.controller.management-operation] (AeshProcess: 2) WFLYCTL0013: Operation ("export-native-configuration") failed - address: ([
("subsystem" => "jgroups"),
("stack" => "udp")
]): java.util.NoSuchElementException: No child 'name' exists
at org.jboss.dmr.ModelValue.requireChild(ModelValue.java:387)
at org.jboss.dmr.ObjectModelValue.requireChild(ObjectModelValue.java:302)
at org.jboss.dmr.ModelNode.require(ModelNode.java:875)
at org.jboss.as.clustering.controller.Operations.getAttributeName(Operations.java:81)
at org.jboss.as.clustering.controller.ExecutionHandler.executeRuntimeStep(ExecutionHandler.java:59)
at org.jboss.as.controller.AbstractRuntimeOnlyHandler$1.execute(AbstractRuntimeOnlyHandler.java:53)
at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:921)
at org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:664)
at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:383)
at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1390)
at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:419)
at org.jboss.as.controller.ModelControllerImpl.lambda$execute$0(ModelControllerImpl.java:224)
at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:193)
at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:224)
at org.jboss.as.controller.ModelControllerImpl$3.execute(ModelControllerImpl.java:716)
at org.jboss.as.controller.ModelControllerImpl$3.execute(ModelControllerImpl.java:706)
at org.jboss.as.controller.client.helpers.DelegatingModelControllerClient.execute(DelegatingModelControllerClient.java:68)
at org.jboss.as.cli.embedded.ThreadContextsModelControllerClient.execute(ThreadContextsModelControllerClient.java:69)
at org.jboss.as.cli.impl.CommandExecutor.execute(CommandExecutor.java:653)
at org.jboss.as.cli.impl.CommandContextImpl.lambda$execute$1(CommandContextImpl.java:862)
at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:882)
at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:861)
at org.jboss.as.cli.handlers.OperationRequestHandler.handle(OperationRequestHandler.java:90)
at org.jboss.as.cli.impl.CommandContextImpl.handle(CommandContextImpl.java:806)
at org.jboss.as.cli.impl.CommandContextImpl.handleSafe(CommandContextImpl.java:907)
at org.jboss.as.cli.impl.CommandContextImpl$2.execute(CommandContextImpl.java:442)
at org.jboss.aesh.console.AeshProcess.run(AeshProcess.java:53)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler failed: java.util.NoSuchElementException: No child 'name' exists",
"rolled-back" => true
}
> JGroups export-native-configuration management operation fails
> --------------------------------------------------------------
>
> Key: WFLY-8015
> URL: https://issues.jboss.org/browse/WFLY-8015
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
>
> {noformat}
> [standalone@embedded /] /subsystem=jgroups/stack=udp:export-native-configuration()
> 11:40:20,261 ERROR [org.jboss.as.controller.management-operation] (AeshProcess: 2) WFLYCTL0013: Operation ("export-native-configuration") failed - address: ([
> ("subsystem" => "jgroups"),
> ("stack" => "udp")
> ]): java.util.NoSuchElementException: No child 'name' exists
> at org.jboss.dmr.ModelValue.requireChild(ModelValue.java:387)
> at org.jboss.dmr.ObjectModelValue.requireChild(ObjectModelValue.java:302)
> at org.jboss.dmr.ModelNode.require(ModelNode.java:875)
> at org.jboss.as.clustering.controller.Operations.getAttributeName(Operations.java:81)
> at org.jboss.as.clustering.controller.ExecutionHandler.executeRuntimeStep(ExecutionHandler.java:59)
> at org.jboss.as.controller.AbstractRuntimeOnlyHandler$1.execute(AbstractRuntimeOnlyHandler.java:53)
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:921)
> at org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:664)
> at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:383)
> at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1390)
> at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:419)
> at org.jboss.as.controller.ModelControllerImpl.lambda$execute$0(ModelControllerImpl.java:224)
> at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:193)
> at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:224)
> at org.jboss.as.controller.ModelControllerImpl$3.execute(ModelControllerImpl.java:716)
> at org.jboss.as.controller.ModelControllerImpl$3.execute(ModelControllerImpl.java:706)
> at org.jboss.as.controller.client.helpers.DelegatingModelControllerClient.execute(DelegatingModelControllerClient.java:68)
> at org.jboss.as.cli.embedded.ThreadContextsModelControllerClient.execute(ThreadContextsModelControllerClient.java:69)
> at org.jboss.as.cli.impl.CommandExecutor.execute(CommandExecutor.java:653)
> at org.jboss.as.cli.impl.CommandContextImpl.lambda$execute$1(CommandContextImpl.java:862)
> at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:882)
> at org.jboss.as.cli.impl.CommandContextImpl.execute(CommandContextImpl.java:861)
> at org.jboss.as.cli.handlers.OperationRequestHandler.handle(OperationRequestHandler.java:90)
> at org.jboss.as.cli.impl.CommandContextImpl.handle(CommandContextImpl.java:806)
> at org.jboss.as.cli.impl.CommandContextImpl.handleSafe(CommandContextImpl.java:907)
> at org.jboss.as.cli.impl.CommandContextImpl$2.execute(CommandContextImpl.java:442)
> at org.jboss.aesh.console.AeshProcess.run(AeshProcess.java:53)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0158: Operation handler failed: java.util.NoSuchElementException: No child 'name' exists",
> "rolled-back" => true
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months