Re: no segments* file found

2018-12-14 Thread Mahmoud Almokadem
a$load$13(CoreContainer.java:640) > > at > > > com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197) > > at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) > > at > > > org.apache.solr

Re: no segments* file found

2018-12-14 Thread Erick Erickson
mbda$execute$0(ExecutorUtil.java:188) > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135) > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) > ... 1 more > Caused by: org.apache.solr.common.SolrException: Error opening new searcher &

no segments* file found

2018-12-14 Thread Mahmoud Almokadem
Core.openNewSearcher(SolrCore.java:2095) at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2215) at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1091) at org.apache.solr.core.SolrCore.(SolrCore.java:980) ... 9 more Caused by: org.apache.lucene.index.IndexNotFoundException: no seg

RE: java.io.FileNotFoundException: no segments* file found

2008-08-28 Thread Kashyap, Raghu
Is it possible that the index is corrupted? Did you try re indexing it? -Raghu -Original Message- From: Jeremy Hinegardner [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2008 11:34 AM To: Solr Users Subject: java.io.FileNotFoundException: no segments* file found Hi all, I&#x

java.io.FileNotFoundException: no segments* file found

2008-08-27 Thread Jeremy Hinegardner
Hi all, I've had a multicore system running for while now, and I just cycled the jetty server and all of a sudden I got this error: SEVERE: java.lang.RuntimeException: java.io.FileNotFoundException: no segments* file found in org.apache.lucene.store.FSDirectory@/opt/cisearch/ci-co

Re: no segments* file found

2007-11-12 Thread Yonik Seeley
On Nov 12, 2007 3:46 AM, SDIS M. Beauchamp <[EMAIL PROTECTED]> wrote: > If I don't optimize, I 've got a too many files open at about 450K files > and 3 Gb index You may need to increase the number of filedescriptors in your system. If you're using Linux, see this: http://www.cs.uwaterloo.ca/~brec

RE: no segments* file found

2007-11-12 Thread SDIS M. Beauchamp
solr-user@lucene.apache.org Objet : Re: no segments* file found are you using embedded solr? I had stumbled on a similar error : http://www.mail-archive.com/solr-user@lucene.apache.org/msg06085.html -V On Nov 12, 2007 2:16 PM, SDIS M. Beauchamp <[EMAIL PROTECTED]> wrote: > I'm using solr to

Re: no segments* file found

2007-11-12 Thread Venkatraman S
I don't optimize, I 've got a too many files open at about 450K files > and 3 Gb index > > If i optimize I've got this stacktrace during the commit of all the > following update > > java.io.FileNotFoundException: no segments* file > found in > org.apache.l

no segments* file found

2007-11-12 Thread SDIS M. Beauchamp
I'm using solr to index our files servers ( 480K files ) If I don't optimize, I 've got a too many files open at about 450K files and 3 Gb index If i optimize I've got this stacktrace during the commit of all the following update java.io.FileNotFoundException: no seg

Re: Solr Index - no segments* file found in org.apache.lucene.store.FSDirectory

2007-09-20 Thread Chris Hostetter
: Does this case arise when i do a search when there is no index?? - If yes, : then i guess the Exception can be made more meaningful. in normal operation, i believe this shouldn't happen -- Solr will create the index for you on startup if there isn't one. You're attampting a fairly advanced

Re: Solr Index - no segments* file found in org.apache.lucene.store.FSDirectory

2007-09-19 Thread Venkatraman S
On 9/20/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > > you imply that you are building your index using embedded solr, but based > on your stack trace it seems you are using Solr in a servlet container ... > i assume to search the index you've already built? I have a jsp that routes the

Re: Solr Index - no segments* file found in org.apache.lucene.store.FSDirectory

2007-09-19 Thread Chris Hostetter
: Product : Solr (Embedded)Version : 1.2 : java.io.FileNotFoundException: no segments* file found in : org.apache.lucene.store.FSDirectory@/data/pub/index: files: According to that, the FSDirectory was empty when it ws opened (a file list is suppose to come after that "files: &

Re: Solr Index - no segments* file found in org.apache.lucene.store.FSDirectory

2007-09-19 Thread Venkatraman S
SolrCore is committed and closed suitably in our > Embedded > > Solr. > > > > Error (StackTrace) : > > Sep 19, 2007 9:41:41 AM > org.apache.catalina.core.StandardWrapperValveinvoke > > SEVERE: Servlet.service() for servlet jsp threw exception > > java.io.Fi

Re: Solr Index - no segments* file found in org.apache.lucene.store.FSDirectory

2007-09-19 Thread Bill Au
his > error again and again. > Do note that the SolrCore is committed and closed suitably in our Embedded > Solr. > > Error (StackTrace) : > Sep 19, 2007 9:41:41 AM org.apache.catalina.core.StandardWrapperValveinvoke > SEVERE: Servlet.service() for servlet jsp threw exception &g

Solr Index - no segments* file found in org.apache.lucene.store.FSDirectory

2007-09-19 Thread Venkatraman S
org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp threw exception java.io.FileNotFoundException: no segments* file found in org.apache.lucene.store.FSDirectory@/data/pub/index: files: at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run