Re: Unable to connect to correct port in solr 6.2.0

2016-09-14 Thread Jan Høydahl
Thanks for the description. I updated https://issues.apache.org/jira/browse/SOLR-9475 for this, and my patch there now detects the guest distro, not the host. The update-rc.d error is simply because of wrong detection of distro. I also created h

Re: Unable to connect to correct port in solr 6.2.0

2016-09-13 Thread Aneesh Mon N
Hi Preet, I prepared the doc for 5.2.1; Should be more or less similar. Try this once. http://amn-solr.blogspot.in/2015/08/solr-521-cloud-configuration-steps.html Regards, Aneesh N On Mon, Sep 12, 2016 at 4:30 PM, Preeti Bhat wrote: > HI All, > > I am trying to setup the solr in Redhat Linux,

Re: Unable to connect to correct port in solr 6.2.0

2016-09-13 Thread Shalin Shekhar Mangar
From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] > Sent: Tuesday, September 13, 2016 1:01 AM > To: solr-user@lucene.apache.org > Subject: Re: Unable to connect to correct port in solr 6.2.0 > > I just tried this out on ubuntu (sorry I don't have access to a red hat > system) and

RE: Unable to connect to correct port in solr 6.2.0

2016-09-13 Thread Preeti Bhat
Subject: Re: Unable to connect to correct port in solr 6.2.0 I just tried this out on ubuntu (sorry I don't have access to a red hat system) and it works fine. One thing that you have to take care of is that if you install the service on the default 8983 port then, trying to upgrade with the sam

Re: Unable to connect to correct port in solr 6.2.0

2016-09-12 Thread Kevin Risden
Jan - the issue you are hitting is Docker and /proc/version is getting the underlying OS kernel and not what you would expect from the Docker container. The errors for update-rc.d and service are because the docker image you are using is trimmed down. Kevin Risden On Mon, Sep 12, 2016 at 3:19 PM,

Re: Unable to connect to correct port in solr 6.2.0

2016-09-12 Thread Jan Høydahl
I tried it on a Docker RHEL system (gidikern/rhel-oracle-jre) and the install failed with errors ./install_solr_service.sh: line 322: update-rc.d: command not found ./install_solr_service.sh: line 326: service: command not found ./install_solr_service.sh: line 328: service: command not found Tur

Re: Unable to connect to correct port in solr 6.2.0

2016-09-12 Thread Shalin Shekhar Mangar
I just tried this out on ubuntu (sorry I don't have access to a red hat system) and it works fine. One thing that you have to take care of is that if you install the service on the default 8983 port then, trying to upgrade with the same tar to a different port does not work. So please ensure that

Re: Unable to connect to correct port in solr 6.2.0

2016-09-12 Thread Shalin Shekhar Mangar
Which version of red hat? Is lsof installed on this system? On Mon, Sep 12, 2016 at 4:30 PM, Preeti Bhat wrote: > HI All, > > I am trying to setup the solr in Redhat Linux, using the > install_solr_service.sh script of solr.6.2.0 tgz. The script runs and > starts the solr on port 8983 even when

Unable to connect to correct port in solr 6.2.0

2016-09-12 Thread Preeti Bhat
HI All, I am trying to setup the solr in Redhat Linux, using the install_solr_service.sh script of solr.6.2.0 tgz. The script runs and starts the solr on port 8983 even when the port is specifically specified as 2016. /root/install_solr_service.sh solr-6.2.0.tgz -i /opt -d /var/solr -u root -s