: to test the embedded server for solr.  There is a weird error. It throws : from   CoreContainer container = new CoreContainer();

these errors aren't related to Solr ... they seem to be from running in a J2EE/EJB setup that is missconfigured so it can't check security settings for the app it's running.

The first two are when Solr is trying to ask the JVM for JNDI Config...

: java.io.FileNotFoundException: C:\intelli\config\security.properties (The 
system cannot find the path specified)
        ...
:     at javax.naming.InitialContext.<init>(InitialContext.java:175)
:     at 
org.apache.solr.core.SolrResourceLoader.locateSolrHome(SolrResourceLoader.java:593)

This one just seems to be a warning, but it's also about a file that google says is realted to EJB/J2EE stuff (solr never asks for it)

: Warning: unable to read transaction.interoperability config property

This last one ... well it oculd be anything. maybe just some missing jars? ...

: Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/lucene/index/IndexReader


-Hoss

Reply via email to