mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
12.39.2009 7b980b8b8e47512d58cdb36a422505ccf83c6a17
refs
author jvergara <jvergara@localhost>
Monday, January 12, 2009 17:39 +0100
committer jvergara <jvergara@localhost>
Monday, January 12, 2009 17:39 +0100
commit7b980b8b8e47512d58cdb36a422505ccf83c6a17
tree 475b25c4319ba14d246b423e4ea853ebbe7e46d1 tree | zip | gz
parent d24cd9dbc64c0a85f7d4178eadadc1d5cb4f6c44 view | diff
Issue 3710 (control-panel: error when creating an new base dn with automatically generated data)

Although it is marked as a control panel issue, the bug is on the core server and applies also to the import-ldif command-line.

The code is trying to build the path to the MakeLDIF resource directory by using the server root (install root) instead of the instance root. The MakeLDIF resource directory is located under <root>/config/MakeLDIF and so the instance root must be used.

1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/tasks/ImportTask.java 2 ●●● diff | view | raw | blame | history