[
https://issues.jboss.org/browse/WFLY-8884?page=com.atlassian.jira.plugin....
]
Paul Ferraro moved JBEAP-11333 to WFLY-8884:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8884 (was: JBEAP-11333)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
(was: Clustering)
Affects Version/s: No Release
(was: 7.1.0.DR19)
Cipher token can't retrieve key store reference -
IllegalStateException
-----------------------------------------------------------------------
Key: WFLY-8884
URL:
https://issues.jboss.org/browse/WFLY-8884
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: No Release
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Configuring the new cipher token with the above commands results in:
{noformat}
07:42:38,759 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001:
Failed to start service org.wildfly.clustering.jgroups.channel-factory.udp.AUTH:
org.jboss.msc.service.StartException in service
org.wildfly.clustering.jgroups.channel-factory.udp.AUTH: Failed to start service
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1978)
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:748)
Caused by: java.lang.IllegalStateException
at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47)
at
org.wildfly.clustering.service.InjectedValueDependency.getValue(InjectedValueDependency.java:51)
at
org.jboss.as.clustering.jgroups.subsystem.CipherAuthTokenBuilder.apply(CipherAuthTokenBuilder.java:75)
at
org.jboss.as.clustering.jgroups.subsystem.CipherAuthTokenBuilder.apply(CipherAuthTokenBuilder.java:52)
at java.util.function.Function.lambda$andThen$1(Function.java:88)
at
org.wildfly.clustering.service.FunctionalValueService.getValue(FunctionalValueService.java:62)
at
org.jboss.msc.service.ServiceControllerImpl.getValue(ServiceControllerImpl.java:1158)
at
org.jboss.msc.service.ServiceRegistrationImpl.getValue(ServiceRegistrationImpl.java:199)
at
org.jboss.msc.service.ServiceControllerImpl.doInject(ServiceControllerImpl.java:1672)
at
org.jboss.msc.service.ServiceControllerImpl.access$2000(ServiceControllerImpl.java:51)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.performInjections(ServiceControllerImpl.java:2001)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1950)
... 3 more
{noformat}
Which looks like bad timing when attempting to retrieve the key store reference,
according to {{Value<T>#getValue()}}.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)