[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Uncategorized exception
- To: openldap-technical@openldap.org
- Subject: Uncategorized exception
- From: mukim pathan <mukim.iitkgp@gmail.com>
- Date: Tue, 9 Jun 2009 10:52:09 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=JD297FwOnAJwogS9S3504xzBZARnpa8KrnWHOveR1qE=; b=ncz8T5EAmixpmioXCVjPOew7Ukk/SFQBHc8T1DU1H/NcoiMIFDlqNNtgi+KL5YjejG 5DAzvOVa+qCL/IdSpNTMLtqbZuPb070kxXLAqgovf5SfP6/VLEDwqitQs638d9ziBSeB lCCmAr3ssAs1jP0OHnuwZwIpcClZsF+FimXYI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=K2htGa+ywG5HCQ+wD4yH48EqrzIPdzKND1kMtQFQX+N03N0P2CEpDXRR//QAqYqk2z zCAAf8TDfXlBDNms8lKOZTDd9LcXjvyJzOKNUzrb6YKNS13ioYRQ67yFsT+0Z/DM6BhV iv7a4nIwhBwAQGZWNt7dGLD6lGa9AmWZk0ivA=
Hi,
I am getting following exception while i am doing search using spring-ldap.
org.springframework.ldap.UncategorizedLdapException: Uncategorized exception occured during LDAP processing; nested exception is javax.naming.NamingException: [LDAP: error code 80 - internal error]; remaining name ''
Caused by:
javax.naming.NamingException: [LDAP: error code 80 - internal error]; remaining name ''
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(Unknown Source)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(Unknown Source)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(Unknown Source)
at com.sun.jndi.ldap.LdapCtx.searchAux(Unknown Source)
at com.sun.jndi.ldap.LdapCtx.c_search(Unknown Source)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(Unknown Source)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(Unknown Source)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(Unknown Source)
at javax.naming.directory.InitialDirContext.search(Unknown Source)
at org.springframework.ldap.core.LdapTemplate$4.executeSearch(LdapTemplate.java:230)
at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:272)
at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:234)
at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:548)
at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:532)
at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:383)
at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:406)
at org.springframework.ldap.core.LdapTemplate.search(LdapTemplate.java:424)
I don't see any reason for this as everything was working fine and suddenly this exception came.
Can you tell me any reason for this?
Regards,
Mukim Pathan