You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2010/10/08 15:45:32 UTC

[jira] Created: (DIRSTUDIO-703) DSML Export fails to export when the size limit is hit

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
         Attachments: 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSTUDIO-703) DSML Export fails to export when the size limit is hit

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot closed DIRSTUDIO-703.
--------------------------------------------

    Resolution: Fixed

Fix at revision 1005913.

http://svn.apache.org/viewvc?rev=1005913&view=rev

> 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
>
>         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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSTUDIO-703) DSML Export fails to export when the size limit is hit

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@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:
---------------------------------------------

    Attachment: DIRSTUDIO-703.patch

As I'm currently working in a branch, attaching a patch that will need to be applied after, when the branch merge is done.

> 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
>
>         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.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSTUDIO-703) DSML Export fails to export when the size limit is hit

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@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:
---------------------------------------------

    Attachment: Screen shot 2010-10-08 at 15.40.53.png

> 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
>
>         Attachments: 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.
-
You can reply to this email to add a comment to the issue online.