Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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

avatar
Contributor

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!