From dev-return-7137-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Fri Aug 05 02:46:57 2005 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 17115 invoked from network); 5 Aug 2005 02:46:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Aug 2005 02:46:57 -0000 Received: (qmail 68138 invoked by uid 500); 5 Aug 2005 02:46:56 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 68081 invoked by uid 500); 5 Aug 2005 02:46:55 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 68061 invoked by uid 99); 5 Aug 2005 02:46:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2005 19:46:38 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id B2041E0 for ; Fri, 5 Aug 2005 04:46:35 +0200 (CEST) Message-ID: <944257148.1123209995727.JavaMail.jira@ajax.apache.org> Date: Fri, 5 Aug 2005 04:46:35 +0200 (CEST) From: "Nick Faiz (JIRA)" To: dev@directory.apache.org Subject: [jira] Closed: (DIREVE-168) running a search for a user via ldapsearch throws a NoSuchMethodError In-Reply-To: <1700766390.1119341840918.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DIREVE-168?page=all ] Nick Faiz closed DIREVE-168: ---------------------------- Closing this, as requested by Trustin. > 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 > Fix For: 0.9.1 > > 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 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 > 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