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 A16B510EAA for ; Thu, 1 May 2014 20:38:28 +0000 (UTC) Received: (qmail 45400 invoked by uid 500); 1 May 2014 20:38:23 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 45227 invoked by uid 500); 1 May 2014 20:38:21 -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 45100 invoked by uid 99); 1 May 2014 20:38:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2014 20:38:17 +0000 Date: Thu, 1 May 2014 20:38:17 +0000 (UTC) From: "Stefan Seelmann (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DIRSTUDIO-913) Removing elements with children under "ou=schema" (ApacheDS) does lead to LDAP errors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRSTUDIO-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann updated DIRSTUDIO-913: -------------------------------------- Issue Type: New Feature (was: Bug) > Removing elements with children under "ou=schema" (ApacheDS) does lead to LDAP errors > ------------------------------------------------------------------------------------- > > Key: DIRSTUDIO-913 > URL: https://issues.apache.org/jira/browse/DIRSTUDIO-913 > Project: Directory Studio > Issue Type: New Feature > Affects Versions: 2.0.0-M6 (2.0.0.v20130308) > Reporter: Konrad Windszus > Assignee: Pierre-Arnaud Marcelot > > Create an embedded server and connect to it. Just click on cn=java,ou=schema and try to remove the element. You get the following error > {code} > Error while deleting entry > - [LDAP: error code 53 - UNWILLING_TO_PERFORM: failed for MessageType : DEL_REQUES > java.lang.Exception: [LDAP: error code 53 - UNWILLING_TO_PERFORM: failed for MessageType : DEL_REQUEST > Message ID : 26 > Del request > Entry : 'cn=java,ou=schema' > org.apache.directory.api.ldap.model.message.DeleteRequestImpl@a5f31b93: There are children under the entry cn=java,ou=schema] > at org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.checkResponse(DirectoryApiConnectionWrapper.java:1279) > at org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.access$600(DirectoryApiConnectionWrapper.java:109) > at org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper$7.run(DirectoryApiConnectionWrapper.java:995) > at org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.runAndMonitor(DirectoryApiConnectionWrapper.java:1174) > at org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.checkConnectionAndRunAndMonitor(DirectoryApiConnectionWrapper.java:1108) > at org.apache.directory.studio.connection.core.io.api.DirectoryApiConnectionWrapper.deleteEntry(DirectoryApiConnectionWrapper.java:1017) > at org.apache.directory.studio.ldapbrowser.core.jobs.DeleteEntriesRunnable.deleteEntry(DeleteEntriesRunnable.java:382) > at org.apache.directory.studio.ldapbrowser.core.jobs.DeleteEntriesRunnable.optimisticDeleteEntryRecursive(DeleteEntriesRunnable.java:272) > at org.apache.directory.studio.ldapbrowser.core.jobs.DeleteEntriesRunnable.run(DeleteEntriesRunnable.java:173) > at org.apache.directory.studio.connection.core.jobs.StudioConnectionJob.run(StudioConnectionJob.java:109) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) > [LDAP: error code 53 - UNWILLING_TO_PERFORM: failed for MessageType : DEL_REQUEST > Message ID : 26 > Del request > Entry : 'cn=java,ou=schema' > org.apache.directory.api.ldap.model.message.DeleteRequestImpl@a5f31b93: There are children under the entry cn=java,ou=schema] > {code} > Directory Studio should try to remove the child elements first. -- This message was sent by Atlassian JIRA (v6.2#6252)