"
> debug="0"
> crossContext="true" >
>
> value="/var/tmp/ac-demo/books-solr-home/"
>type="java.lang.String"
>override="true" />
>
>
--
View this message
SolrRequestFilter class
> java.lang.NoClassDefFoundError: Could not initialize class
> org.apache.solr.core.SolrConfig
> ...
>
I had the same problem. It turned out that I was using Java 1.4. Updating to
1.5 resolved the problem.
--
View this message in context:
http://www.nabble.com
: I just wanted to follow up to the list on this one...I could never get
: the JNDI settings to work with Tomcat. I went to Jetty and everything is
I'm not sure what to tell you.
I've been preping my ApacheCon demo for next week using Tomcat and JNDI
and i haven't had any problems i've go
Hi Hoss,
I just wanted to follow up to the list on this one...I could never get
the JNDI settings to work with Tomcat. I went to Jetty and everything is
working quite nicely.
Wayne
Chris Hostetter wrote:
> : Thanks for getting back to me. The folder /var/lib/tomcat5/solr/home
> : exists as does
: Thanks for getting back to me. The folder /var/lib/tomcat5/solr/home
: exists as does /var/lib/tomcat5/solr/home/conf/solrconfig.xml. It's
: basically a copy of the files from examples folder at this point.
:
: I put war files in /var/lib/tomcat5/webapps, so I have the
: apache-solr-1.2.0.war fi
Hi Chris,
Thanks for getting back to me. The folder /var/lib/tomcat5/solr/home
exists as does /var/lib/tomcat5/solr/home/conf/solrconfig.xml. It's
basically a copy of the files from examples folder at this point.
I put war files in /var/lib/tomcat5/webapps, so I have the
apache-solr-1.2.0.war fil
:
:
:
: SEVERE: Exception starting filter SolrRequestFilter class
: java.lang.NoClassDefFoundError: Could not initialize class
: org.apache.solr.core.SolrConfig
this may be a variant of SOLR-337 ... are you sure
/var/lib/tomcat5/solr/home exists? does it contain a ./conf directory?
does
I'm attempting to set up multiple instances of Solr using JNDI (taken
from http://wiki.apache.org/solr/SolrTomcat). I created a new solr.xml
file in $CATALINA_HOME/conf/Catalina/localhost with:
The box is running tomcat 5.5.23, so the solr.war file is out of the
webapps path and the solr/ho