Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

HttpRequest component throws "505" error

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
Labels (3)
12 Replies
Anonymous
Not applicable
Author

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
Anonymous
Not applicable
Author

Hi!
Any news on this?
Cheers,
/Peter
_AnonymousUser
Specialist III
Specialist III

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