Re: SolrCloud: Chroot error

2015-03-10 Thread Shawn Heisey
On 3/10/2015 6:10 AM, Aman Tandon wrote: > Thanks Shawn, I tried it with single string but still no success. > > So currently i am running it without chroot and it is working fine. That brings up a something for me or you to try. I wonder if perhaps there is a bug that will prevent the "director

Re: SolrCloud: Chroot error

2015-03-10 Thread Aman Tandon
Thanks Shawn, I tried it with single string but still no success. So currently i am running it without chroot and it is working fine. With Regards Aman Tandon On Mon, Mar 9, 2015 at 9:46 PM, Shawn Heisey wrote: > On 3/9/2015 10:03 AM, Aman Tandon wrote: > > Thanks for replying, Just to send th

Re: SolrCloud: Chroot error

2015-03-09 Thread Shawn Heisey
On 3/9/2015 10:03 AM, Aman Tandon wrote: > Thanks for replying, Just to send the mail, I replaced the IP addresses > with the imaginary hostname, now the command is > > *./solr start -c -z localhost:2181,abc.com:2181 > ,xyz.com:2181/home/aman/solrcloud/solr_zoo >

Re: SolrCloud: Chroot error

2015-03-09 Thread Anshum Gupta
If you 1. Don't know about chroot and 2. Don't have other apps using the same zk and no other requirement to change the default; don't change the defaults. The zk string then should just point to host1:port1,host2:port2... String without the /path/in/zk part. -Anshum > On Mar 9, 2015, at 8:

Re: SolrCloud: Chroot error

2015-03-09 Thread Aman Tandon
Hi Shawn, Thanks for replying, Just to send the mail, I replaced the IP addresses with the imaginary hostname, now the command is *./solr start -c -z localhost:2181,abc.com:2181 ,xyz.com:2181/home/aman/solrcloud/solr_zoo -p 4

Re: SolrCloud: Chroot error

2015-03-09 Thread Aman Tandon
Hi Anshum, Thanks for your time. I am using the external zookeeper. I am unaware that where should i create the path in Zk. The directory structure for zookepeer is as follows: Zookeeper */ *instance / bin,etc Zookeeper / data Zookeeper / logs instance (contains bin,etc folders of zookeeper se

Re: SolrCloud: Chroot error

2015-03-09 Thread Shawn Heisey
On 3/9/2015 9:19 AM, Aman Tandon wrote: > I tried to start solr with chroot feature, i am using solr 5.0.0 on Centos > 6 and i am getting this error in the logs. Please help. > > *./solr start -c -z localhost:2181,192.168.5.11:2181 > ,192.168.3.13:2181/home/aman/solrcloud/

Re: SolrCloud: Chroot error

2015-03-09 Thread Anshum Gupta
Looks like the zk you're pointing to doesn't contain the path 'data/solr/aman/solr_cloud' that you've specified as the chroot prefix. Can you confirm that your zk contains this path? If it doesn't, can you create this path and then try? On Mon, Mar 9, 2015 at 8:19 AM, Aman Tandon wrote: > Hi, >

SolrCloud: Chroot error

2015-03-09 Thread Aman Tandon
Hi, I tried to start solr with chroot feature, i am using solr 5.0.0 on Centos 6 and i am getting this error in the logs. Please help. *./solr start -c -z localhost:2181,192.168.5.11:2181 ,192.168.3.13:2181/home/aman/solrcloud/solr_zoo