WARN_NO_USERS_PATTERN Exception when DefaultAuthenticator is set to REQUIRED
(Doc ID 1310857.1)
Last updated on JUNE 04, 2024
Applies to:
Oracle WebCenter Portal - Version 11.1.1.3.0 and laterOracle WebCenter Portal for OCI - Version 12.2.1.4_24.2 and later
Information in this document applies to any platform.
Symptoms
WebCenter is configured with two Authentication Providers:
1. readOnlySQLAuthenticator - SUFFICIENT
2. DefaultAuthenticator -REQUIRED
The Login authentication for all users works OK, but during the work within the WebCenter application with the authenticated users, which are stored only in readOnlySQLAuthenticator, the application report lots of warnings as below:
<13.12.2010 13:30 Uhr MEZ> <Notice> <Stdout> <BEA-000000> <oracle.security.idm.ObjectNotFoundException: No User found matching the criteria
at oracle.security.idm.providers.stdldap.util.DirectSearchResponse.initSearch(DirectSearchResponse.java:171)
at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:52)
at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:44)
at oracle.security.idm.providers.stdldap.util.LDAPRealm.searchUsers(LDAPRealm.java:490)
...
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Changes
New authentication provider was added to the domain
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |