RE: Fresh Installation with Status and Access Issues

2024-10-29 Thread Scott Hollenbeck
test/deployment-guide/taking-solr-to-pr oduction.html#security-considerations So please set SOLR_JETTY_HOST="0.0.0.0" to allow access from other hosts. Jan > 28. okt. 2024 kl. 18:35 skrev Scott Hollenbeck : > > Thanks for the suggestion. Unfortunately it didn't help

RE: Fresh Installation with Status and Access Issues

2024-10-28 Thread Scott Hollenbeck
Thanks for the suggestion. Unfortunately it didn't help. Scott -Original Message- From: Thorsten Heit Sent: Monday, October 28, 2024 10:42 AM To: users@solr.apache.org Subject: Re: Fresh Installation with Status and Access Issues Hi, > Attempts to connect to the server using a browser

RE: Fresh Installation with Status and Access Issues

2024-10-28 Thread Scott Hollenbeck
Jose, Manu > Sent: Monday, October 28, 2024 9:49 AM > To: users@solr.apache.org > Subject: AW: Fresh Installation with Status and Access Issues > > Why, > just enable ufw with below command > > ufw allow 8983/tcp > > Vielen Dank, > Manu Jose > > -Urspr

RE: Fresh Installation with Status and Access Issues

2024-10-28 Thread Scott Hollenbeck
and Access Issues Why, just enable ufw with below command ufw allow 8983/tcp Vielen Dank, Manu Jose -Ursprüngliche Nachricht- Von: Scott Hollenbeck Gesendet: Montag, 28. Oktober 2024 14:40 An: users@solr.apache.org Betreff: RE: Fresh Installation with Status and Access Issues Than

RE: Fresh Installation with Status and Access Issues

2024-10-28 Thread Scott Hollenbeck
integrated firewall) activated blocking port 8983. You have to open that port on firewall Il giorno dom 27 ott 2024 alle ore 23:42 Scott Hollenbeck ha scritto: > I just installed Ubuntu 24.04.1 LTS on a Dell 5820 workstation with IP > address 192.168.1.250. The OS seems to be working just fine. N

Fresh Installation with Status and Access Issues

2024-10-27 Thread Scott Hollenbeck
I just installed Ubuntu 24.04.1 LTS on a Dell 5820 workstation with IP address 192.168.1.250. The OS seems to be working just fine. Now I'm trying to get Apache solr installed and working. This is the version of Java I'm running: $ java --version openjdk 21.0.4 2024-07-16 OpenJDK Runtime Environme

RE: Indexed Content Lost on Restart

2023-11-01 Thread Scott Hollenbeck
-indexing the content has solved the problem, and data persists across server restarts. -Original Message- From: Scott Hollenbeck Sent: Wednesday, November 1, 2023 2:11 PM To: 'users@solr.apache.org' Subject: RE: Indexed Content Lost on Restart I'm unsure. I queue the conte

RE: Indexed Content Lost on Restart

2023-11-01 Thread Scott Hollenbeck
porleder Sent: Wednesday, November 1, 2023 1:47 PM To: users@solr.apache.org Subject: Re: Indexed Content Lost on Restart Do you commit? On Wed, Nov 1, 2023 at 1:40 PM Scott Hollenbeck wrote: > > I'm running a single instance of Solr 9.4.0. I've noticed that when the solr > service i

Indexed Content Lost on Restart

2023-11-01 Thread Scott Hollenbeck
I'm running a single instance of Solr 9.4.0. I've noticed that when the solr service is restarted, or when the server is rebooted and the service starts, the indexed content seems to disappear from my solr cores and needs to be re-indexed. This wasn't happening when running Solr 8.x, and I'm not su

RE: Error Creating Core Caused by: solr.scripting.xslt.XSLTResponseWriter

2023-09-24 Thread Scott Hollenbeck
or. Scott -Original Message- From: Ishan Chattopadhyaya Sent: Sunday, September 24, 2023 7:46 PM To: users@solr.apache.org Subject: Re: Error Creating Core Caused by: solr.scripting.xslt.XSLTResponseWriter Do you mean Solr version 9.3.0? On Mon, 25 Sept, 2023, 5:08 am Scott Hollenbe

Error Creating Core Caused by: solr.scripting.xslt.XSLTResponseWriter

2023-09-24 Thread Scott Hollenbeck
I'm trying to set up an instance of solr server 9.0.3 on a single machine. I hjave it up and running, and I'm trying to create a core using the command line interface. The command fails, though: $ sudo -u solr ./solr create_core -c mcr-9 -d /tmp/mcr ERROR: Error from server at http://localhost:89

RE: 9.0.3 Server Running, Connection Refused

2023-09-23 Thread Scott Hollenbeck
security manager is enabled. This may have implications too depending on your deployment -Tim On Sat, Sep 23, 2023 at 2:16 PM Scott Hollenbeck wrote: > I'm running a single instance of solr server 9.0.3. > > However, I can't connect to the server using a web browser or command li

9.0.3 Server Running, Connection Refused

2023-09-23 Thread Scott Hollenbeck
I'm running a single instance of solr server 9.0.3. The "solr status" command confirms that the server is running and listening on TCP port 8983: $ sudo -u solr ./bin/solr status Found 1 Solr nodes: Solr process 56803 running on port 8983 { "solr_home":"/opt/solr-9.3.0/server/solr", "version

RE: solr status 401 Error

2023-09-23 Thread Scott Hollenbeck
you are interested in taking a stab at it, tag me on a PR ;-). Having said that, I think any work I do in that space will go to Solr 10 and 9, I don’t see back porting to 8... Eric On Sep 23, 2023, at 9:04 AM, Scott Hollenbeck mailto:s...@musclecarresearch.com.INVALID> > wro

solr status 401 Error

2023-09-23 Thread Scott Hollenbeck
I'm running solr 8.11.2 on a single server. I have the server configured to support basic authentication, which works fine when I connect to the server on port 8983 using a web browser. The problem I'm having is that the command fails with an "HTTP ERROR 401 require authentication" error when I try

Preserving Settings Across Upgrades?

2021-07-20 Thread Scott Hollenbeck
Can anyone share some thoughts on best practices for upgrading a solr node and preserving my TLS settings and core configurations while doing so? My existing installation has two cores with support for basic authentication and TLS properly configured and working. In the past, I've done my upgrades