Hi All,
I have recently tested the 6.1 branch by using the cas-overlay-template from apereo. however when i try to add u2f support i get the following error
2019-11-15 10:47:32,512 WARN [org.apereo.cas.web.CasWebApplicationContext] - <Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'authenticationTransactionManager' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]:
Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException:
Failed to instantiate [org.apereo.cas.authentication.AuthenticationTransactionManager]:
Factory method 'authenticationTransactionManager' threw exception;
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'casAuthenticationManager' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]:
Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException:
Failed to instantiate [org.apereo.cas.authentication.AuthenticationManager]:
Factory method 'casAuthenticationManager' threw exception;
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'authenticationEventExecutionPlan' defined in class path resource [org/apereo/cas/config/CasCoreAuthenticationConfiguration.class]:
Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException:
Failed to instantiate [org.apereo.cas.authentication.AuthenticationEventExecutionPlan]:
Factory method 'authenticationEventExecutionPlan' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'scopedTarget.u2fAuthenticationHandler' defined in class path resource [org/apereo/cas/config/support/authentication/U2FAuthenticationEventExecutionPlanConfiguration.class]:
Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException:
Failed to instantiate [org.apereo.cas.authentication.AuthenticationHandler]:
Factory method 'u2fAuthenticationHandler' threw exception;
nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException:
Error creating bean with name 'u2fConfiguration': Unsatisfied dependency expressed through method 'u2fDeviceRepositoryCleanerScheduler' parameter 0;
nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException:
Error creating bean with name 'u2fDeviceRepository':
Requested bean is currently in creation: Is there an unresolvable circular reference?>
Thanks