OVD Returns LDAP: error code 11 - Administrative Limit Exceeded
(Doc ID 2763833.1)
Last updated on MAY 31, 2024
Applies to:
Oracle Virtual Directory - Version 11.1.1.1.0 to 11.1.1.9.0 [Release 11g]Information in this document applies to any platform.
Symptoms
Oracle Virtual Directory (OVD) returns LDAP: error code 11 - Administrative Limit Exceeded, also shown in the diagnostic.log:
[2021-03-25T07:22:00.526-06:00] [octetstring] [ERROR] [OVD-60176] [com.octetstring.vde.backend.jndi.JNDIEntrySet] [tid: 20] [ecid: ] JNDI exception: [LDAP: error code 11 - Administrative Limit Exceeded].[[
javax.naming.LimitExceededException: [LDAP: error code 11 - Administrative Limit Exceeded]; remaining name 'dc=<company>,dc=com'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3152)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820)
at com.sun.jndi.ldap.LdapNamingEnumeration.getNextBatch(LdapNamingEnumeration.java:129)
at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(LdapNamingEnumeration.java:198)
at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(LdapNamingEnumeration.java:171)
at com.octetstring.vde.backend.jndi.JNDIEntrySet.hasMoreInternal(JNDIEntrySet.java:419)
at com.octetstring.vde.backend.jndi.JNDIEntrySet.getNext(JNDIEntrySet.java:283)
at com.octetstring.vde.chain.ChainEntrySet.getNext(ChainEntrySet.java:128)
at com.octetstring.vde.join.JoinerEntrySet.getNext(JoinerEntrySet.java:243)
at com.octetstring.vde.chain.ChainEntrySet.getNext(ChainEntrySet.java:115)
at com.octetstring.vde.operation.SearchOperation.run(SearchOperation.java:375)
at com.octetstring.vde.operation.AbstractOperation.perform(AbstractOperation.java:122)
at com.octetstring.vde.MessageHandler.doSearch(MessageHandler.java:553)
at com.octetstring.vde.MessageHandler.answerRequest(MessageHandler.java:194)
at com.octetstring.vde.OperationHandler.run(OperationHandler.java:119)
]]
javax.naming.LimitExceededException: [LDAP: error code 11 - Administrative Limit Exceeded]; remaining name 'dc=<company>,dc=com'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3152)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820)
at com.sun.jndi.ldap.LdapNamingEnumeration.getNextBatch(LdapNamingEnumeration.java:129)
at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(LdapNamingEnumeration.java:198)
at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(LdapNamingEnumeration.java:171)
at com.octetstring.vde.backend.jndi.JNDIEntrySet.hasMoreInternal(JNDIEntrySet.java:419)
at com.octetstring.vde.backend.jndi.JNDIEntrySet.getNext(JNDIEntrySet.java:283)
at com.octetstring.vde.chain.ChainEntrySet.getNext(ChainEntrySet.java:128)
at com.octetstring.vde.join.JoinerEntrySet.getNext(JoinerEntrySet.java:243)
at com.octetstring.vde.chain.ChainEntrySet.getNext(ChainEntrySet.java:115)
at com.octetstring.vde.operation.SearchOperation.run(SearchOperation.java:375)
at com.octetstring.vde.operation.AbstractOperation.perform(AbstractOperation.java:122)
at com.octetstring.vde.MessageHandler.doSearch(MessageHandler.java:553)
at com.octetstring.vde.MessageHandler.answerRequest(MessageHandler.java:194)
at com.octetstring.vde.OperationHandler.run(OperationHandler.java:119)
]]
The OVD config server.os_xml file does not show any quota or limits set, e.g.:
...<snip>...
<quota active="false">
<exemptip>
<address>127.0.0.1</address>
</exemptip>
<exemptsubject>
<subject>cn=orcladmin</subject>
</exemptsubject>
<ratePeriod>30000</ratePeriod>
<max>
<opspercon>0</opspercon>
<connections>0</connections>
<consPerSubject>0</consPerSubject>
<consPerIp>0</consPerIp>
<inactiveConnectionTimeout>0</inactiveConnectionTimeout>
</max>
</quota>
...<snip>...
<quota active="false">
<exemptip>
<address>127.0.0.1</address>
</exemptip>
<exemptsubject>
<subject>cn=orcladmin</subject>
</exemptsubject>
<ratePeriod>30000</ratePeriod>
<max>
<opspercon>0</opspercon>
<connections>0</connections>
<consPerSubject>0</consPerSubject>
<consPerIp>0</consPerIp>
<inactiveConnectionTimeout>0</inactiveConnectionTimeout>
</max>
</quota>
...<snip>...
Changes
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 |
References |