Hi!
I have an HttpRequest component throwing a "505 HTTP Version Not Supported" error
The URI parameter contains:
"http://localhost:8080/iav350/update?stream.file=E:/Data Inflow/SolrXML/gtd.xml&commit=true&optimize=true"
Issuing the URI in the address field of a browser works fine though so the URI seems to be syntactically correct.
What am I doing wrong here?
Cheers
Hi! I made the asumption that you by "normal" meant not "iftw" so I downloaded a complete jre7 package, installed it, reconfigured both Talend Studio and Tomcat to use the new jre but I got the same error... Cheers
http://localhost:8080/iav350/update?stream.file=E:/Data Inflow/SolrXML/gtd.xml&commit=true&optimize=true
contains space...
Change to something like
http://localhost:8080/iav350/update?stream.file=E:/Data%20Inflow/SolrXML/gtd.xml&commit=true&optimize=true
it should work...