cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Solr issues after migration from 6.5 to 6.6

Former Member
0 Likes
396

Hello,

After migrating from hybris 6.5 to 6.6 i am facing some issues in solr. Whenever i search for a term in storefront, its throwing "no live solr available to serve this request". I tried multiple options of disabling the ssl, authentication etc. Nothing worked. Can someone let me know if facing the same/related issue and if there are any fixes as well ?

Cheers, Shen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Please check if the solr URL endpoint is configured correctly to point to https://localhost:8983/solr/ (or other server running solr).

Do you see the following message during startup:

 Waiting up to 30 to see Solr running on port 8983
 Started Solr server on port 8983. Happy searching!

Does you localextensions.xml file contain:

  <extension name="solrserver"/>

Finally can you access https://localhost:8983/solr/ ? If that doesn't work then your solr instance isn't running. If it is up and you've run your index successfully you should see your index in the drop down on the left side.

Hope this helps & Best Regards,