On Nov 28, 2007 4:45 AM, Aaron Trevena <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've installed solr on a RHEL 5 server and it fails to start properly
> - apparently it's failed to create or find index files.
>
> when running :
> nohup /usr/java/jdk1.5.0_14/bin/java -jar -Xmx1024m -Xms1024m start.jar &
>
> I get the following in nohup
> 27-Nov-2007 15:57:42 org.apache.solr.core.SolrException log
> SEVERE: java.lang.RuntimeException: java.io.FileNotFoundException: no
> segments* file found in
> org.apache.lucene.store.FSDirectory@/usr/local/apache-solr-1.2.0/foo/solr/data/index:
> files:
>
> checking /usr/local/apache-solr-1.2.0/foo/solr/data/index I see that
> there are indeed no files in there - there doesn't appear to be a step
> when installing where the files would be created so what is going on?

Remove the index directory... it shouldn't be there if there is no index.

-Yonik

Reply via email to