[JBoss JIRA] (WFLY-4508) :read-resource(recursive, include-runtime) on undertow subsystem fails
by Heiko Braun (JIRA)
[ https://issues.jboss.org/browse/WFLY-4508?page=com.atlassian.jira.plugin.... ]
Heiko Braun commented on WFLY-4508:
-----------------------------------
This fails:
{code}
[standalone@localhost:9990 /] /subsystem=undertow:read-resource(recursive=true,include-runtime=true)
{
"outcome" => "failed",
"rolled-back" => true
}
{code}
> :read-resource(recursive,include-runtime) on undertow subsystem fails
> ---------------------------------------------------------------------
>
> Key: WFLY-4508
> URL: https://issues.jboss.org/browse/WFLY-4508
> Project: WildFly
> Issue Type: Feature Request
> Reporter: Heiko Braun
> Assignee: Jason Greene
>
> {code}
> 08:28:21,470 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 9.0.0.Alpha2-SNAPSHOT (WildFly Core 1.0.0.Beta1) started (with errors) in 3771ms - Started 201 of 381 services (1 services failed or missing dependencies, 210 services are lazy, passive or on-demand)
> 08:28:50,778 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 4) WFLYCTL0013: Operation ("read-attribute") failed - address: ([
> ("subsystem" => "undertow"),
> ("server" => "default-server"),
> ("https-listener" => "https")
> ]): java.lang.NullPointerException
> at org.wildfly.extension.undertow.ListenerResourceDefinition$ReadStatisticHandler.execute(ListenerResourceDefinition.java:224)
> at org.jboss.as.controller.operations.global.ReadAttributeHandler.doExecuteInternal(ReadAttributeHandler.java:212)
> at org.jboss.as.controller.operations.global.ReadAttributeHandler.doExecute(ReadAttributeHandler.java:141)
> at org.jboss.as.controller.operations.global.GlobalOperationHandlers$AbstractMultiTargetHandler.execute(GlobalOperationHandlers.java:220)
> at org.jboss.as.controller.operations.global.GlobalOperationHandlers$AvailableResponseWrapper.execute(GlobalOperationHandlers.java:487)
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:795)
> at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:601)
> at org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:354)
> at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:330)
> at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1183)
> at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:362)
> at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:218)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:201)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$300(ModelControllerClientOperationHandler.java:128)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:150)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:146)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:422)
> at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:92)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:146)
> at org.jboss.as.protocol.mgmt.AbstractMessageHandler$2$1.doExecute(AbstractMessageHandler.java:298)
> at org.jboss.as.protocol.mgmt.AbstractMessageHandler$AsyncTaskRunner.run(AbstractMessageHandler.java:518)
> 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)
> at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months
[JBoss JIRA] (WFLY-4508) :read-resource(recursive, include-runtime) on undertow subsystem fails
by Heiko Braun (JIRA)
[ https://issues.jboss.org/browse/WFLY-4508?page=com.atlassian.jira.plugin.... ]
Heiko Braun updated WFLY-4508:
------------------------------
Issue Type: Bug (was: Feature Request)
> :read-resource(recursive,include-runtime) on undertow subsystem fails
> ---------------------------------------------------------------------
>
> Key: WFLY-4508
> URL: https://issues.jboss.org/browse/WFLY-4508
> Project: WildFly
> Issue Type: Bug
> Reporter: Heiko Braun
> Assignee: Jason Greene
>
> {code}
> 08:28:21,470 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 9.0.0.Alpha2-SNAPSHOT (WildFly Core 1.0.0.Beta1) started (with errors) in 3771ms - Started 201 of 381 services (1 services failed or missing dependencies, 210 services are lazy, passive or on-demand)
> 08:28:50,778 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 4) WFLYCTL0013: Operation ("read-attribute") failed - address: ([
> ("subsystem" => "undertow"),
> ("server" => "default-server"),
> ("https-listener" => "https")
> ]): java.lang.NullPointerException
> at org.wildfly.extension.undertow.ListenerResourceDefinition$ReadStatisticHandler.execute(ListenerResourceDefinition.java:224)
> at org.jboss.as.controller.operations.global.ReadAttributeHandler.doExecuteInternal(ReadAttributeHandler.java:212)
> at org.jboss.as.controller.operations.global.ReadAttributeHandler.doExecute(ReadAttributeHandler.java:141)
> at org.jboss.as.controller.operations.global.GlobalOperationHandlers$AbstractMultiTargetHandler.execute(GlobalOperationHandlers.java:220)
> at org.jboss.as.controller.operations.global.GlobalOperationHandlers$AvailableResponseWrapper.execute(GlobalOperationHandlers.java:487)
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:795)
> at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:601)
> at org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:354)
> at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:330)
> at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1183)
> at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:362)
> at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:218)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:201)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$300(ModelControllerClientOperationHandler.java:128)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:150)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:146)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:422)
> at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:92)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:146)
> at org.jboss.as.protocol.mgmt.AbstractMessageHandler$2$1.doExecute(AbstractMessageHandler.java:298)
> at org.jboss.as.protocol.mgmt.AbstractMessageHandler$AsyncTaskRunner.run(AbstractMessageHandler.java:518)
> 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)
> at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months
[JBoss JIRA] (WFLY-4508) :read-resource(recursive, include-runtime) on undertow subsystem fails
by Heiko Braun (JIRA)
[ https://issues.jboss.org/browse/WFLY-4508?page=com.atlassian.jira.plugin.... ]
Heiko Braun updated WFLY-4508:
------------------------------
Priority: Critical (was: Major)
> :read-resource(recursive,include-runtime) on undertow subsystem fails
> ---------------------------------------------------------------------
>
> Key: WFLY-4508
> URL: https://issues.jboss.org/browse/WFLY-4508
> Project: WildFly
> Issue Type: Bug
> Reporter: Heiko Braun
> Assignee: Jason Greene
> Priority: Critical
>
> {code}
> 08:28:21,470 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 9.0.0.Alpha2-SNAPSHOT (WildFly Core 1.0.0.Beta1) started (with errors) in 3771ms - Started 201 of 381 services (1 services failed or missing dependencies, 210 services are lazy, passive or on-demand)
> 08:28:50,778 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 4) WFLYCTL0013: Operation ("read-attribute") failed - address: ([
> ("subsystem" => "undertow"),
> ("server" => "default-server"),
> ("https-listener" => "https")
> ]): java.lang.NullPointerException
> at org.wildfly.extension.undertow.ListenerResourceDefinition$ReadStatisticHandler.execute(ListenerResourceDefinition.java:224)
> at org.jboss.as.controller.operations.global.ReadAttributeHandler.doExecuteInternal(ReadAttributeHandler.java:212)
> at org.jboss.as.controller.operations.global.ReadAttributeHandler.doExecute(ReadAttributeHandler.java:141)
> at org.jboss.as.controller.operations.global.GlobalOperationHandlers$AbstractMultiTargetHandler.execute(GlobalOperationHandlers.java:220)
> at org.jboss.as.controller.operations.global.GlobalOperationHandlers$AvailableResponseWrapper.execute(GlobalOperationHandlers.java:487)
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:795)
> at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:601)
> at org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:354)
> at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:330)
> at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1183)
> at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:362)
> at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:218)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:201)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$300(ModelControllerClientOperationHandler.java:128)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:150)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:146)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:422)
> at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:92)
> at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:146)
> at org.jboss.as.protocol.mgmt.AbstractMessageHandler$2$1.doExecute(AbstractMessageHandler.java:298)
> at org.jboss.as.protocol.mgmt.AbstractMessageHandler$AsyncTaskRunner.run(AbstractMessageHandler.java:518)
> 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)
> at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months
[JBoss JIRA] (WFLY-4508) :read-resource(recursive, include-runtime) on undertow subsystem fails
by Heiko Braun (JIRA)
Heiko Braun created WFLY-4508:
---------------------------------
Summary: :read-resource(recursive,include-runtime) on undertow subsystem fails
Key: WFLY-4508
URL: https://issues.jboss.org/browse/WFLY-4508
Project: WildFly
Issue Type: Feature Request
Reporter: Heiko Braun
Assignee: Jason Greene
{code}
08:28:21,470 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 9.0.0.Alpha2-SNAPSHOT (WildFly Core 1.0.0.Beta1) started (with errors) in 3771ms - Started 201 of 381 services (1 services failed or missing dependencies, 210 services are lazy, passive or on-demand)
08:28:50,778 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 4) WFLYCTL0013: Operation ("read-attribute") failed - address: ([
("subsystem" => "undertow"),
("server" => "default-server"),
("https-listener" => "https")
]): java.lang.NullPointerException
at org.wildfly.extension.undertow.ListenerResourceDefinition$ReadStatisticHandler.execute(ListenerResourceDefinition.java:224)
at org.jboss.as.controller.operations.global.ReadAttributeHandler.doExecuteInternal(ReadAttributeHandler.java:212)
at org.jboss.as.controller.operations.global.ReadAttributeHandler.doExecute(ReadAttributeHandler.java:141)
at org.jboss.as.controller.operations.global.GlobalOperationHandlers$AbstractMultiTargetHandler.execute(GlobalOperationHandlers.java:220)
at org.jboss.as.controller.operations.global.GlobalOperationHandlers$AvailableResponseWrapper.execute(GlobalOperationHandlers.java:487)
at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:795)
at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:601)
at org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:354)
at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:330)
at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1183)
at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:362)
at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:218)
at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:201)
at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$300(ModelControllerClientOperationHandler.java:128)
at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:150)
at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:146)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:422)
at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:92)
at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:146)
at org.jboss.as.protocol.mgmt.AbstractMessageHandler$2$1.doExecute(AbstractMessageHandler.java:298)
at org.jboss.as.protocol.mgmt.AbstractMessageHandler$AsyncTaskRunner.run(AbstractMessageHandler.java:518)
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)
at org.jboss.threads.JBossThread.run(JBossThread.java:320)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months
[JBoss JIRA] (WFLY-4507) Fix Compiler Warnings in Mail Subsystem
by Philippe Marschall (JIRA)
Philippe Marschall created WFLY-4507:
----------------------------------------
Summary: Fix Compiler Warnings in Mail Subsystem
Key: WFLY-4507
URL: https://issues.jboss.org/browse/WFLY-4507
Project: WildFly
Issue Type: Patch
Components: Mail
Reporter: Philippe Marschall
Assignee: Tomaz Cerar
The mail subsystem contains several compiler warnings. Some of them (mostly related to generics) are quite easy to fix.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months
[JBoss JIRA] (WFLY-4506) Fix Compiler Warnings in JDR Subsystem
by Philippe Marschall (JIRA)
Philippe Marschall created WFLY-4506:
----------------------------------------
Summary: Fix Compiler Warnings in JDR Subsystem
Key: WFLY-4506
URL: https://issues.jboss.org/browse/WFLY-4506
Project: WildFly
Issue Type: Patch
Components: JDR
Reporter: Philippe Marschall
Assignee: Jesse Jaggars
The jdr subsystem contains three compiler warnings. Two of them (related to generics) are quite easy to fix.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months
[JBoss JIRA] (WFLY-4505) Fix Compiler Warnings in JAX-RS Subsystem
by Philippe Marschall (JIRA)
Philippe Marschall created WFLY-4505:
----------------------------------------
Summary: Fix Compiler Warnings in JAX-RS Subsystem
Key: WFLY-4505
URL: https://issues.jboss.org/browse/WFLY-4505
Project: WildFly
Issue Type: Patch
Components: REST
Reporter: Philippe Marschall
Assignee: Stuart Douglas
The jaxrs subsystem contains several compiler warnings. Some of them (mostly related to generics and unused variables) are quite easy to fix.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months
[JBoss JIRA] (WFLY-4504) Fix JGroups susbsystem remove
by Kabir Khan (JIRA)
Kabir Khan created WFLY-4504:
--------------------------------
Summary: Fix JGroups susbsystem remove
Key: WFLY-4504
URL: https://issues.jboss.org/browse/WFLY-4504
Project: WildFly
Issue Type: Feature Request
Components: Clustering
Affects Versions: 9.0.0.Beta2
Reporter: Kabir Khan
Assignee: Paul Ferraro
Fix For: 9.0.0.CR1
Trying to remove the jgroups subsystem does not work:
{code}
[domain@localhost:9999 /] /profile=ha/subsystem=jgroups:remove
{
"outcome" => "failed",
"failure-description" => {"domain-failure-description" => "WFLYCTL0216: Management resource '[
(\"profile\" => \"ha\"),
(\"subsystem\" => \"jgroups\")
]' not found"},
"rolled-back" => true
}
{code}
This appears to be because the subsystem remove handler adds steps to remove the child resources, and then removes the subsystem resource. So when the child removal steps are executed the parent/subsystem address is no longer there
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months
[JBoss JIRA] (WFLY-4504) Fix JGroups susbsystem remove
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-4504?page=com.atlassian.jira.plugin.... ]
Kabir Khan reassigned WFLY-4504:
--------------------------------
Assignee: Kabir Khan (was: Paul Ferraro)
> Fix JGroups susbsystem remove
> -----------------------------
>
> Key: WFLY-4504
> URL: https://issues.jboss.org/browse/WFLY-4504
> Project: WildFly
> Issue Type: Feature Request
> Components: Clustering
> Affects Versions: 9.0.0.Beta2
> Reporter: Kabir Khan
> Assignee: Kabir Khan
> Fix For: 9.0.0.CR1
>
>
> Trying to remove the jgroups subsystem does not work:
> {code}
> [domain@localhost:9999 /] /profile=ha/subsystem=jgroups:remove
> {
> "outcome" => "failed",
> "failure-description" => {"domain-failure-description" => "WFLYCTL0216: Management resource '[
> (\"profile\" => \"ha\"),
> (\"subsystem\" => \"jgroups\")
> ]' not found"},
> "rolled-back" => true
> }
> {code}
> This appears to be because the subsystem remove handler adds steps to remove the child resources, and then removes the subsystem resource. So when the child removal steps are executed the parent/subsystem address is no longer there
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
9 years, 9 months