Cluster Journal directory should be created automatically
---------------------------------------------------------

                 Key: JCR-1341
                 URL: https://issues.apache.org/jira/browse/JCR-1341
             Project: Jackrabbit
          Issue Type: Bug
          Components: clustering
    Affects Versions: 1.4
            Reporter: Thomas Mueller
            Assignee: Dominique Pfister
            Priority: Minor
             Fix For: 1.4.1


If the cluster journal directory does not exist when starting the cluster, an 
exception is thrown: ERROR org.apache.jackrabbit.core.RepositoryImpl - failed 
to start Repository: Directory specified does either not exist or is not a 
directory: ...

As far as I know, this is not consistent with how all other components of 
Jackrabbit work. I think the directory should be created automatically if it 
does not exist:

new File(...).mkdirs();

I know you could argue this is not a bug, but in my view it is an important 
usability issue.

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

Reply via email to