<?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: Can't get through proxy server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262522#M42962</link>
    <description>The TOS proxy configuration is totally independant from the job execution.&lt;BR /&gt;Please report a new feature in our &lt;A href="http://talendforge.org/bugs" target="_blank" rel="nofollow noopener noreferrer"&gt;bugtracker&lt;/A&gt; on the Salesforce component.&lt;BR /&gt;HTH</description>
    <pubDate>Sat, 24 May 2008 22:44:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-05-24T22:44:49Z</dc:date>
    <item>
      <title>Can't get through proxy server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262519#M42959</link>
      <description>I can't get through my company proxy server. I know the problem is proxy related because everything works fine when I try running the job at home (no proxy). The job is a simple data pull from Salesforce.com to a flat file. 
&lt;BR /&gt;FWIW, when I scan for update, that fails too with a network error (sorry I tried to copy the error message but TOS would let me copy the text from the dialog box). 
&lt;BR /&gt;Here's the SNIPED output from 
&lt;BR /&gt;"Help -&amp;gt; About Talend Open Studio -&amp;gt; Configuration Details". 
&lt;BR /&gt;As you can see I've got something entered for the proxy. 
&lt;BR /&gt; 
&lt;PRE&gt;http.nonProxyHosts=localhost|127.0.0.1&lt;BR /&gt;http.proxyHost=proxy.my_company.com &amp;lt;--- I changed the domain name for security reasons&lt;BR /&gt;http.proxyPort=8080&lt;BR /&gt;http.proxySet=true&lt;BR /&gt;.&lt;BR /&gt;&amp;lt;snip&amp;gt;&lt;BR /&gt;.&lt;BR /&gt;/instance/org.eclipse.core.net/proxyData/HTTP/host=proxy.my_company.com&lt;BR /&gt;.&lt;BR /&gt;&amp;lt;snip&amp;gt;&lt;BR /&gt;.&lt;BR /&gt;/instance/org.eclipse.core.net/proxyData/HTTP/hasAuth=false&lt;BR /&gt;.&lt;BR /&gt;&amp;lt;snip&amp;gt;&lt;BR /&gt;.&lt;BR /&gt;/instance/org.eclipse.core.net/proxyData/HTTP/port=8080&lt;/PRE&gt; 
&lt;BR /&gt;FWIW, here's the error message when I run my job (notice timeout error); 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job test at 16:09 22/05/2008.&lt;BR /&gt;Exception in component tSalesforceInput_1&lt;BR /&gt;AxisFault&lt;BR /&gt; faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException&lt;BR /&gt; faultSubcode: &lt;BR /&gt; faultString: java.net.ConnectException: Connection timed out: connect&lt;BR /&gt; faultActor: &lt;BR /&gt; faultNode: &lt;BR /&gt; faultDetail: &lt;BR /&gt;	{http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: Connection timed out: connect&lt;BR /&gt;	at java.net.PlainSocketImpl.socketConnect(Native Method)&lt;BR /&gt;	at java.net.PlainSocketImpl.doConnect(Unknown Source)&lt;BR /&gt;	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)&lt;BR /&gt;	at java.net.PlainSocketImpl.connect(Unknown Source)&lt;BR /&gt;	at java.net.SocksSocketImpl.connect(Unknown Source)&lt;BR /&gt;	at java.net.Socket.connect(Unknown Source)&lt;BR /&gt;	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)&lt;BR /&gt;	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;	at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)&lt;BR /&gt;	at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:92)&lt;BR /&gt;	at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)&lt;BR /&gt;	at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)&lt;BR /&gt;	at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)&lt;BR /&gt;	at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)&lt;BR /&gt;	at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)&lt;BR /&gt;	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)&lt;BR /&gt;	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)&lt;BR /&gt;	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;BR /&gt;	at com.sforce.soap.partner.SoapBindingStub.login(SoapBindingStub.java:1934)&lt;BR /&gt;	at org.talend.salesforce.SforceManagementImpl.login(SforceManagementImpl.java:85)&lt;BR /&gt;	at java_test.test_0_1.test.tSalesforceInput_1Process(test.java:250)&lt;BR /&gt;	at java_test.test_0_1.test.runJobInTOS(test.java:605)&lt;BR /&gt;	at java_test.test_0_1.test.main(test.java:523)&lt;BR /&gt;	{http://xml.apache.org/axis/}hostname:MBARFIELDGX620&lt;BR /&gt;java.net.ConnectException: Connection timed out: connect&lt;BR /&gt;	at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)&lt;BR /&gt;	at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:154)&lt;BR /&gt;	at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)&lt;BR /&gt;	at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)&lt;BR /&gt;	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)&lt;BR /&gt;	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)&lt;BR /&gt;	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2767)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2443)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:2366)&lt;BR /&gt;	at org.apache.axis.client.Call.invoke(Call.java:1812)&lt;BR /&gt;	at com.sforce.soap.partner.SoapBindingStub.login(SoapBindingStub.java:1934)&lt;BR /&gt;	at org.talend.salesforce.SforceManagementImpl.login(SforceManagementImpl.java:85)&lt;BR /&gt;	at java_test.test_0_1.test.tSalesforceInput_1Process(test.java:250)&lt;BR /&gt;	at java_test.test_0_1.test.runJobInTOS(test.java:605)&lt;BR /&gt;	at java_test.test_0_1.test.main(test.java:523)&lt;BR /&gt;Caused by: java.net.ConnectException: Connection timed out: connect&lt;BR /&gt;	at java.net.PlainSocketImpl.socketConnect(Native Method)&lt;BR /&gt;	at java.net.PlainSocketImpl.doConnect(Unknown Source)&lt;BR /&gt;	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)&lt;BR /&gt;	at java.net.PlainSocketImpl.connect(Unknown Source)&lt;BR /&gt;	at java.net.SocksSocketImpl.connect(Unknown Source)&lt;BR /&gt;	at java.net.Socket.connect(Unknown Source)&lt;BR /&gt;	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)&lt;BR /&gt;	at com.sun.net.ssl.internal.ssl.SSLSocketImpl.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;	at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)&lt;BR /&gt;	at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:92)&lt;BR /&gt;	at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)&lt;BR /&gt;	at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)&lt;BR /&gt;	at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)&lt;BR /&gt;	... 14 more&lt;BR /&gt;Job test ended at 16:10 22/05/2008. &lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262519#M42959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get through proxy server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262520#M42960</link>
      <description>Hello
