What version of solr are you using? Have you copied a solr.xml from
somewhere else? I can almost reproduce the error you're getting if I put a
non-existent core in my solr.xml, e.g.:

<solr>

  <cores adminPath="/admin/cores">
    <core name="core0" instanceDir="a_non_existent_core" />
  </cores>
...


On Thu, Aug 22, 2013 at 1:30 PM, yriveiro <yago.rive...@gmail.com> wrote:

> Hi all,
>
> I think that there is some lack in solr's ref doc.
>
> Section "Running Solr" says to run solr using the command:
>
> $ java -jar start.jar
>
> But If I do this with a fresh install, I have a stack trace like this:
> http://pastebin.com/5YRRccTx
>
> Is it this behavior as expected?
>
>
>
> -----
> Best regards
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Solr-Ref-guide-question-tp4086142.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
Brendan Grainger
www.kuripai.com

Reply via email to