Hi,
I've installed DSpace 6.x a couple of times but never faced this problem before and I'm kinda lost. There must be something quite simple to solve it just in front of me...
Context:
Debian 10
DSpace 6.3 fresh install
OpenJDK 1.8
Tomcat 9.0.31.0
After a fresh install, I'm getting some permissions related errors while using Solr, for instance trying to browse by author, titles, etc.
org.apache.solr.common.SolrException: SolrCore 'search' is not available due to init failure:
Cannot create directory: /var/www/dspace/solr/search/data/index
(I don't like those html entities either)
I get the same error using Solr via the dspace command line, for instance
$ sudo ./bin/dspace index-discovery
The [dspace] folder has read and write permissions for tomcat:tomcat
User dspace is in tomcat group
Any help is appreciated!