[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
possible bug in JLDAP?
- To: <openldap-bugs@OpenLDAP.org>
- Subject: possible bug in JLDAP?
- From: "Jason Jones" <jason@ciscoinc.com>
- Date: Wed, 24 Sep 2003 13:58:34 -0500
- Content-class: urn:content-classes:message
- Thread-index: AcOCzciqqsSE2CDVSmyT3Wddfg4rOQ==
- Thread-topic: possible bug in JLDAP?
I am trying to do a search that returns appx. 2200 entries.
The error I get is this:
---------------------
LDAPException: Sizelimit Exceeded (4) Sizelimit Exceeded
LDAPException: Matched DN:
at
com.novell.ldap.LDAPResponse.getResultException(LDAPResponse.java:344)
at
com.novell.ldap.LDAPResponse.chkResultCode(LDAPResponse.java:307)
at
com.novell.ldap.LDAPSearchResults.next(LDAPSearchResults.java:256)
at icis.ldapsync.LDAPSync.updateOID(LDAPSync.java:208)
at icis.ldapsync.LDAPSync.main(LDAPSync.java:60)
----------------------
I have setup LDAPSearchConstraints when I do this search with the
following lines:
-----------
LDAPSearchConstraints cons = new LDAPSearchConstraints();
cons.setTimeLimit(20000);
cons.setMaxResults(5000);
-----------
Is this truly a bug, or am I missing something? I'll be happy to put
this into the issue tracking system, but I didn't want to until I was
sure this wasn't a known issue or error on my part.
Regards,
Jason Jones
CISCO, Inc.
2 Corporate Place, Suite 210
1501 42nd St.
West Des Moines, IA 50266
(515) 225-9015 ext. 34