Migrating from 4.2.1 to 4.3.0

2013-05-16 Thread M. Flatterie
Greetings, I just started with Solr a couple weeks ago, with version 4.2.1. I installed the following setup: - ZooKeeper: 3 instances ensemble - Solr: on Tomcat, 4 instances     - WebOrder_Collection: instances 1 and 2, 1 shard, 1 master, 1 replica     - other_collectionA: instances 3 and 4, 1

Re: Migrating from 4.2.1 to 4.3.0

2013-05-16 Thread Mark Miller
Your solr webapp context appears to be rather than solr. There was a JIRA issue in 4.3 that may have affected this, but I only saw it from a distance, so just a guess. What does it say in solr.xml for the context (an attribute on cores) - Mark On May 16, 2013, at 2:02 PM, M. Flatterie

Re: Migrating from 4.2.1 to 4.3.0

2013-05-16 Thread M. Flatterie
=true/     /Context From: Mark Miller markrmil...@gmail.com To: solr-user@lucene.apache.org Sent: Thursday, May 16, 2013 2:28:52 PM Subject: Re: Migrating from 4.2.1 to 4.3.0 Your solr webapp context appears to be rather than solr. There was a JIRA issue

Re: Migrating from 4.2.1 to 4.3.0

2013-05-16 Thread Shawn Heisey
On 5/16/2013 12:37 PM, M. Flatterie wrote: Afternoon, my solr.xml file is the following (and has not changed from 4.2.1 to 4.3.0): Context path=/solr docBase=/home/tcatadm1/apache-tomcat-7.0.39/webapps/solr.war debug=0 crossContext=true Environment name=solr/home

Re: Migrating from 4.2.1 to 4.3.0

2013-05-16 Thread M. Flatterie
...@elyograg.org To: solr-user@lucene.apache.org Sent: Thursday, May 16, 2013 3:29:41 PM Subject: Re: Migrating from 4.2.1 to 4.3.0 On 5/16/2013 12:37 PM, M. Flatterie wrote: Afternoon, my solr.xml file is the following (and has not changed from 4.2.1 to 4.3.0):           Context path=/solr docBase=/home

Re: Migrating from 4.2.1 to 4.3.0

2013-05-16 Thread Shawn Heisey
On 5/16/2013 1:40 PM, M. Flatterie wrote: Oups sorry about that, since it was referring context I thought it was the Tomcat one. Here is the /home/solradm1/solr.xml file (comments removed!) ?xml version=1.0 encoding=UTF-8 ? solr persistent=true cores adminPath=/admin/cores

Re: Migrating from 4.2.1 to 4.3.0

2013-05-16 Thread M. Flatterie
Great it works, I am back on track!  Thank you!!! Nic From: Shawn Heisey s...@elyograg.org To: solr-user@lucene.apache.org Sent: Thursday, May 16, 2013 4:25:09 PM Subject: Re: Migrating from 4.2.1 to 4.3.0 On 5/16/2013 1:40 PM, M. Flatterie wrote: Oups