Re: Re: Error CREATEing SolrCore caused by solr.XSLTResponseWriter

2023-01-12 Thread solr
1.2023 17:20 Betreff: Re: Error CREATEing SolrCore caused by solr.XSLTResponseWriter Hello Walter, That is odd. Check the logs to see why the XSLT response writer is causing trouble. If you don't need it, you can just disable the response writer in the solrconfig.xml. Regards, Markus Op

Re: Error CREATEing SolrCore caused by solr.XSLTResponseWriter

2023-01-11 Thread Markus Jelsma
Hello Walter, That is odd. Check the logs to see why the XSLT response writer is causing trouble. If you don't need it, you can just disable the response writer in the solrconfig.xml. Regards, Markus Op wo 11 jan. 2023 om 16:13 schreef : > Hi all, > > I'm running a fresh Solr 9.1.0 on a fresh D

Error CREATEing SolrCore caused by solr.XSLTResponseWriter

2023-01-11 Thread cla
Hi all, I'm running a fresh Solr 9.1.0 on a fresh Debian 11 PC. Creating my first core (the first on this stack, not the first in my life...) finally fails with Error CREATEing SolrCore 'core_xxx': Unable to create core [core_xxx] Caused by: solr.XSLTResponseWriter Thanks for your advice whe