Issue Details (XML | Word | Printable)

Key: DIRSERVER-296
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Alex Karasulu
Reporter: Nick Faiz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

running a search for a user via ldapsearch throws a NoSuchMethodError

Created: 21/Jun/05 05:11 PM   Updated: 10/Feb/06 12:34 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 05/Aug/05 11:32 AM


 Description  « Hide
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.

[nickf@little-creatures 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"

...

[nickf@little-creatures fedora-ds]$
[nickf@little-creatures 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 org.apache.ldap.common.berlib.asn1.decoder.search.EqualityMatchRule@b3ae5c with digester org.apache.asn1.ber.digester.BERDigester@ee21f5: 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

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.