Re: can't connect to SOLR with JDBC url

2020-11-09 Thread Vincent Bossuet
Thank you Kevin, I can now connect (I test with DbVisualiser) with -c option. Vincent Le lun. 9 nov. 2020 à 16:30, Kevin Risden a écrit : > > > > start (without option : bin/solr start) > > > Solr SQL/JDBC requires Solr Cloud (running w/ Zookeeper) since streaming > expressions (which backs the

Re: can't connect to SOLR with JDBC url

2020-11-09 Thread Kevin Risden
> > start (without option : bin/solr start) Solr SQL/JDBC requires Solr Cloud (running w/ Zookeeper) since streaming expressions (which backs the Solr SQL) requires it. You should be able to start Solr this way to get Solr in cloud mode. bin/solr start -c If you use the above to start Solr, th

can't connect to SOLR with JDBC url

2020-11-06 Thread Vincent Bossuet
Hi all :) I'm trying to connect to Solr with JDBC, but I always have "java.util.concurrent.TimeoutException: Could not connect to ZooKeeper localhost:9983/ within 15000 ms" (or other port, depends wich jdbc url I test). Here what I did : - I installed Solr 7.7.2 (i followed install doc he