[TYPO3-Solr] Solr installation : missing core

Loïc Stéphan lstephan at w-seils.com
Tue Jul 1 17:57:45 CEST 2014


Hello,

 

I have a problem with Solr installation on Debian 7.4.

I do the follwing steps :

-          Java 7 Installation

-          Tomcat installation (apt-get install tomcat6) à
http://[domain]:8080 OK

-          wget
http://forge.typo3.org/projects/extension-solr/repository/revisions/master/c
hanges/Resources/Shell/install-solr-existing-tomcat.sh

-          ./ install-solr-existing-tomcat.sh

 

After this, the following URL http://[domain]:8080/solr/ display Solr admin
BUT without core.

1 error id displayed in dashboard : 

-          core_en:
org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
Could not load config file /opt/solr-tomcat/solr/typo3cores/solrconfig.xml

 

3 errors are displayed in « Logging » menu :

-          Failed to load file
/opt/solr-tomcat/solr/typo3cores/solrconfig.xml

-          Unable to create core: core_en

-          null:org.apache.solr.common.SolrException: Unable to create core:
core_en

 

 

After rebooting tomcat, I had in logs some errors :

 

1555 [coreLoadExecutor-4-thread-1] ERROR org.apache.solr.core.CoreContainer
– Unable to create core: collection1

[
]

Caused by: org.apache.solr.common.SolrException: Error loading solr config
from /opt/solr-tomcat/solr/solr-4.8.1/collection1/solrconfig.xml

[
]

Caused by: java.io.IOException: Can't find resource 'solrconfig.xml' in
classpath or '/opt/solr-tomcat/solr/solr-4.8.1/collection1/conf'

[
]

1566 [coreLoadExecutor-4-thread-1] ERROR org.apache.solr.core.CoreContainer
– null:org.apache.solr.common.SolrException: Unable to create core:
collection1

 

3337 [coreLoadExecutor-4-thread-1] ERROR org.apache.solr.core.CoreContainer
– Failed to load file /opt/solr-tomcat/solr/typo3cores/solrconfig.xml

3338 [coreLoadExecutor-4-thread-1] ERROR org.apache.solr.core.CoreContainer
– Unable to create core: core_en

[
]

Caused by: org.apache.solr.common.SolrException: Invalid luceneMatchVersion
'LUCENE_48', valid values are: [LUCENE_30, LUCENE_31, LUCENE_32, LUCENE_33,
LUCENE_34, LUCENE_35, LUCENE_36, LUCENE_40, LUCENE_41, LUCENE_42, LUCENE_43,
LUCENE_44, LUCENE_45, LUCENE_46, LUCENE_47, LUCENE_CURRENT] or a string in
format 'V.V'

[
]

Caused by: java.lang.IllegalArgumentException: No enum constant
org.apache.lucene.util.Version.LUCENE_48

[
]

3339 [coreLoadExecutor-4-thread-1] ERROR org.apache.solr.core.CoreContainer
– null:org.apache.solr.common.SolrException: Unable to create core: core_en

 

On Solr dashboard, there is written :

-          solr-spec : 4.7.0

-          solr-impl : 4.7.0 1570806 - simon - 2014-02-22 08:36:23

-          lucene-spec : 4.7.0

-          lucene-impl : 4.7.0 1570806 - simon - 2014-02-22 08:25:23

 

Is the version (4.7) correct while in sh file Solr version is 4.8.1 ?

Do you have an idea why I have theses errors ?

 

Thanks a lot,

Best regards

 

Loïc Stéphan

W-Seils



More information about the TYPO3-project-solr mailing list