[TYPO3-Solr] Solr Startup error
Andre Flitsch
andre at pixel-works.eu
Thu Apr 8 12:38:17 CEST 2010
Hi Ingo
Thanks for the reply!
> As it says in line one, it seems something is wrong with your solr/home
> property, meaning some configuration property.
the entry in the XML file is:
<Context
docBase="/opt/solr-tomcat/apache-tomcat-6.0.26/webapps/solr.war"
debug="1" crossContext="true" >
<Environment name="solr/home" type="java.lang.String"
value="/opt/solr-tomcat/solr" override="true" />
</Context>
>
> How did you install Solr?
> Did you use the provided install script?
I did start to use the enclosed script, but the location of the solr
nightly builds has changed (it is now:
http://hudson.zones.apache.org/hudson/job/Solr-trunk/lastSuccessfulBuild/artifact/trunk/solr/dist/),
i changed the location, and downloaded the nighly build manually.
The following lines did not work:
TOMCAT_VER=6.0.20 - the version i could find was 6.0.26 - but tomcat works
cp apache-solr-nightly/dist/apache-solr-nightly.war
apache-tomcat-$TOMCAT_VER/webapps/solr.war
cp -r apache-solr-nightly/example/solr .
as "apache-solr-nightly" was in fact called
"apache-solr-2010-04-07_08-05-09" i changed those directories which
didnt work, and duplicated the steps manually as root.
Hopefully that helps...
Cheers
Andre
More information about the TYPO3-project-solr
mailing list