You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2007/10/15 00:35:50 UTC

[jira] Created: (DIRSERVER-1086) Modrdn operation on an entry with child entries kills the DIT

Modrdn operation on an entry with child entries kills the DIT
-------------------------------------------------------------

                 Key: DIRSERVER-1086
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1086
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: 1.5.1
            Reporter: Stefan Seelmann


Having the following DIT structure:

ou=system
|
- ou=Writers
  |
  - cn=Tori Amos

The modrdn operation to rename ou=Writers to ou=Singers works fine. 

But performing a one-level search on ou=Singers with returningAttributes=objectClass fails:
javax.naming.NamingException: [LDAP: error code 36 - failed on search operation: Unexpected exception.]; remaining name ''

Also reading cn=Tori Amos directly fails:
javax.naming.NameNotFoundException: [LDAP: error code 32 - failed on search operation: Attempt to search under non-existant entry: 2.5.4.3=tori amos,2.5.4.11=singers,2.5.4.11=system]; remaining name 'cn=Tori Amos'



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1086) Modrdn operation on an entry with child entries kills the DIT

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534697 ] 

Stefan Seelmann commented on DIRSERVER-1086:
--------------------------------------------

Added a test to trunk here: http://svn.apache.org/viewvc?rev=584630&view=rev


> Modrdn operation on an entry with child entries kills the DIT
> -------------------------------------------------------------
>
>                 Key: DIRSERVER-1086
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1086
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.1
>            Reporter: Stefan Seelmann
>
> Having the following DIT structure:
> ou=system
> |
> - ou=Writers
>   |
>   - cn=Tori Amos
> The modrdn operation to rename ou=Writers to ou=Singers works fine. 
> But performing a one-level search on ou=Singers with returningAttributes=objectClass fails:
> javax.naming.NamingException: [LDAP: error code 36 - failed on search operation: Unexpected exception.]; remaining name ''
> Also reading cn=Tori Amos directly fails:
> javax.naming.NameNotFoundException: [LDAP: error code 32 - failed on search operation: Attempt to search under non-existant entry: 2.5.4.3=tori amos,2.5.4.11=singers,2.5.4.11=system]; remaining name 'cn=Tori Amos'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-1086) Modrdn operation on an entry with child entries kills the DIT

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539378 ] 

Emmanuel Lecharny commented on DIRSERVER-1086:
----------------------------------------------

Applied the test in bigbang :
http://svn.apache.org/viewvc?rev=591025&view=rev

> Modrdn operation on an entry with child entries kills the DIT
> -------------------------------------------------------------
>
>                 Key: DIRSERVER-1086
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1086
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.1
>            Reporter: Stefan Seelmann
>
> Having the following DIT structure:
> ou=system
> |
> - ou=Writers
>   |
>   - cn=Tori Amos
> The modrdn operation to rename ou=Writers to ou=Singers works fine. 
> But performing a one-level search on ou=Singers with returningAttributes=objectClass fails:
> javax.naming.NamingException: [LDAP: error code 36 - failed on search operation: Unexpected exception.]; remaining name ''
> Also reading cn=Tori Amos directly fails:
> javax.naming.NameNotFoundException: [LDAP: error code 32 - failed on search operation: Attempt to search under non-existant entry: 2.5.4.3=tori amos,2.5.4.11=singers,2.5.4.11=system]; remaining name 'cn=Tori Amos'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSERVER-1086) Modrdn operation on an entry with child entries kills the DIT

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann closed DIRSERVER-1086.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: bigbang

This problem seems to be fixed in the current bigbang branch. I uncommented the test case that fails with 1.5.1. http://svn.apache.org/viewvc?rev=603758&view=rev


> Modrdn operation on an entry with child entries kills the DIT
> -------------------------------------------------------------
>
>                 Key: DIRSERVER-1086
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1086
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.1
>            Reporter: Stefan Seelmann
>             Fix For: bigbang
>
>
> Having the following DIT structure:
> ou=system
> |
> - ou=Writers
>   |
>   - cn=Tori Amos
> The modrdn operation to rename ou=Writers to ou=Singers works fine. 
> But performing a one-level search on ou=Singers with returningAttributes=objectClass fails:
> javax.naming.NamingException: [LDAP: error code 36 - failed on search operation: Unexpected exception.]; remaining name ''
> Also reading cn=Tori Amos directly fails:
> javax.naming.NameNotFoundException: [LDAP: error code 32 - failed on search operation: Attempt to search under non-existant entry: 2.5.4.3=tori amos,2.5.4.11=singers,2.5.4.11=system]; remaining name 'cn=Tori Amos'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.