Hi,
please find some comments below
> is there another way to rebuild the SOLR-index in 2.2.4, apart from
> deleting the search folder (../data/solr-indexes/search)?
No, that is the way. The folder contains the Solr index and if you do
not remove it, you cannot rebuild it since it is already there.
First, the actual problem is that missing file. The slide texts are
included into the search index and the re-build seems to be failing
because that file is missing.
Obviously that file missing should not have happened and it points to
some kind of problem in the past. But it is hard to say, what exactly
went wrong and it is probably impossible to find out now. Hence, we need
to find a way to deal with it.
The next problem is that Opencast stops the index from populating when
it hit this issue. True, it is an error and this should not have
happened, etc. but Opencast should be able to deal with it and not
break the whole process. That is why it would be great if you could
create a Jira ticket for this, adding some more specific information
like the opencast.log. I am not promising anything but feel free to
assign the Jira ticket to me :-)
Now, since fixing that might take some time, let's have a look at some
quick fixes: The best idea I can come up with is that since Opencast
stops the process when hitting the missing file, you could just put
a fitting file on the file system.
The easiest thing would probably be to just copy another slidetext.xml
to the right location. The only side-effect should be that one episode
might be found under weird keywords if searched for. But to prevent
that, you could just create a slidetext.xml without any real content.
Let me know if that helps.
Regards,
Lars