Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to get rid of "Can not find: /configs/tweets/admin-extra.html"

avatar
New Member

I am trying to connect to a remote solr but I faced with this error on server

can not find: /configs/tweets/admin-extra.html

and also faced to this error

org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://172.17.0.2:8983/solr

when I tried to connect to Solr from NiFi

thank you guys

1 ACCEPTED SOLUTION

avatar

Hi Shanghoosh,

Your English is fine 🙂

HTTP/1.1 302 Found is a good response showing that it can connect to the remote HTTP endpoint. Sorry I should have add a trailing '/' then you should have a result with 'HTTP/1.1 200 OK'.

Are you referring to a tutorial or an example? If so, would you share the link with us?

I tried this example, started a Solr Cloud and I was able to connect PutSolrContentStream to it with following configuration:

https://cwiki.apache.org/confluence/display/solr/Getting+Started+with+SolrCloud

12406-solr-example.png

View solution in original post

10 REPLIES 10

avatar

Thanks for the update, glad to hear you managed to make it working!