Github user lewismc commented on the issue: https://github.com/apache/oodt/pull/56 There also appears to be a bug in the auto-generated product-types.xml as follows; instead of ``` <repository path="file:///usr/local/coal-sds-deploy/data/archive"/> ``` Note above correct protocol assignment ```file:///```, the file is instead written as ``` <repository path="file://usr/local/coal-sds-deploy/data/archive"/> ``` Note two forward slashes instead of three!
---