
This usually means the /opt/solr/server/logs directory either
Doesn’t exist or Has wrong permissions for the user running Solr (dspace in your case)
Fix log directory
sudo mkdir -p /opt/solr/server/logs
sudo chown -R dspace:dspace /opt/solr/server/logs
If Solr runs under a different user (often solr), use
sudo chown -R solr:solr /opt/solr/server/logs
Restart Solr
su dspace
/opt/solr/bin/solr restart
--
All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dspace-tech/CADYVw2e7aAG%3DLBHsenmb-A%2BXod49XL11wbWU1BtdvmgCmFfg2g%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/dspace-tech/CABCbdgYYD9Rzq%2B0RLSheDZTE2ywT-5WUccWBU9bnx9yGWfq%2Bvw%40mail.gmail.com.