Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2019-03-29 Thread Erick Erickson
What version of Java are you using? > On Mar 28, 2019, at 8:27 PM, Zheng Lin Edwin Yeo wrote: > > Hi, > > Regarding the issue with jetty-ssl.xml which I have mentioned previously, > seems that the issue still exists in Solr 8.0.0 if I use the jetty-ssl.xml > that comes with Solr 8.0.0. > > Reg

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2019-03-28 Thread Zheng Lin Edwin Yeo
Hi, Regarding the issue with jetty-ssl.xml which I have mentioned previously, seems that the issue still exists in Solr 8.0.0 if I use the jetty-ssl.xml that comes with Solr 8.0.0. Regards, Edwin On Fri, 24 Aug 2018 at 09:19, Zheng Lin Edwin Yeo wrote: > Thanks for the advice. > > Regards, > E

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-08-23 Thread Zheng Lin Edwin Yeo
Thanks for the advice. Regards, Edwin On Thu, 23 Aug 2018 at 17:43, Shawn Heisey wrote: > On 8/23/2018 2:42 AM, Jan Høydahl wrote: > > Don't need a git checkout to pull a text file :) > > https://github.com/apache/lucene-solr/blob/branch_7x/solr/bin/solr.cmd < > https://github.com/apache/lucene

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-08-23 Thread Shawn Heisey
On 8/23/2018 2:42 AM, Jan Høydahl wrote: Don't need a git checkout to pull a text file :) https://github.com/apache/lucene-solr/blob/branch_7x/solr/bin/solr.cmd https://github.com/apache/lucene-solr/blob/branch_7x/solr/serv

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-08-23 Thread Jan Høydahl
Don't need a git checkout to pull a text file :) https://github.com/apache/lucene-solr/blob/branch_7x/solr/bin/solr.cmd https://github.com/apache/lucene-solr/blob/branch_7x/solr/server/scripts/cloud-scripts/zkcli.bat

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-08-22 Thread Shawn Heisey
On 8/22/2018 8:31 PM, Zheng Lin Edwin Yeo wrote: Hi Jan and Shawn, So far I am still getting the error from the workaround and quick fix methods. Not sure if it is good to continue to use the files from Solr 7.3.1 while waiting for the release of Solr 7.5.0? You could check out the source code

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-08-22 Thread Zheng Lin Edwin Yeo
Hi Jan and Shawn, So far I am still getting the error from the workaround and quick fix methods. Not sure if it is good to continue to use the files from Solr 7.3.1 while waiting for the release of Solr 7.5.0? Regards. Edwin On Wed, 22 Aug 2018 at 11:21, Zheng Lin Edwin Yeo wrote: > Ok noted.

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-08-21 Thread Zheng Lin Edwin Yeo
Ok noted. Thank you. Regards, Edwin On Tue, 21 Aug 2018 at 21:40, Shawn Heisey wrote: > On 8/20/2018 9:57 PM, Zheng Lin Edwin Yeo wrote: > > This is the error that I get: > > ERROR StatusLogger Unable to access > file:/C:/Users/edwin/Desktop/edwin/solr- > > > 7.4.0/server/scripts/cloud-scripts/

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-08-21 Thread Shawn Heisey
On 8/20/2018 9:57 PM, Zheng Lin Edwin Yeo wrote: This is the error that I get: ERROR StatusLogger Unable to access file:/C:/Users/edwin/Desktop/edwin/solr- 7.4.0/server/scripts/cloud-scripts/file:C:/Users/edwin/Desktop/edwin/solr-7. 4.0/server/scripts/cloud-scripts/log4j2.xml java.io.FileNotFou

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-08-21 Thread Jan Høydahl
Hi, Now, the zkcli.bat error may in fact be a real bug, perhaps caused by SOLR-7887. I think you should file that one in a JIRA. As a workaround you may attempt using the equivalent (from memory): bin/solr zk upconfig -c collection1 -d /path/to/conf -z localhost:2181 -- Jan Høydahl, search solu

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-08-20 Thread Zheng Lin Edwin Yeo
Hi, The default configurations is working for this, so I will try to change the things step by step first to find out this issue. However, I found that I can't load the configurations into ZooKeeper even in a new cluster with default configurations in Solr 7.4.0 (it also can't load previously and

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-08-20 Thread Jan Høydahl
Hi, Can you please try to reproduce your issue on a completely empty cluster, and a single node Solr instance, following the refguide instructions at https://lucene.apache.org/solr/guide/7_4/enabling-ssl.html with all default configu

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-08-20 Thread Zheng Lin Edwin Yeo
Hi, So far it is still not able to work with the files from Solr 7.4.0. I found that the jetty-ssl.xml is the file with the difference that causes the issue. This is the jetty-ssl.xml from Solr 7.3.1: This is the jetty-ssl.xml from Solr 7.4.0:

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-08-10 Thread Jan Høydahl
Hi, Did you solve your issue? SSL should work ootb in 7.4, the class that your error says is not found exists, so there must be some setup issues. How did you install Solr, how do you start it, what is the content of your solr.in .sh etc -- Jan Høydahl, search solution architec

Re: Solr unable to start up after setting up SSL in Solr 7.4.0

2018-07-11 Thread Zheng Lin Edwin Yeo
Hi, I found that if we replace the following files with the copy from Solr 7.3.1, the SSL can work - jetty.xml - jetty-http.xml - jetty-https.xml - jetty-ssl.xml But the copies that comes with Solr 7.4.0 are not working. I found there are some differences in the file, but not sure if there are o

Solr unable to start up after setting up SSL in Solr 7.4.0

2018-07-03 Thread Zheng Lin Edwin Yeo
Hi, Would like to check, if there are any major changes in the way the SSL works for Solr 7.4.0? I have tried to set up with the same method that I used for Solr 7.3.1, but after setting it up, the Solr is unable to load. Below is the error message that I get. Caused by: java.security.Privilege