Hi Guys,

My site is in Drupal 5.16. I am unable to connect Apache Solr. I am getting error "Your site was unable to contact the Apache Solr server" and when I check logs I can see ""0" Status: Request failed: 110 Connection timed out". Please help me to fix this issue asap.

Thanks in advance.

Thanks,
Nidhi

Comments

vm’s picture

Drupal 5 was sunset years ago. There is no longer support for versions older than 7.x

dedinext’s picture

This may not be Drupal related. Assuming you have configured the IP address and port corretly and you run Solr on Linux... you may want to check if a java/tomcat process listening on the port you've configured.

bjorn@ubuntu1604server:~$ sudo netstat -tlnp | grep java
tcp6       0      0 :::8983                 :::*                    LISTEN      1885/java       
tcp6       0      0 127.0.0.1:8005          :::*                    LISTEN      1885/java