[jboss-jira] [JBoss JIRA] (WFCORE-4775) Some .CLI commands that has been working since WF9 fails on WF18

Peter Jonsson (Jira) issues at jboss.org
Mon Dec 16 10:56:32 EST 2019


    [ https://issues.redhat.com/browse/WFCORE-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13935317#comment-13935317 ] 

Peter Jonsson commented on WFCORE-4775:
---------------------------------------

Did a 18.0.1 installation via Galleon just now... did not help.

WFLYSRV0025: WildFly Full 18.0.1.Final (WildFly Core 10.0.3.Final)

Precondition is a 100% clean standalone-full.xml

Just run this .CLI

/subsystem=transactions:write-attribute(name=node-identifier,value=ismobile)
echo KaBoom
/subsystem=undertow:write-attribute(name=statistics-enabled,value=true)


The output
{
    "outcome" => "success",
    "response-headers" => {
        "operation-requires-restart" => true,
        "process-state" => "restart-required"
    }
}
KaBoom
{
    "outcome" => "failed",
    "failure-description" => "java.lang.StackOverflowError:null"
}


The server.log

at org.jboss.as.controller.CapabilityRegistry.getCapabilityStatus(CapabilityRegistry.java:392)
        at org.jboss.as.controller.CapabilityRegistry.getDependentCapabilityStatus(CapabilityRegistry.java:426)
        at org.jboss.as.controller.CapabilityRegistry.getCapabilityStatus(CapabilityRegistry.java:392)


> Some .CLI commands that has been working since WF9 fails on WF18
> ----------------------------------------------------------------
>
>                 Key: WFCORE-4775
>                 URL: https://issues.redhat.com/browse/WFCORE-4775
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Management
>    Affects Versions: 11.0.0.Beta4
>            Reporter: Peter Jonsson
>            Assignee: Yeray Borges
>            Priority: Major
>
> Error message is
> ERROR [org.jboss.as.cli.CommandContext] (CLI command) {
>     "outcome" => "failed",
>     "failure-description" => "java.lang.StackOverflowError:null"
> }
> And in the log
> 2019-10-21 19:14:44,377 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0403: Unexpected failure during execution of the following operation(s): [{
>     "address" => [("subsystem" => "undertow")],
>     "operation" => "write-attribute",
>     "name" => "statistics-enabled",
>     "value" => true,
>     "operation-headers" => {
>         "caller-type" => "user",
>         "access-mechanism" => "NATIVE"
>     }
> }]: java.lang.StackOverflowError
> 	at org.jboss.as.controller.CapabilityRegistry.getDependentCapabilityStatus(CapabilityRegistry.java:418)
> 	at org.jboss.as.controller.CapabilityRegistry.getCapabilityStatus(CapabilityRegistry.java:392)
> 	at org.jboss.as.controller.CapabilityRegistry.getDependentCapabilityStatus(CapabilityRegistry.java:426)
> 	at org.jboss.as.controller.CapabilityRegistry.getCapabilityStatus(CapabilityRegistry.java:392)



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list