Re: Weird error message with solr config

2024-09-24 Thread Christos Malliaridis
You are completely right. It seems that the message is malformed. It is missing the /solr path prefix (for V1 API), or /api/collections path prefix (for V2 API). To fix it simply provide a custom solr URL like below: bin/solr config -c mysearchindex -solrUrl http://localhost:8983/api/collections -

Re: Weird error message with solr config

2024-09-24 Thread Christos Malliaridis
Webdeveloper > > IT-Services > > > > *Paris-Lodron-Universität Salzburg* > > Hellbrunner Straße 34, 5020 Salzburg, Österreich > > https://www.plus.ac.at > > > > > -- > *Von:* Christos Malliaridis > *Gesendet:* Dienstag, 24. September 2024 13:

Re: Weird error message with solr config

2024-09-24 Thread Christos Malliaridis
; *Von:* Christos Malliaridis > *Gesendet:* Dienstag, 24. September 2024 11:50 > *An:* users@solr.apache.org > *Betreff:* Re: Weird error message with solr config > > [Sie erhalten nicht häufig E-Mails von c.malliari...@gmail.com. Weitere > Informationen, war

Re: Weird error message with solr config

2024-09-24 Thread Christos Malliaridis
Hi Robert, This issue seems very similar to https://issues.apache.org/jira/browse/SOLR-17457. Are you using Solr 9.7 perhaps? Looking into the code of 9.7, it seems that the script does add the -scheme flag in the background for you. The help output does not print this option because it was not m