You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2010/06/04 16:41:17 UTC

[jira] Commented: (DIRSERVER-1252) Server tools dump command broken due to use of old paths

    [ https://issues.apache.org/jira/browse/DIRSERVER-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875614#action_12875614 ] 

Emmanuel Lecharny commented on DIRSERVER-1252:
----------------------------------------------

It's even a bit more complicated than that : not only the file paths layout has changed, but we now handle many different kind of partitions (Ldif, Hbase, Oracle...)

We have to see if we want to keep the tools in the current distribution...

> Server tools dump command broken due to use of old paths
> --------------------------------------------------------
>
>                 Key: DIRSERVER-1252
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1252
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.5, 1.5.4
>            Reporter: Alex Karasulu
>            Assignee: Alex Karasulu
>            Priority: Critical
>             Fix For: 2.0.0-RC1
>
>
> When running the dump command I noticed that it is trying to validate the old layout of file paths after giving the base path using the -i switch.  For example if I give it /foo/bar it will try to validate that the following structure exists:
> /foo/bar/bin
> /foo/bar/lib
> /foo/bar/lib/ext
> /foo/bar/var
> /foo/bar/var/run
> /foo/bar/var/partition
> /foo/bar/var/partition/schema
> /foo/bar/var/partition/system
> This is wrong since we no longer use this schema.  This whole layout thingy needs to be seriously revisited along with the code in ApacheDS.java.   A mini revamp is in order to avoid these issues and let the commands work properly.

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