[jboss-jira] [JBoss JIRA] (WFLY-8923) Modifying security in installer fails for domain configuration

Brian Stansberry (JIRA) issues at jboss.org
Mon Jun 12 10:51:00 EDT 2017


     [ https://issues.jboss.org/browse/WFLY-8923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry reassigned WFLY-8923:
--------------------------------------

    Assignee: Ken Wills  (was: Brian Stansberry)


> Modifying security in installer fails for domain configuration
> --------------------------------------------------------------
>
>                 Key: WFLY-8923
>                 URL: https://issues.jboss.org/browse/WFLY-8923
>             Project: WildFly
>          Issue Type: Bug
>          Components: Domain Management, Security
>            Reporter: Jan Blizňák
>            Assignee: Ken Wills
>            Priority: Critical
>
> With ER1 user is unable to configure security modules or JSSE via installer. Doing so result in failed installation.
> The probable cause is change made by WFCORE-2849.
> Eg.these CLI commands (genenerated by installer) have different outcomes in DR19 and ER1:
> {code:java}
> $ bin/jboss-cli.sh 
> You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
> [disconnected /] embed-host-controller
> [domain at embedded /] /profile=default/subsystem=security/security-domain=mySecurityDomain:add()
> [domain at embedded /] /profile=default/subsystem=security/security-domain=mySecurityDomain/authentication=classic:add(login-modules=[{"code"=>"Client","flag"=>"Required","module-options"=>[("testName"=>"testValue"),]}])
> {code}
> with failure in ER1:
> {code:java}
> {
>     "outcome" => "failed",
>     "failure-description" => {"domain-failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalStateException: WFLYCTL0123: Stage RUNTIME is not valid for context process type EMBEDDED_HOST_CONTROLLER"},
>     "rolled-back" => true
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the jboss-jira mailing list