Re: SolrException: Error opening new searcher

2013-03-13 Thread mark12345
Found the exception logs that match the notifications in http://localhost:8080/solr-app/#/~logging as quoted below: > 14:30:00 SEVERE SolrCore org.apache.solr.common.SolrException: Error > opening new searcher > 14:30:00 SEVERE SolrDispatchFilter > null:org.apache.solr.common.SolrException: Er

Re: SolrException: Error opening new searcher

2013-03-12 Thread mark12345
I am continuing to work on this problem. So will update this thread as I go. These are the only logs I have through the "http://localhost:8080/solr-app/#/~logging " interface. I am using tomcat to run the solr war. Is there anything I can do to get more descriptive logs? -- View this messag

Re: SolrException: Error opening new searcher

2013-03-12 Thread Mark Miller
exceeding max warming searchers and failing to open a searcher are entirely different things. Your problem is more severe. Have any more logs? There should likely be deeper stack traces telling why the Searcher could not be opened. - Mark On Mar 12, 2013, at 12:41 AM, mark12345 wrote: > I a