Hi folks, This problem is on a 1.8 deployment. I've had a good look, and haven't managed to find this occuring anywhere else!
I'm quite familiar with the agreed process that, should running ./dspace update-discovery-index -f (or -b) fail, the simplest way to rebuild is to delete the [dspace]/solr/search/data folder, restart the site and run again. I'm in a situation where the re-creation of the data folder (and indexes within) is not happening, and attempts at replacing with a similar index from a related server are similarly failing. The error is as below, and It does not seem to be a permissions issue. I wonder if anyone is aware of any config beyond [dspace]/config/modules/discovery.cfg (currently set to search.server = http://localhost:8080/solr/search) and the solrconfig.xml in [dspace]/solr/search/conf (which has standard settings) which might affect this, or knows of any other reason why the update mightn't take place. Thanks very much, Scott Exception: Internal Server Error Internal Server Error request: http://localhost:8080/solr/search/update?wt=javabin&version=2 org.dspace.discovery.SearchServiceException: Internal Server Error Internal Server Error request: http://localhost:8080/solr/search/update?wt=javabin&version=2 at org.dspace.discovery.SolrServiceImpl.cleanIndex(SolrServiceImpl.java:375) at org.dspace.discovery.IndexClient.main(IndexClient.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183) Caused by: org.apache.solr.common.SolrException: Internal Server Error -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
