Re: Solr connection refused error

2023-12-11 Thread Deepak Goel
On Tue, Dec 12, 2023 at 9:56 AM Anuj Bhargava wrote: > http://xxx.xxx.xx.xxx:8983/solr/#/ > > I often get the following error - > > This site can’t be reached xxx.xxx.xx.xxx refused to connect. > Try: > > Checking the connection > Checking the proxy and the firewall > ERR_CONNECTION_REFUSED > > T

Solr connection refused error

2023-12-11 Thread Anuj Bhargava
http://xxx.xxx.xx.xxx:8983/solr/#/ I often get the following error - This site can’t be reached xxx.xxx.xx.xxx refused to connect. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED 8983 port is open

Re: Java Upgrade process

2023-12-11 Thread Jim Morgan
Fair point Chris, I should have included log info in the original post. So in the solr logs, nothing at all. I think because solr doesn't get to the point of starting. In syslog I have - Dec 11 06:35:08 server solr[6822]: Waiting up to 180 seconds to see Solr running on port 8983 [|] #010#

Re: Java Upgrade process

2023-12-11 Thread Chris Hostetter
can you be more specific about " It just waits and eventually fails after about 2 minutes." ... what message does it print to the consolr? what does the solr log file say? : Date: Mon, 11 Dec 2023 11:36:15 +0800 : From: Jim Morgan : Reply-To: users@solr.apache.org : To: users@solr.apache.o

Re: Java Upgrade process

2023-12-11 Thread Alex The Rocker
Hi, I'm using Solr 8.11 latest with Java 17 (more precisely IBM Semeru 17 on Linux x64) for more than 1 year ; it's running seamlessly on a 3 machines mini-cluster, for the needs of our real-time index. I don't recall having any issues (previously I was running with Java 11, still IBM Semeru's...)

Re: Java Upgrade process

2023-12-11 Thread Dmitri Maziuk
On 12/10/23 21:36, Jim Morgan wrote: Any ideas what's going on here? ISTR something about not using java 13 with Solr 8? Anyway, FWIW 8.11 is working fine here on JDK 11 (Amazon Corretto build). Dima

Re: how to fix full-import indexed document not shown on query search

2023-12-11 Thread Mikhail Khludnev
Hello, 1. Start on small scope 2. UI may crash if you request debug to respond back a lot of verbose data that's not a way to go. 3. use curl or postman to receive big respionses 4. you may open log file with less which is a perfect tool for large logs. Looking logs in ui hardly may be an option.

Re: how to fix full-import indexed document not shown on query search

2023-12-11 Thread Vince McMahon
Thanks for pointing that out. I work with relatively large data volumes. Last time when I use verbose logging via Solr UI, it crashed. What is the better way to gather the logs without the crashing? On Fri, Dec 8, 2023 at 5:11 PM Mikhail Khludnev wrote: > Vince, > Regardless of DIH, LogUpdat

Implementing Authentication for Solr Indexing and Querying in a Spring Boot Project

2023-12-11 Thread Uday Kumar
Hello all, We are working on a project which involves two processes, indexing documents into Solr cloud and querying from Solr cloud. We are trying to implement authentication at the Solr Cloud using the Basic Authentication *[with username and password]* plugin to ensure that only authenticated