Yuriy M.
Yuriy M.
It will be nice to apply the same for 3.1.6 as well.
We need to check if in oxTrust we can use similar to oxAuth code: ``` facesMessages = CdiUtil.bean(FacesMessages) facesMessages.setKeepMessages() facesMessages.clear() facesMessages.add(FacesMessage.SEVERITY_ERROR, "Email was missing in user profile") facesMessages.add(severity, message, params)...
@syntrydy before implementing this can you share how are you going to fix it? There is code which store in LDAP last stack trace already. But we show it in...
I offer to update GUI and Action class only. There is no sense to update xml load logic to reduce memory usage. oxTrust has enough memory in real environments. Hence...
@syntrydy I think we need to merge it after update to 3.1.6.sp1 branch to allow customers upgrade identity.war only
@MohitMaliFtechiz can you send us all logs for check?
There are few stack traces with: ``` 2021-12-13 16:36:52,167 ERROR [qtp1831477404-14] [org.gluu.oxauth.uma.service.UmaRptService] (UmaRptService.java:121) - Failed to find entry: tknCde=d08915bcbd7d3cac0adf8b71084c905376e11ff7f0c7015f9528d316b696c892,ou=uma_rpt,ou=tokens,o=gluu org.gluu.persist.exception.EntryPersistenceException: Failed to find entry: tknCde=d08915bcbd7d3cac0adf8b71084c905376e11ff7f0c7015f9528d316b696c892,ou=uma_rpt,ou=tokens,o=gluu at org.gluu.orm.couchbase.impl.CouchbaseEntryManager.find(CouchbaseEntryManager.java:376) ~[gluu-orm-couchbase-4.3.1-SNAPSHOT.jar:?] ```
I can't reproduce this issue. It's more likely network issue. I so because: ``` A 502 Bad Gateway Error means that the web server you've connected to is acting as...
@MohitMaliFtechiz Can you check if there are exceptions in the logs? Also, check apache logs, please. Did you checked login with email in new private session?
In my environment I get expected error messages without HTTP 502 error: ``` 2021-12-10 19:43:52,333 DEBUG [qtp1966250569-16] [org.gluu.service.security.protect.AuthenticationProtectionService] (AuthenticationProtectionService.java:104) - Current login attempt requires delay: '2' seconds 2021-12-10 19:43:54,347 DEBUG...