Hi,
If using "sudo service solr start/stop" works for you, then what is your pain
point? Please explain.
As Shawn points out, the systed start script takes care of running the process
under the "solr" user.
Jan
> 28. mai 2024 kl. 04:09 skrev Dmitri Maziuk :
>
> On 5/27/24 14:43, Lee Daniel wr
There's a discussion thread in the mailing list as well
https://lists.apache.org/thread/nlqgk3cb8z9v7gnrw3kkqxpp3v4y80j5
Your best bet is to reply to the JIRA to bring some traction back to that
option.
Jan
> 27. mai 2024 kl. 23:18 skrev Christos Malliaridis :
>
> Thanks for the reply,
>
>
Hi,
I'm trying to bind embedded zookeeper to specific interface (on Windows/JDK11).
I added these lines to zoo.cfg
clientPort=2181
clientPortAddress=192.168.1.10
and starting solr with this command:
solr.cmd start -c -z 192.168.1.10:2181
The output of netstat -abnp TCP doesn't show anything
Hey Jan,
Thanks for the reply.
Above in my replies, I mentioned trying those commands and they were not
working.
As Shawn may have suggested that I had probably overridden them, which I
have no idea how.
*My original point was:*
* My displeasure in running solr as root. I would run it usin
On 5/28/24 12:00, Lee Daniel wrote:
Hey Jan,
Thanks for the reply.
Above in my replies, I mentioned trying those commands and they were not
working.
As Shawn may have suggested that I had probably overridden them, which I
have no idea how.
*My original point was:*
* My displeasure in run
On 5/27/24 13:43, Lee Daniel wrote:
I'm on Centos 7.5.
Can't find it in:
* /usr/lib/systemd/system
* /usr/sbin/
I found it in
* /etc/init.d/
I know for sure when I initially installed I was able to use:
* service solr start/stop/restart
* systemctl start/stop/restart solr.servic
Thanks Dima and Shawn for your response.
*Dima: *
* We did consider going with Docker initially but we settled on going
with installing from scratch seeing that we are now testing it out.
* We have a few servers, we are just trying to this first set up for
now with one site and see how i
On 5/28/24 14:02, Lee Daniel wrote:
* /var/solr was exactly the problem. The parent folder was owned by
solr:solr but I saw subfolders especially in data was owned by
root:root.
* I did are `chown -R solr:solr` on the parent folder and then tried
`service solr start`.
* It then
Thank Dima.
I did see the EOL is June 30th..
Funny thing is we pay for hosting, so that may be a conversation we'll
have to have with the company.
Find out what's their plan. Thanks for that though.
Thanks again.
Lee
On 2024-05-28 15:48, Dmitri Maziuk wrote:
On 5/28/24 14:02, Lee Daniel wr
Hey Guys,
It's been about 2 weeks now I have been searching and implementing
everything I read, but have had no luck with getting SSL to work.
I believe the error is in setting up the self-signed certificate.
I see sites mention JKS and not using localhost (following SNI rules)
but I'm a cod
On 5/28/24 18:38, Lee Daniel wrote:
Domain>,IP: -dname "CN=,
Is the CN SNI-compliant: a name (not IP address) with at least one dot
in it?
Dima
Yes. It has at least one dot.
Thing is i'm just not sure if I'm using the correct name.
If you had a a public IP: 1.2.3.4 and mutiple sites:
* a.com - (default == public IP)
* b.com - (public IP)
* z.com - (public IP) (Apache Solr setup)
* d.com - (public IP)
Based on my setup:
DNS:a.com,
On 5/28/24 19:00, Lee Daniel wrote:
Yes. It has at least one dot.
Thing is i'm just not sure if I'm using the correct name.
If you had a a public IP: 1.2.3.4 and mutiple sites:
* a.com - (default == public IP)
* b.com - (public IP)
* z.com - (public IP) (Apache Solr setup)
* d.com - (p
Interesting.
Based on my lack of understanding, using z.com could mean two things:
1. Would I have to edit the certificate for each extra site/node we add?
2. Or have another instance of Solr for each site?
Yh, we have our port firewalled off too, with the security.json set up.
But we want the
On 5/28/24 19:35, Lee Daniel wrote:
Interesting.
Based on my lack of understanding, using z.com could mean two things:
1. Would I have to edit the certificate for each extra site/node we add?
2. Or have another instance of Solr for each site?
So this is a whole different rant, but the practic
15 matches
Mail list logo