On Tue, Oct 9, 2012 at 10:44 AM, Kai Bjørnenak <
kai.bj...@uit.no> wrote:
> Discovery was not enabled, but I tried to enable it. When I got step 4.
OK, haven't mentioned that before. I assumed you did because the error
says there's a problem with the Discovery configuration file. So it
must be something else.
> Caused by: org.apache.solr.common.SolrException: Not Found
OK, this may be a far cry, but try doing this:
find out what user and group owns your dspace directory (replace
"/dspace" with your actual directory):
ls -l /dspace
Make sure that all files in that directory are owned by this user ang
group (replace YOURUSER, YOURGROUP and /dspace):
chown -R YOURUSER:YOURGROUP /dspace
> Not sure this is relevant though, since Lucene is not installed on this
> machine.
No matter, Solr is distributed as a part of DSpace.
Regards,
~~helix84