: 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: " part) 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? Is the embeddd core completley closed before your servlet cotainer running Solr is started? what does hte directly list look like in between the finish of A and the start of B? -Hoss