Hi Andy, Thanks for the response and additional testing. It looks like the error is specific to 'u2fDeviceRepositoryCleanerScheduler' which I think only applies when using "FIDO U2F JSON". by adding the ` cas-server-support-u2f-jp` dependency im guessing that u2fDeviceRepositoryCleanerScheduler gets disabled.
On Fri, Nov 15, 2019 at 2:57 PM Andy Ng <[email protected]> wrote: > Hi John, > > Not familiar with uf2 at all, but I am trying this out in my simulation > and I also encountered your bug as well. > > Something like this: > *Caused by: > org.springframework.beans.factory.BeanCurrentlyInCreationException: Error > creating bean with name 'u2fDeviceRepository': Requested bean is currently > in creation: Is there an unresolvable circular reference?* > > I found that the bug will be gone if you add *cas-server-support-u2f-jpa* > as well: > > compile "org.apereo.cas:cas-server-support-u2f:${project.'cas.version'}" > compile "org.apereo.cas:cas-server-support-u2f-jpa:${project.'cas.version' > }" > > The error seems gone after I apply the above. > > Again I am not familiar with u2f, so other might be able to help pick up > from here if the above info is not helping you fix this bug.... > > Cheers! > - Andy > > > > -- > - Website: https://apereo.github.io/cas > - Gitter Chatroom: https://gitter.im/apereo/cas > - List Guidelines: https://goo.gl/1VRrw7 > - Contributions: https://goo.gl/mh7qDG > --- > You received this message because you are subscribed to a topic in the > Google Groups "CAS Community" group. > To unsubscribe from this topic, visit > https://groups.google.com/a/apereo.org/d/topic/cas-user/cNimp-h4r2w/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/0b45cc66-1160-48aa-9320-b4fabc54ae75%40apereo.org > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/0b45cc66-1160-48aa-9320-b4fabc54ae75%40apereo.org?utm_medium=email&utm_source=footer> > . > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAA7%2BHnBfw1OEU2%3Drx1xp%3DHG8YtyaOzqM5%3D3McZSHaeo5NGoHhg%40mail.gmail.com.
