You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Nick Faiz (JIRA)" <di...@incubator.apache.org> on 2005/07/28 07:48:19 UTC

[jira] Commented: (DIREVE-168) running a search for a user via ldapsearch throws a NoSuchMethodError

    [ http://issues.apache.org/jira/browse/DIREVE-168?page=comments#action_12317019 ] 

Nick Faiz commented on DIREVE-168:
----------------------------------

I can't replicate this now. The issue can be closed.

> 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
>     Assignee: 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.
> [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

-- 
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