Re: Cannot start SVN head Solr 1.3

2007-12-28 Thread Ryan McKinley
check your solrconfig for anything dealing with components -- the example app in /trunk definitely works. It looks like it is asking for a search component with no name? Unknown Search Component: What config is doing this? Maybe it could throw a nicer error if it is missing something somewh

Re: Cannot start SVN head Solr 1.3

2007-12-28 Thread Matthew Runo
Hmm, so that fixed the first error. but I still get... INFO: AutoCommit: if uncommited for 6ms; Dec 28, 2007 8:55:29 AM org.apache.solr.handler.SearchHandler inform INFO: Adding component:[EMAIL PROTECTED] Dec 28, 2007 8:55:29 AM org.apache.solr.handler.SearchHandler inform INFO: Adding

Re: Cannot start SVN head Solr 1.3

2007-12-27 Thread Ryan McKinley
The XppUpdateRequestHandler was removed this afternoon... make sure your sorlconfig.xml does not include: class="solr.XppUpdateRequestHandler" /> holler if you have problems! ryan Matthew Runo wrote: Hello! I'm having a horrible time getting the current svn head build of Solr to run.