Allura relies on Solr for indexing & searching many items, and the error you got is from your Solr instance. The most specific part seems to be AccessDeniedException: /opt/solr/server/solr/allura/data/snapshot_metadata I would check what the directory permissions are for each directory along that path.
Also, how did you install solr? What version and instructions did you use?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ah ok. With a docker installation, it definitely should just work! We will have to look into this more. Maybe the solr image solr:6-alpine in docker-compose.yml isn't quite right or something. Not sure yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Screenshot
Last edit: RemiZOffAlex 2020-06-10
Allura relies on Solr for indexing & searching many items, and the error you got is from your Solr instance. The most specific part seems to be
AccessDeniedException: /opt/solr/server/solr/allura/data/snapshot_metadata
I would check what the directory permissions are for each directory along that path.Also, how did you install solr? What version and instructions did you use?
Last https://forge-allura.apache.org/p/allura/git/ci/master/tree/
Build https://forge-allura.apache.org/p/allura/git/ci/master/tree/Dockerfile
Ah ok. With a docker installation, it definitely should just work! We will have to look into this more. Maybe the solr image
solr:6-alpine
indocker-compose.yml
isn't quite right or something. Not sure yet.Hi,
Have you gone through all the steps in the documentation at https://forge-allura.apache.org/docs/getting_started/installation.html#using-docker particularly
docker-compose restart solr
? I have just tried it and it worked ok. I don't get the error you got.However I do get another error, this one only shows up in logs and is specific to the dashboard. Solr search works in other places fine.