<?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: Proxy Problem in Talend Open Studio for ESB 7.2.1 in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378241#M2502</link>
    <description>&lt;P&gt;Hi Basit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;were you able to download the&amp;nbsp;&lt;SPAN&gt;v7.3.1M5? Can you provide a link?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2020 10:19:43 GMT</pubDate>
    <dc:creator>olja</dc:creator>
    <dc:date>2020-01-28T10:19:43Z</dc:date>
    <item>
      <title>Proxy Problem in Talend Open Studio for ESB 7.2.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378235#M2496</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt; 
&lt;P&gt;I recently installed Talend Open Studio for ESB 7.2.1 on our Windows Server but I am&amp;nbsp;experiencing problems with the proxy settings.&lt;/P&gt; 
&lt;P&gt;The traffic of this machine goes through a proxy and everything works fine. I can open websites in my browser.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I built a job in Talend to call a REST Endpoint which results in a 'ConnectException: Connection timed out: connect'. The settings in Talend seem to be ok:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="talend_proxy.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8DN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157280i9733F1211FF7FB11/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8DN.png" alt="0683p000009M8DN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;This is my error log:&lt;/P&gt; 
&lt;PRE&gt;Exception in component tRESTClient_1 (RestTest)
javax.ws.rs.ProcessingException: java.net.ConnectException: ConnectException invoking some.endpoint.com: Connection timed out: connect
	at org.apache.cxf.jaxrs.client.AbstractClient.checkClientException(AbstractClient.java:638)
	at org.apache.cxf.jaxrs.client.AbstractClient.preProcessResult(AbstractClient.java:614)
	at org.apache.cxf.jaxrs.client.WebClient.doResponse(WebClient.java:1115)
	at org.apache.cxf.jaxrs.client.WebClient.doChainedInvocation(WebClient.java:1052)
	at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:897)
	at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:866)
	at org.apache.cxf.jaxrs.client.WebClient.invoke(WebClient.java:431)
	at org.apache.cxf.jaxrs.client.WebClient.get(WebClient.java:611)
	at myworkspace.resttest_0_1.RestTest.tRESTClient_1Process(RestTest.java:720)
	at myworkspace.resttest_0_1.RestTest.runJobInTOS(RestTest.java:1159)
	at myworkspace.resttest_0_1.RestTest.main(RestTest.java:1009)
Caused by: java.net.ConnectException: ConnectException invoking some.endpoint.com: Connection timed out: connect
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.mapException(HTTPConduit.java:1402)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1386)
	at org.apache.cxf.io.AbstractWrappedOutputStream.close(AbstractWrappedOutputStream.java:77)
	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
	at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:673)
	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:63)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.jaxrs.client.AbstractClient.doRunInterceptorChain(AbstractClient.java:710)
	at org.apache.cxf.jaxrs.client.WebClient.doChainedInvocation(WebClient.java:1051)
	... 7 more
Caused by: java.net.ConnectException: Connection timed out: connect
	at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
	at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
	at sun.net.www.protocol.https.HttpsClient.&amp;lt;init&amp;gt;(HttpsClient.java:264)
	at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1199)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)
	at org.apache.cxf.transport.http.URLConnectionHTTPConduit$URLConnectionWrappedOutputStream$2.run(URLConnectionHTTPConduit.java:377)
	at org.apache.cxf.transport.http.URLConnectionHTTPConduit$URLConnectionWrappedOutputStream$2.run(URLConnectionHTTPConduit.java:373)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.cxf.transport.http.URLConnectionHTTPConduit$URLConnectionWrappedOutputStream.getResponseCode(URLConnectionHTTPConduit.java:373)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.doProcessResponseCode(HTTPConduit.java:1599)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1627)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1572)
	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1373)
	... 14 more&lt;/PRE&gt; 
&lt;P&gt;It seems very weird because the exact same job works on other machines and even on this server everything has access to the internet except Talend.&lt;/P&gt; 
&lt;P&gt;Am I missing something? I would be glad if you could help me out.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Basit&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378235#M2496</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2024-11-16T03:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Problem in Talend Open Studio for ESB 7.2.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378236#M2497</link>
      <description>&lt;P&gt;Have the same problem with Talend Studio for Data Integration 7.2.1. I am trying to connect to&amp;nbsp;&lt;A href="https://jsonplaceholder.typicode.com/todos" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jsonplaceholder.typicode.com/todos&lt;/A&gt;&amp;nbsp;via the tRestClient but also results in a connection timeout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 14:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378236#M2497</guid>
      <dc:creator>olja</dc:creator>
      <dc:date>2020-01-20T14:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Problem in Talend Open Studio for ESB 7.2.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378237#M2498</link>
      <description>Hi Oliver,&lt;BR /&gt;please let me know if you are able to solve this problem. For me it looks like a bug in version 7.2.1 because the machine is definitely connected to the internet...&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jan 2020 08:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378237#M2498</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2020-01-21T08:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Problem in Talend Open Studio for ESB 7.2.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378238#M2499</link>
      <description>Hi All 
&lt;BR /&gt;It was a bug on v7.2.1 
&lt;BR /&gt; 
&lt;A href="https://jira.talendforge.org/browse/TUP-24749" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TUP-24749&lt;/A&gt; 
&lt;BR /&gt;It has been fixed on v7.3.1, you can download the milestone version 7.3.1M5 and test if it works. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 21 Jan 2020 09:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378238#M2499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-21T09:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Problem in Talend Open Studio for ESB 7.2.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378239#M2500</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the link you provided does not work for me, it shows only&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can't view this issue&lt;/P&gt;&lt;P&gt;It may have been deleted or you don't have permission to view it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could navigate there to the sources and there I could find the links to open studio but it is linking to the main website and I guess there is the old version only available, correct? Actually I am using the Open Studio for Data Integration, but it also fixed there? I guess they use the same core branch?&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, how can I download the v7.3.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 11:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378239#M2500</guid>
      <dc:creator>olja</dc:creator>
      <dc:date>2020-01-21T11:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Problem in Talend Open Studio for ESB 7.2.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378240#M2501</link>
      <description>Hi shong, 
&lt;BR /&gt; 
&lt;BR /&gt;thank you for your reply. Unfortunately the error still exists with v7.3.1M5. I have talked again with our networkers and we will examine our proxy server again. I hope we can solve this issue soon. 
&lt;BR /&gt; 
&lt;BR /&gt;I will keep you updated. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt; 
&lt;BR /&gt;Basit</description>
      <pubDate>Tue, 28 Jan 2020 10:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378240#M2501</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2020-01-28T10:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Problem in Talend Open Studio for ESB 7.2.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378241#M2502</link>
      <description>&lt;P&gt;Hi Basit,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;were you able to download the&amp;nbsp;&lt;SPAN&gt;v7.3.1M5? Can you provide a link?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2020 10:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378241#M2502</guid>
      <dc:creator>olja</dc:creator>
      <dc:date>2020-01-28T10:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Problem in Talend Open Studio for ESB 7.2.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378242#M2503</link>
      <description>Hi olja,
&lt;BR /&gt;
&lt;BR /&gt;here you can download the different releases 
&lt;A href="https://www.talend.com/products/application-integration/esb-manuals-release-notes/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talend.com/products/application-integration/esb-manuals-release-notes/&lt;/A&gt;
&lt;BR /&gt;Meanwhile milestone 6 is available for v7.3.1
&lt;BR /&gt;
&lt;BR /&gt;I would be glad if you could report if you were able to solve your issue with the new version.
&lt;BR /&gt;
&lt;BR /&gt;Best regards,
&lt;BR /&gt;
&lt;BR /&gt;Basit</description>
      <pubDate>Tue, 28 Jan 2020 10:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378242#M2503</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2020-01-28T10:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Problem in Talend Open Studio for ESB 7.2.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378243#M2504</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;we have now troubleshooted our network settings and I even reinstalled Talend Open Studio (v7.3.1, release date February 26, 2020) but it still shows the same error. How can I be sure that this is not a bug in Talend Open Studio?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In addition to that I noticed that I am able to download and install third party modules in Talend (while having the proxy set in the settings). It seems that only the jobs don't recognise the proxy settings.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Basit&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 12:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378243#M2504</guid>
      <dc:creator>Basit</dc:creator>
      <dc:date>2020-03-11T12:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy Problem in Talend Open Studio for ESB 7.2.1</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378244#M2505</link>
      <description>Have a try to use tSetProxy component in the beginning of job. &lt;BR /&gt;</description>
      <pubDate>Mon, 16 Mar 2020 03:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Proxy-Problem-in-Talend-Open-Studio-for-ESB-7-2-1/m-p/2378244#M2505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-16T03:25:11Z</dc:date>
    </item>
  </channel>
</rss>