&lt;BR /&gt;Which version of TOS are you using?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 23 May 2008 03:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262520#M42960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-23T03:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get through proxy server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262521#M42961</link>
      <description>I'm using version 2.3.3 (both Windows &amp;amp; Linux)</description>
      <pubDate>Fri, 23 May 2008 03:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262521#M42961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-23T03:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get through proxy server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262522#M42962</link>
      <description>The TOS proxy configuration is totally independant from the job execution.&lt;BR /&gt;Please report a new feature in our &lt;A href="http://talendforge.org/bugs" target="_blank" rel="nofollow noopener noreferrer"&gt;bugtracker&lt;/A&gt; on the Salesforce component.&lt;BR /&gt;HTH</description>
      <pubDate>Sat, 24 May 2008 22:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262522#M42962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-24T22:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get through proxy server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262523#M42963</link>
      <description>I'm sorry if I'm not making this clear, but I'm not sure if you understand the issue. Bear with me as I'm new to TOS. 
&lt;BR /&gt;I'll restate the problem and limit myself to the simplest case. 
&lt;BR /&gt;I have installed version 2.4 RC2 (I have the same problem with ALL versions of TOS) (Windows &amp;amp; Linux). My office is behind a proxy server. I can't communicate past the proxy server while using/in TOS. Here are some screen shots when I try to update TOS. 
&lt;BR /&gt;This is the dialog box after selecting Help-&amp;gt;Software Updates-&amp;gt;Find and Install 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;I click on the Finish button and then get this dialog box 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;After 30 -60 seconds the dialog box displays this message 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;My first post in this thread lists the all (?) the variables for the TOS proxy settings. This is the dialog box I entered the values into after a fresh install. 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;I entered my proxy address in the following format (no quotes); 
&lt;BR /&gt;"proxy.my_company.com" 
&lt;BR /&gt;I entered my port number in the following format (no quotes); 
&lt;BR /&gt;"8080" 
&lt;BR /&gt;When I try this from my network at home without a proxy server or the proxy settings, it works fine. 
&lt;BR /&gt;TIA, 
&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 27 May 2008 21:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262523#M42963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-27T21:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get through proxy server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262524#M42964</link>
      <description>Hello, 
&lt;BR /&gt;It's not really easy to explain.
&lt;BR /&gt;As you may know, Talend is a Code Generator.
&lt;BR /&gt;Even if sometime you run your code in TOS, the final goal is to export it as an independant unit.
&lt;BR /&gt;So the code generated by Talend Open Studio is extremely independant from Talend Open Studio "application".
&lt;BR /&gt;Moreover, your proxy settings are maybe not the same on TOS client side than in your running job.
&lt;BR /&gt;That's why there is no relation.
&lt;BR /&gt;In order to connect to Salesforce through a proxy, you will need a new feature in tSalesForce component.
&lt;BR /&gt;Do you see what I mean ?</description>
      <pubDate>Tue, 27 May 2008 23:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262524#M42964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-27T23:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get through proxy server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262525#M42965</link>
      <description>Yes I understand that TOS is a code generator and that the resulting code is independent of TOS. The generated code must deal with the proxy, not the TOS "application" (but it would be nice if it did 
&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;). 
&lt;BR /&gt;What I still don't understand is why I can't traverse the proxy to upgrade TOS as outlined in my prior post. 
&lt;BR /&gt;Also, would you suggest I open a new feature request in bugtracker for generated code to traverse a proxy? This affects more than just Salesforce, example - any database server on the other side of a proxy. 
&lt;BR /&gt;Thanks for you patience and help, 
&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 28 May 2008 15:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Can-t-get-through-proxy-server/m-p/2262525#M42965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-28T15:26:52Z</dc:date>
    </item>
  </channel>
</rss>

