<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HttpRequest component throws &amp;quot;505&amp;quot; error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357670#M122885</link>
    <description>You don't have to post every time it throws the error.</description>
    <pubDate>Tue, 20 Mar 2012 11:37:37 GMT</pubDate>
    <dc:creator>janhess</dc:creator>
    <dc:date>2012-03-20T11:37:37Z</dc:date>
    <item>
      <title>HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357669#M122884</link>
      <description>Hi! 
&lt;BR /&gt;I have an HttpRequest component throwing a "505 HTTP Version Not Supported" error 
&lt;BR /&gt;The URI parameter contains: 
&lt;BR /&gt;"http://localhost:8080/iav350/update?stream.file=E:/Data Inflow/SolrXML/gtd.xml&amp;amp;commit=true&amp;amp;optimize=true" 
&lt;BR /&gt;Issuing the URI in the address field of a browser works fine though so the URI seems to be syntactically correct. 
&lt;BR /&gt;What am I doing wrong here? 
&lt;BR /&gt;Cheers</description>
      <pubDate>Tue, 20 Mar 2012 11:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357669#M122884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-20T11:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357670#M122885</link>
      <description>You don't have to post every time it throws the error.</description>
      <pubDate>Tue, 20 Mar 2012 11:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357670#M122885</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2012-03-20T11:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357671#M122886</link>
      <description>BTW - I use the "GET" method...</description>
      <pubDate>Tue, 20 Mar 2012 11:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357671#M122886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-20T11:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357672#M122887</link>
      <description>Hi&lt;BR /&gt;We need to fix this issue step by step.&lt;BR /&gt;Now change the URL into "&lt;A href="http://www.google.com/" rel="nofollow noopener noreferrer"&gt;http://www.google.com/&lt;/A&gt;" in tHttpRequest. "Get" method.&lt;BR /&gt;If you still get "505 error", maybe you are behind a http proxy.&lt;BR /&gt;If it works fine, you'd better check the configuration file of iav350 web application.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 21 Mar 2012 03:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357672#M122887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-21T03:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357673#M122888</link>
      <description>Hi!
&lt;BR /&gt;Entering "
&lt;A href="http://www.google.com" target="_blank" rel="nofollow noopener noreferrer"&gt;www.google.com&lt;/A&gt;" worked without a glitch. Hmmm, seems that I have an issue trying to reach the Solr-servlet in Tomcat. This is what I get in the "Tomcat access log":
&lt;BR /&gt;127.0.0.1 - - "GET /iav350/update?stream.file=E:/Data Inflow/SolrXML/gtd.xml&amp;amp;commit=true&amp;amp;optimize=true HTTP/1.1" 505 -
&lt;BR /&gt;Don't know if this helps...
&lt;BR /&gt;Cheers</description>
      <pubDate>Wed, 21 Mar 2012 07:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357673#M122888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-21T07:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357674#M122889</link>
      <description>Hi&lt;BR /&gt;The version is http/1.1.&lt;BR /&gt;Which version of JDK do you use? version of tomcat?&lt;BR /&gt;I don't know why it doesn't support HTTP/1.1.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 21 Mar 2012 08:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357674#M122889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-21T08:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357675#M122890</link>
      <description>Hmmm, the installer's name is: jre-6u31-windows-i586-iftw.exe, Tomcat is v7...&lt;BR /&gt;Cheers</description>
      <pubDate>Wed, 21 Mar 2012 08:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357675#M122890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-21T08:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357676#M122891</link>
      <description>Hi!
&lt;BR /&gt;Any progress on this?
&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 22 Mar 2012 07:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357676#M122891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-22T07:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357677#M122892</link>
      <description>Hi
&lt;BR /&gt;Here are all code about http request in tHttpRequest.
&lt;BR /&gt;
&lt;PRE&gt;java.net.URL url_tHttpRequest_1 = new java.net.URL(&lt;BR /&gt;						"http://localhost:8080/");&lt;BR /&gt;				java.net.HttpURLConnection urlConn_tHttpRequest_1 = (java.net.HttpURLConnection) url_tHttpRequest_1&lt;BR /&gt;						.openConnection();&lt;BR /&gt;				urlConn_tHttpRequest_1.setRequestMethod("POST");&lt;BR /&gt;				urlConn_tHttpRequest_1.setDoOutput(true);&lt;BR /&gt;				urlConn_tHttpRequest_1.setDoInput(true);&lt;BR /&gt;				urlConn_tHttpRequest_1.setUseCaches(false);&lt;/PRE&gt;
&lt;BR /&gt;The class java.net.httpURLConnection can't modify http version.
&lt;BR /&gt;I have talked with my co-worker and google it online.
&lt;BR /&gt;It seems that this is still due to JDK...
&lt;BR /&gt;I know that iftw is "Install From The Web". I try to confirm whether this is a bug in JDK. But fails.
&lt;BR /&gt;Can you reinstall a normal version without installation online?
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 22 Mar 2012 07:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357677#M122892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-22T07:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357678#M122893</link>
      <description>Hi Pedro! 
&lt;BR /&gt;Absolutely - I'll try to install another version in parallell and see if it solves the issue 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; Stay tuned... 
&lt;BR /&gt;Hmmm, just for clarification, what do you mean with "normal version"? 
&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 22 Mar 2012 07:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357678#M122893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-22T07:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357679#M122894</link>
      <description>Hi!&lt;BR /&gt;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...&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 22 Mar 2012 08:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357679#M122894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-22T08:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357680#M122895</link>
      <description>Hi!&lt;BR /&gt;Any news on this?&lt;BR /&gt;Cheers,&lt;BR /&gt;/Peter</description>
      <pubDate>Wed, 02 May 2012 13:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357680#M122895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-02T13:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: HttpRequest component throws "505" error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357681#M122896</link>
      <description>http://localhost:8080/iav350/update?stream.file=E:/Data Inflow/SolrXML/gtd.xml&amp;amp;commit=true&amp;amp;optimize=true
&lt;BR /&gt;contains space...
&lt;BR /&gt;Change to something like
&lt;BR /&gt;http://localhost:8080/iav350/update?stream.file=E:/Data%20Inflow/SolrXML/gtd.xml&amp;amp;commit=true&amp;amp;optimize=true
&lt;BR /&gt;it should work...</description>
      <pubDate>Mon, 30 Jul 2012 14:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/HttpRequest-component-throws-quot-505-quot-error/m-p/2357681#M122896</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2012-07-30T14:29:45Z</dc:date>
    </item>
  </channel>
</rss>

