From dev-return-39969-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Mon Jan 9 12:35:07 2012 Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4860A925A for ; Mon, 9 Jan 2012 12:35:07 +0000 (UTC) Received: (qmail 93260 invoked by uid 500); 9 Jan 2012 12:35:03 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 91981 invoked by uid 500); 9 Jan 2012 12:34:57 -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 88211 invoked by uid 99); 9 Jan 2012 12:33:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2012 12:33:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jan 2012 12:33:25 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8FEBF13F68A for ; Mon, 9 Jan 2012 12:32:41 +0000 (UTC) Date: Mon, 9 Jan 2012 12:32:41 +0000 (UTC) From: "Pierre-Arnaud Marcelot (Updated) (JIRA)" To: dev@directory.apache.org Message-ID: <1347574119.21329.1326112361590.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (DIRSTUDIO-703) DSML Export fails to export when the size limit is hit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSTUDIO-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-703: --------------------------------------------- Fix Version/s: 2.0.0-M1 > DSML Export fails to export when the size limit is hit > ------------------------------------------------------ > > Key: DIRSTUDIO-703 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-703 > Project: Directory Studio > Issue Type: Bug > Components: studio-ldapbrowser > Affects Versions: 1.5.3 > Reporter: Pierre-Arnaud Marcelot > Assignee: Pierre-Arnaud Marcelot > Fix For: 1.5.4, 2.0.0-M1, 2.0.0 > > Attachments: DIRSTUDIO-703.patch, Screen shot 2010-10-08 at 15.40.53.png > > > DSML Export fails to export when the size limit is hit > I got this error when trying to export the ou=schema naming context with a '1000' size limit. > Exporting as LDIF with the same settings does not complain at all. > %%%%%%%%%%%%%%%%%%%%% > Error while exporting DSML > - [LDAP: error code 4 - Sizelimit Exceeded] > javax.naming.SizeLimitExceededException: [LDAP: error code 4 - Sizelimit Exceeded]; remaining name 'ou=schema' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3093) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2987) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2794) > at com.sun.jndi.ldap.LdapNamingEnumeration.getNextBatch(LdapNamingEnumeration.java:129) > at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(LdapNamingEnumeration.java:198) > at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(LdapNamingEnumeration.java:171) > at org.apache.directory.studio.connection.core.io.jndi.StudioNamingEnumeration.hasMore(StudioNamingEnumeration.java:139) > at org.apache.directory.studio.ldapbrowser.core.jobs.ExportDsmlJob.processAsDsmlResponse(ExportDsmlJob.java:260) > at org.apache.directory.studio.ldapbrowser.core.jobs.ExportDsmlJob.processAsDsmlResponse(ExportDsmlJob.java:230) > at org.apache.directory.studio.ldapbrowser.core.jobs.ExportDsmlJob.executeAsyncJob(ExportDsmlJob.java:184) > at org.apache.directory.studio.ldapbrowser.core.jobs.AbstractEclipseJob.run(AbstractEclipseJob.java:101) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) > [LDAP: error code 4 - Sizelimit Exceeded] -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira