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
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
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#
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
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...)
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
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.
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
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