Re: Solr-9.5 | collection creation error

2024-04-23 Thread Jan Høydahl
Hi, Enabling SSL should be well documented in ref guide: https://solr.apache.org/guide/solr/latest/deployment-guide/enabling-ssl.html Wrt zoo.cfg, sounds like you have configured different client_port for each of the three? Again, recommend you to set up a reproduction environment (single node

Re: Solr-9.5 | collection creation error

2024-04-23 Thread HariBabu kuruva
Hi Jan, Thanks for your response. I have used the ZK ports as 3181/3182/3183 as below in the solr.in.sh ZK_HOST="*ZK_Host1:3181, ZK_Host1:3182, ZK_Host1:3183"* I tried reinstalling the solr and ZK. Still i get the same error. I can see the clusterprops.json file is missing to update urlScheme.

Re: Solr-9.5 | collection creation error

2024-04-22 Thread Jan Høydahl
Hi, Looks like you have configured Zookeper with client port 3181 on all three nodes, so why don't you use that in ZK_HOST? And you now say that you use SSL. How did you initialize SSL, did you update urlScheme in zookeeper? I feel you are leaving details out. It would perhaps help for both yo

Re: Solr-9.5 | collection creation error

2024-04-22 Thread HariBabu kuruva
Hi FYI. Below is the exact error. I don't understand why the solr url is referred to with http in the logs below instead of https, though the SOLR-UI is accessible fine with https and the certs are valid. Please assist. 2024-04-22 11:28:31.190 INFO (qtp1119242936-20-solr_hostname.corp.abc.com-12

Re: Solr-9.5 | collection creation error

2024-04-21 Thread HariBabu kuruva
Hi All, Could you please help on the above issue. On Wed, Apr 17, 2024 at 2:39 PM HariBabu kuruva wrote: > Hi Jan, > > Thanks for the response. > > Please find the details below: > > *Exactly how did you install Solr, and what is your ZK_HOST connection > string?:* > I got the solr-9.5.0.tg.zip

Re: Solr-9.5 | collection creation error

2024-04-17 Thread HariBabu kuruva
Hi Jan, Thanks for the response. Please find the details below: *Exactly how did you install Solr, and what is your ZK_HOST connection string?:* I got the solr-9.5.0.tg.zip file from Solr website and unzipped it. ZK_HOST = "ZK_host1.corp.abc.com:3181,ZK_Host2.corp.abc.com:3182, ZK_Host3.corp.equ

Re: Solr-9.5 | collection creation error

2024-04-17 Thread Jan Høydahl
Hi, Do you mind sharing the details with us? - Exactly how did you install Solr, and what is your ZK_HOST connection string? - Exactly how did you install ZK, and what is your zoo.cfg, on each of the three nodes. - Which command did you use to create the collection? - Does this happen every time

Solr-9.5 | collection creation error

2024-04-16 Thread HariBabu kuruva
HI , I am working on a POC, to set up solr-9.5.0. Currently I have Solr-8.11.1 installed and running. As part of the POC. I have installed Solr-9.5.0(on one node) and Zookeeper 3.9.2 (on 3 nodes). This setup is done on the same server where I have solr-8.5 running but with different ports. Solr

Solr-9.5 | collection creation error

2024-04-15 Thread HariBabu kuruva
HariBabu kuruva 11:07 AM (8 minutes ago) to users.solr Hi All, I am working on a POC, to set up solr-9.5.0. Currently I have Solr-8.11.1 installed and running. As part of the POC. I have installed Solr-9.5.0(on one node) and Zookeeper 3.9.2 (on 3 nodes). This setup is done on the same server whe