On Fri, Jun 14, 2019 at 11:03:57AM -0700, Dyego Cavalieri wrote:
> I have the following in the Solr after installing dspace 6.3
>
> - *search:*
> org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
> Cannot create directory: /dspace/solr/search/data/index
> - *oai:*
> org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
> Cannot create directory: /dspace/solr/oai/data/index
> - *authority:*
> org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
> Cannot create directory: /dspace/solr/authority/data/index
> - *statistics:*
> org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
> Cannot create directory: /dspace/solr/statistics/data/index
>
> How do i fix this ?
The first thing I would do is to check the ownership and permission
masks of the /dspace/solr directory and everything below it. The
Servlet container (Tomcat, typically) must be able to read and write
these directories. The simplest way to ensure that is for them to be
owned by the account which runs the container.
--
Mark H. Wood
Lead Technology Analyst
University Library
Indiana University - Purdue University Indianapolis
755 W. Michigan Street
Indianapolis, IN 46202
317-274-0749
www.ulib.iupui.edu