By: Maxime Tardif user 20 Oct 2020 at 10:17 a.m. CDT

1 Response
Maxime Tardif gravatar
Hi, We're having this issue there the following exception comes up exactly every 30 seconds in our logs: ``` 2020-10-18 20:00:49,297 ERROR [ForkJoinPool.commonPool-worker-1] [org.gluu.oxauth.service.CleanerTimer] (CleanerTimer.java:169) - Failed to process clean up. java.lang.NullPointerException: null at org.gluu.oxauth.fido2.persist.RegistrationPersistenceService.getExpiredRegistrationFilter(RegistrationPersistenceService.java:256) ~[oxauth-fido2-server-4.1.0.Final.jar:?] at org.gluu.oxauth.fido2.persist.RegistrationPersistenceService.cleanup(RegistrationPersistenceService.java:234) ~[oxauth-fido2-server-4.1.0.Final.jar:?] at org.gluu.oxauth.fido2.persist.RegistrationPersistenceService$Proxy$_$$_WeldClientProxy.cleanup(Unknown Source) ~[oxauth-fido2-server-4.1.0.Final.jar:?] at org.gluu.oxauth.service.CleanerTimer.processImpl(CleanerTimer.java:164) [classes/:?] at org.gluu.oxauth.service.CleanerTimer$Proxy$_$$_WeldSubclass.processImpl(Unknown Source) [classes/:?] at org.gluu.oxauth.service.CleanerTimer.process(CleanerTimer.java:115) [classes/:?] at org.gluu.oxauth.service.CleanerTimer$Proxy$_$$_WeldSubclass.process$$super(Unknown Source) [classes/:?] [...] ``` Any recommendation to solve this? Thanks

By Thomas Gasmyr Mougang staff 25 Oct 2020 at 6:44 a.m. CDT

Thomas Gasmyr Mougang gravatar
Looks like your installation don't have fido2 installed. You can ignore that error message. It is already fixed in next version.