Re: solr.VelocityResponseWriter error in version 3.5.0

2012-02-05 Thread Rocky Wang
I also just come across this issue. here are some tips: 1. create "lib" dir under your own $SOLR_HOME dir 2. copy .../dist/apache-solr-velocity-*-SNAPSHOT.jar to the dir 3. create "contrib" dir under $SOLR_HOME 4. copy all files under.../solr/contirb in solr source dir 5. update your own solrconfig

Re: solr.VelocityResponseWriter error in version 3.5.0

2012-02-02 Thread Erik Hatcher
On Feb 2, 2012, at 14:54 , Dipti Srivastava wrote: > Hrik, > Thanks for you response. I have a question though... > Will I be able to access the solr/admin console after disabling the > velocity response writer? If so I can disbale it. The admin console in Solr does not use the velocity response

Re: solr.VelocityResponseWriter error in version 3.5.0

2012-02-02 Thread Dipti Srivastava
Hrik, Thanks for you response. I have a question though... Will I be able to access the solr/admin console after disabling the velocity response writer? If so I can disbale it. Otherwise, could you please advise on where and which libraries need to be copied and if any changes in solrconfig.xml a

Re: solr.VelocityResponseWriter error in version 3.5.0

2012-02-02 Thread Erik Hatcher
Dipti - the fix is purely configuration. There is no later version of Solr officially released at this point, but it has been corrected on the branch that will eventually become 3.6 (as well as the 4.0/trunk branch). Follow the instructions mentioned below to fix this in your environment.

Re: solr.VelocityResponseWriter error in version 3.5.0

2012-02-02 Thread Dipti Srivastava
Hi Erik, The latest release from the apache site for Solr 3.5 still has this issue. Where can I get a drop that has the fix for this issue? Thanks, Dipti On 12/9/11 1:22 PM, "Erik Hatcher" wrote: >My bad. > >To clarify the issue here... the problem manifests itself only on Solr >3.5 specifically

Re: solr.VelocityResponseWriter error in version 3.5.0

2011-12-09 Thread Erik Hatcher
My bad. To clarify the issue here... the problem manifests itself only on Solr 3.5 specifically when the example configuration is copied somewhere else (losing the relative path nature to the references). Generally this happens when folks want to deploy into Tomcat. In Solr 3.5, the Velocity

Re: solr.VelocityResponseWriter error in version 3.5.0

2011-12-08 Thread Kissue Kissue
Thanks Marcus. To resolve this problem i just added a shared lib folder for my cores and added the velocity jars in this folder and that resolved the error. I hope it was the right thing to do though. Thanks. On Thu, Dec 8, 2011 at 11:20 AM, Markus Jelsma wrote: > From the changelog: > > > 187

Re: solr.VelocityResponseWriter error in version 3.5.0

2011-12-08 Thread Markus Jelsma
From the changelog: 187 * SOLR-2588: Moved VelocityResponseWriter back to contrib module in order to 188 remove it as a mandatory core dependency. (Erik Hatcher) http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/CHANGES.txt?view=markup > I just migrated to Solr 3.5 and whene

solr.VelocityResponseWriter error in version 3.5.0

2011-12-08 Thread Kissue Kissue
I just migrated to Solr 3.5 and whenever i start it up i get the error below. Any ideas what might be wrong? Previously i didn't have to do anything special to get it to work. HAs anything changed in solr 3.5? 08-Dec-2011 10:45:03 org.apache.solr.common.SolrException log SEVERE: org.apache.solr.c