• Resolved Reddy

    (@ynr1989)


    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/index

    Showing 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”&gt; <html xmlns=”https://www.w3.org/1999/xhtml&#8221; 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

    https://www.ads-software.com/plugins/wpsolr-search-engine/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPSolr free

    (@wpsolr)

    Port 80 is usually a web port, not a Solr port.

    You’re probably hitting your own WordPress web server.

    shamsri995

    (@shamsri995)

    hello,

    I am getting the error as reddy mentioned below can you help me for that

    “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.”

    I didn’t get whats the issue am facing

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Solr Indexes not working in my localhost’ is closed to new replies.