[jboss-jira] [JBoss JIRA] (WFCORE-2382) Doesn't work to define {EXT} command with parameters.
Darran Lofthouse (JIRA)
issues at jboss.org
Tue Mar 7 13:16:20 EST 2017
[ https://issues.jboss.org/browse/WFCORE-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse moved WFLY-7876 to WFCORE-2382:
------------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2382 (was: WFLY-7876)
Component/s: Security
(was: Security)
> Doesn't work to define {EXT} command with parameters.
> -----------------------------------------------------
>
> Key: WFCORE-2382
> URL: https://issues.jboss.org/browse/WFCORE-2382
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Reporter: Hynek Švábek
> Assignee: Peter Skopek
>
> Doesn't work to define {EXT} command with parameters.
> For {CMD} is everything OK.
> *You can try it by this command (you must replace path to some real file).*
> /subsystem=elytron/credential-store=CredStore011:add(uri="cr-store://test/cs999.jceks", credential-reference={type=COMMAND, clear-text="{EXT}/real/path/to/script/pass-ely.sh par011"})
> *Result is this error msg:*
> {code}
> {
> "outcome" => "failed",
> "failure-description" => {
> "WFLYCTL0080: Failed services" => {"org.wildfly.security.credential-store.CredStore011" => "org.jboss.msc.service.StartException in service org.wildfly.security.credential-store.CredStore011: WFLYELY00004: Unable to start the service.
> Caused by: java.io.IOException: Cannot run program \"/real/path/to/script/pass-ely.sh par011\": error=2, No such file or directory
> Caused by: java.io.IOException: error=2, No such file or directory"},
> "WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.security.credential-store.CredStore011"],
> "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined
> },
> "rolled-back" => true
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list