Skip to main content
1-Visitor
January 26, 2016
Question

Apache Solr

  • January 26, 2016
  • 1 reply
  • 1712 views

Hello developers,

after I import the Solr extensions, and creating a thing with it.

I use the IndexDocument service and it appeared this:

Unable to Invoke Service IndexDocument on test0126 : IOException occured when talking to server at: http://:80/solr/test

How can I solve this? Or I execute the service wrong??

Really need some help here!! Thx!

Lee




1 reply

12-Amethyst
January 26, 2016

Hi Lee,

I haven't worked with the Solr extension yet but looking at the error message it seems that there is a configuration issue: the URL doesn't show the server name and the port and the rest of the URL seems to be defaults. Can you check if you have a Solr Thing that has Configurations that you have to set? I just looked at the code of the extension and there are connection configurations settings for the serverName, serverPort, username, password, timeout and useSSL.

lwei1-VisitorAuthor
1-Visitor
January 29, 2016

Hi Moritz,

  I've set the configurations setting for all, but it still says:

Unable to Invoke Service IndexDocument on Solr : IOException occured when talking to server at: https://140.118.122.127:8080/solr/asd


when I execute the IndexDocument service.