Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jans-fido): error in fido log #10624

Open
manojs1978 opened this issue Jan 14, 2025 · 0 comments
Open

fix(jans-fido): error in fido log #10624

manojs1978 opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
kind-bug Issue or PR is a bug in existing functionality

Comments

@manojs1978
Copy link
Contributor

Describe the bug
getting error in fidolog

To Reproduce
Steps to reproduce the behavior:

  1. install jans nightly
  2. See error in log

Expected behavior
should not get error

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: ubuntu22
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]
  • jans nightly
  • -DB pgsql

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

4-01 13:57:02.307 ERROR [main] [jans.service.document.store.service.DBDocumentService] (DBDocumentService.java:151) - Failed to find Document : 
io.jans.orm.exception.EntryPersistenceException: Failed to find entries with key: 'document'
        at io.jans.orm.sql.impl.SqlEntryManager.findEntriesImpl(SqlEntryManager.java:501) ~[jans-orm-sql-0.0.0-nightly.jar:?]
        at io.jans.orm.sql.impl.SqlEntryManager.findEntries(SqlEntryManager.java:396) ~[jans-orm-sql-0.0.0-nightly.jar:?]
        at io.jans.orm.impl.BaseEntryManager.findEntries(BaseEntryManager.java:184) ~[jans-orm-core-0.0.0-nightly.jar:?]
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.base/java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
        at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38) ~[weld-core-impl-4.0.3.Final.jar:4.0.3.Final]
        at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106) ~[weld-core-impl-4.0.3.Final.jar:4.0.3.Final]
        at io.jans.orm.PersistenceEntryManager$EntityManager$1198526138$Proxy$_$$_WeldClientProxy.findEntries(Unknown Source) ~[jans-orm-core-0.0.0-nightly.jar:?]
        at io.jans.service.document.store.service.DBDocumentService.searchDocuments(DBDocumentService.java:148) [jans-core-document-store-0.0.0-nightly.jar:?]
        at io.jans.service.document.store.service.DBDocumentService$Proxy$_$$_WeldClientProxy.searchDocuments(Unknown Source) [jans-core-document-store-0.0.0-nightly.jar:?]
        at io.jans.fido2.service.mds.TocService.saveMetadataServerCertsInDB(TocService.java:386) [classes/:?]
        at io.jans.fido2.service.mds.TocService.loadMetadataServiceExternalProvider(TocService.java:338) [classes/:?]
        at io.jans.fido2.service.mds.TocService.init(TocService.java:111) [classes/:?]
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.base/java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]
        at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:95) [weld-core-impl-4.0.3.Final.jar:4.0.3.Final]
        at org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:85) [weld-core-impl-4.0.3.Final.jar:4.0.3.Final]
        at org.jboss.weld.injection.MethodInvocationStrategy$SimpleMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:168) [weld-core-impl-4.0.3.Final.jar:4.0.3.Final]
        at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:330) [weld-core-impl-4.0.3.Final.jar:4.0.3.Final]
        at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:308) [weld-core-impl-4.0.3.Final.jar:4.0.3.Final]
        at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:286) [weld-core-impl-4.0.3.Final.jar:4.0.3.Final]
        at jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:125) [jakarta.enterprise.cdi-api-3.0.0.jar:?]
        at org.jboss.weld.util.Observers.notify(Observers.java:166) [weld-core-impl-4.0.3.Final.jar:4.0.3.Final]
        at org.jboss.weld.event.ObserverNotifier.notifySyncObservers(ObserverNotifier.java:285) [weld-core-impl-4.0.3.Final.jar:4.0.3.Final]
        at org.jboss.weld.event.ObserverNotifier.notify(ObserverNotifier.java:273) [weld-core-impl-4.0.3.Final.jar:4.0.3.Final]
@mo-auto mo-auto added the kind-bug Issue or PR is a bug in existing functionality label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
Development

No branches or pull requests

5 participants