Github user lewismc commented on the issue:
https://github.com/apache/oodt/pull/56
In addition to this, Radix generates the following filemgr.properties with
incorrect paths
```
org.apache.oodt.cas.filemgr.catalog.lucene.idxPath
org.apache.oodt.cas.filemgr.repositorymgr.dirs
org.apache.oodt.cas.filemgr.validation.dirs
org.apache.oodt.cas.filemgr.mime.type.repository
```
Say my SDS is deployed at ```/usr/local/coal-sds-deploy/```, Radix creates
the default property values **less** the _filemgr_ directory e.g.
```/usr/local/coal-sds-deploy/etc/mime-types.xml```. This is incorrect, the
correct path should be
```/usr/local/coal-sds-deploy/filemgr/etc/mime-types.xml```.
I'll update the patch with this fix once we can agree on what to do with
the above...
---