[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: paged results gives invalid cookie (ITS#3089)



I'm still able to generate the error with (at least) one of my databases.  This database was loaded with 2.2.11, not head, however - maybe I should reload the database first?.

Debug level 1 from the server, while doing rapid searches with a  page size of 1:
<= send_search_entry
send_ldap_result: conn=0 op=166 p=3
send_ldap_response: msgid=167 tag=101 err=0
ber_flush: 15 bytes to sd 33
connection_get(34): got connid=1
connection_read(34): checking for input on id=1
ber_get_next
ber_get_next: tag 0x30 len 219 contents:
ber_get_next
ber_get_next on fd 34 failed errno=11 (Resource temporarily unavailable)
do_search
ber_scanf fmt ({miiiib) ber:
>>> dnPrettyNormal: <dc=concepts, codingScheme=RXNorm, dc=codingSchemes,service=RXNorm,dc=LexGrid,dc=org>
=> ldap_bv2dn(dc=concepts, codingScheme=RXNorm, dc=codingSchemes,service=RXNorm,dc=LexGrid,dc=org,0)
<= ldap_bv2dn(dc=concepts, codingScheme=RXNorm, dc=codingSchemes,service=RXNorm,dc=LexGrid,dc=org,0)=0
=> ldap_dn2bv(272)
<= ldap_dn2bv(dc=concepts,codingScheme=RXNorm,dc=codingSchemes,service=RXNorm,dc=LexGrid,dc=org,272)=0
=> ldap_dn2bv(272)
<= ldap_dn2bv(dc=concepts,codingScheme=rxnorm,dc=codingschemes,service=rxnorm,dc=lexgrid,dc=org,272)=0
<<< dnPrettyNormal: <dc=concepts,codingScheme=RXNorm,dc=codingSchemes,service=RXNorm,dc=LexGrid,dc=org>, <dc=concepts,codingScheme=rxnorm,dc=codingschemes,service=rxnorm,dc=lexgrid,dc=org>
ber_scanf fmt ({mm}) ber:
ber_scanf fmt ({M}}) ber:
=> get_ctrls
ber_scanf fmt ({m) ber:
ber_scanf fmt (b) ber:
ber_scanf fmt (m) ber:
=> get_ctrls: oid="1.2.840.113556.1.4.319" (critical)
ber_scanf fmt ({im}) ber:
<= get_ctrls: n=1 rc=53 err="paged results cookie is invalid or old"
send_ldap_result: conn=1 op=55 p=3
send_ldap_response: msgid=56 tag=101 err=53
ber_flush: 52 bytes to sd 34
do_search: get_ctrls failed


************************************ 
-----Original Message-----
From: Kurt Zeilenga [mailto:openldap-its@OpenLDAP.org] 
Sent: Wednesday, June 16, 2004 5:14 PM
To: Armbrust, Daniel C.
Subject: Re: paged results gives invalid cookie (ITS#3089)

A number of paged results bug fixes have been committed
to HEAD and OPENLDAP_REL_ENG_2_2.  Please test.  Thanks, Kurt