On 1/6/2012 9:57 AM, Phillip Rhodes wrote: > 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. :-(
Have you tried passing core name (collection1) to the c'tor, instead of the empty string?