Solr Indexes not working in my localhost
-
I have took solr indexes like below in my localhost. When I click submit button I am getting below error
Index name – Test
Solr Host – localhost
Solr Port – 80
Solr Path – /solr/indexShowing Error:
We could not join your Solr server. Your Solr path could be malformed, or your Solr server down (Solr code 404)
Solr HTTP error: OK (404) <?xml version=”1.0″ encoding=”UTF-8″?> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”> <html xmlns=”https://www.w3.org/1999/xhtml” lang=”en” xml:lang=”en”> <head> <title>Object not found!</title> <link rev=”made” href=”mailto:postmaster@localhost” /> <style type=”text/css”><!–/*–><![CDATA[/*><!–*/ body { color: #000000; background-color: #FFFFFF; } a:link { color: #0000CC; } p, address {margin-left: 3em;} span {font-size: smaller;} /*]]>*/–></style> </head> <body> <h1>Object not found!</h1> <p> The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. </p> <p> If you think this is a server error, please contact the webmaster. </p> <h2>Error 404</h2> <address> localhost <span>Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.21</span> </address> </body> </html> 0
If I take port 8983 then I am getting below error
We could not connect to your Solr server. It’s probably because the port is blocked. Please try another port, for instance 443, or contact your hosting provider/network administrator to unblock your port.
Solr HTTP error: HTTP request failed, Failed to connect to localhost port 8983: Connection refused0
- The topic ‘Solr Indexes not working in my localhost’ is closed to new replies.