[TYPO3-Solr] Missing core name in path error
Horea Negru
horea.negru at arxia.com
Fri Oct 19 11:36:32 CEST 2012
Hello All,
I have recently installed solr 2.2.2 on a website.
I've used typo3conf/ext/solr/resources/shell/install-multi-solr.sh to
install tomcat and solr on my unix server.
All went fine tomcat and solr were installed.
Solr server is accessible on http://localhost:8080/solr-3.5.0/
<http://192.168.0.10:8080/solr-3.5.0/> - on this page there is a link to
http://localhost:8080/solr-3.5.0/admin/
<http://192.168.0.10:8080/solr-3.5.0/admin/>.
When I tried to go to that page the "Missing core name in path error"
error was thrown.
The solr.xml configuration is:
<solr persistent="true">
<cores adminPath="/admin/cores" shareSchema="true">
<core name="core_en" instanceDir="/typo3cores">
<property name="dataDir" value="/core_en/data" />
<property name="schema" value="/english/schema.xml" />
</core>
</cores>
</solr>
I've also tried http://localhost:8080/solr-3.5.0/core_en/admin
<http://192.168.0.10:8080/solr-3.5.0/core_en/admin>
but the page is not found.
Accessing http://localhost:8080/solr-3.5.0/admin/cores
<http://192.168.0.10:8080/solr-3.5.0/admin/cores> i am getting this
response.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">61</int></lst><lst name="status"/>
</response>
I know this is a small configuration issue but I cannot figure it out :(.
Any help on this will be very appreciated :)
Thank you in advance.
Best regards,
Horea Negru
<http://192.168.0.10:8080/solr-3.5.0/core_en/admin>
More information about the TYPO3-project-solr
mailing list