[TYPO3-german] solr - appear to be valid JSON

Jochen Graf graf at uni-landau.de
Tue Mar 10 11:26:07 CET 2015


Hallo,

ich habe auf Ubuntu 14.04 LTS Typo3 Version 6.2.9 installiert.


/var/www/html/typo3conf/ext/solr/Resources/Shell/install-solr.sh
die Version musste ich abändern

#TOMCAT_VERSION=6.0.41
TOMCAT_VERSION=6.0.43

Apache Tomcat/6.0.43 und solr3.

Der Kontakt von Typo3 zum Solr Server klappt.

Your Apache Solr server has been contacted.
Hosts contacted:
http://192.168.50.246:8080/solr/#/~cores/typo3-de_DE/

Der Planer > Index Queue Worker (solr) wird auch ausgeführt "Ausgeführt: 
Index Queue Worker (solr)"

Doch sobald ich auf Info > Search Index Inspector gehe, bekomme ich 
folgende Meldung.!


Oops, an error occurred!
Solr response does not appear to be valid JSON, please examine the raw 
response with getRawResponse() method

Meine Konstanten

plugin.tx_solr {
     solr {
         scheme = http
         host = 192.168.50.246
         port = 8080
         path = /solr/#/~cores/typo3-de_DE
     }

     search {
         targetPage = 1

         results {
             resultsPerPage = 3
         }
     }
}

Nach langer Suche im Netz konnte ich keine Lösung finden.

Hätte jemand einen Rat, wie ich das zu laufen bekommen kann?

danke

gruss jochen


More information about the TYPO3-german mailing list