Re: Apache Solr 8.6.0 with SSL

2020-08-28 Thread Jan Høydahl
Thanks for reporting back. I think perhaps we don’t claim to fully support FreeBSD. Feel free to submit a PullRequest though if you believe you have a working FreeBSD setup. Jan > 26. aug. 2020 kl. 14:23 skrev Patrik Peng : > > Followup regarding the bin/solr issue for anyone running Solr on F

Re: Apache Solr 8.6.0 with SSL

2020-08-26 Thread Patrik Peng
Followup regarding the bin/solr issue for anyone running Solr on FreeBSD. The script uses "ps auxww | grep ..." in various places, like: SOLR_PROC=`ps auxww |grep -w $SOLR_PID|grep start\.jar |grep jetty\.port` For reasons unknown to me, FreeBSD's "ps auxww" truncates the COMMAND column output a

Re: Apache Solr 8.6.0 with SSL

2020-08-25 Thread Patrik Peng
Thanks for your input regarding SOLR-14711, that makes sense. I wasn't able to reproduce the bin/solr script issue on a Debian machine, so I guess there's something wrong with my setup. Patrik On 24.08.20 17:26, Jan Høydahl wrote: > I think you’re experiencing this: > > https://issues.apache.org

Re: Apache Solr 8.6.0 with SSL

2020-08-24 Thread Jan Høydahl
I think you’re experiencing this: https://issues.apache.org/jira/browse/SOLR-14711 No idea why the bin/solr script won’t work with SSL... Jan > 24. aug. 2020 kl. 15:52 skrev Patrik Peng : > > Greetings > > I'm in the process of setting up a SolrCloud cluster with 3 Zookeeper > and 3 Solr node

Apache Solr 8.6.0 with SSL

2020-08-24 Thread Patrik Peng
Greetings I'm in the process of setting up a SolrCloud cluster with 3 Zookeeper and 3 Solr nodes on FreeBSD and wish to enable SSL between the Solr nodes. Before enabling SSL, everything worked as expected and I followed the instructions described in the Solr 8.6 docs