]
Lin Gao moved JBEAP-12147 to WFCORE-3067:
-----------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-3067 (was: JBEAP-12147)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
(was: Security)
Affects Version/s: (was: 7.1.0.DR19)
add-alias for credential store might fail when executed in the same
batch operation with credential store creation
------------------------------------------------------------------------------------------------------------------
Key: WFCORE-3067
URL:
https://issues.jboss.org/browse/WFCORE-3067
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Lin Gao
Assignee: Lin Gao
Labels: elytron
Original Estimate: 3 days
Remaining Estimate: 3 days
When creating in single batch command credential store and adding aliases to it, it often
fails with \[1\] (depending on machine speed) indicating that credential store is not yet
up and running. I guess this is somehow related to runtime-only operations.
I believe this should work in batch operations. If it is not possible this needs to be at
least very well documented.
\[1\]
{noformat}
10:49:03,633 ERROR [org.jboss.as.controller.management-operation]
(management-handler-thread - 2) WFLYCTL0013: Operation ("add-alias") failed -
address: ([
("subsystem" => "elytron"),
("credential-store" => "cred-store")
]) - failure description: "WFLYELY00007: The required service 'service
org.wildfly.security.credential-store.cred-store' is not UP, it is currently
'STARTING'."
{noformat}