running a search for a user via ldapsearch throws a NoSuchMethodError
---------------------------------------------------------------------
Key: DIREVE-168
URL: http://issues.apache.org/jira/browse/DIREVE-168
Project: Directory Server
Type: Bug
Versions: 0.9.1
Reporter: nick faiz
Assigned to: Alex Karasulu
Priority: Blocker
Search is crashing right now - I think it was working last week?
What makes this odd is that I can successfully conduct a search via JNDI.
[EMAIL PROTECTED] fedora-ds]$ ldapadd -a -D 'uid=admin,ou=system' -f
~/src/atlassian/parents/user/current/user/src/test/etc/ldif/test-userbase.ldif
-h localhost -p 10388 -x -w secret
adding new entry "uid=ldapusera,ou=users,ou=system"
...
[EMAIL PROTECTED] fedora-ds]$
[EMAIL PROTECTED] fedora-ds]$ ldapsearch -D 'uid=admin,ou=system' -h localhost
-p 10388 -x -w secret -s one -b 'ou=users,ou=system' '(uid=ldapusera)'
# extended LDIF
#
# LDAPv3
# base <ou=users,ou=system> with scope one
# filter: (uid=ldapusera)
# requesting: ALL
#
[ERROR] BERDigester - -Error while triggering rule [EMAIL PROTECTED] with
digester [EMAIL PROTECTED]: Rule.finish() threw error
<java.lang.NoSuchMethodError:
org.apache.ldap.common.filter.SimpleNode.printToBuffer(Ljava/lang/StringBuffer;)V>
java.lang.NoSuchMethodError:
org.apache.ldap.common.filter.SimpleNode.printToBuffer(Ljava/lang/StringBuffer;)V
at
org.apache.ldap.common.berlib.asn1.decoder.search.EqualityMatchRule.finish(EqualityMatchRule.java:159)
at
org.apache.asn1.ber.digester.BERDigester.fireFinishEvent(BERDigester.java:1136)
Cheers,
Nick
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira