On Fri, Jan 6, 2012 at 3:06 AM, Sven Maurmann <s...@kippdata.de> wrote: > Hi, > > from your snippets the reason is not completely clear. There are a number of > reasons for not starting up the > server. For example in case of a faulty configuration of the core > (solrconfig.xml, schema.xml) the core does > not start and you get the reported error.
Yeah, that I noticed... I had some such errors earlier, that I noticed when starting the Solr / Jetty standalone instance, but those have been resolved, and now I can launch Solr as a process, and use the SolrJ implementation that talks http to it - from my program - and everything works as expected. But still no joy with the EmbeddedSolrServer. :-( If nothing obvious jumps out at anybody, I guess I'll just put a breakpoint in the code that initializes the EmbeddedSolrServer and start stepping through it and see if I can sort out what's going on... Phil