<?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: client.ReceiveTimeout parameter in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317806#M88209</link>
    <description>Hello
&lt;BR /&gt;let me tell you this feature is only for ESB.&amp;nbsp;
&lt;BR /&gt;The naming of the file does not matter. You need to put the correct URL. e.g. Something like you are accessing a external webservice with tESBConsumer component and webervice in general takes more time to reply back. Then you create separate conduit file, put the part of (or complete) URL &amp;nbsp;ending with * there.&amp;nbsp;</description>
    <pubDate>Thu, 19 Jan 2017 12:27:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-19T12:27:26Z</dc:date>
    <item>
      <title>client.ReceiveTimeout parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317805#M88208</link>
      <description>Hello everyone, 
&lt;BR /&gt; 
&lt;BR /&gt;I'm trying to change this parameters for my jobs, and my previous modification modifying the file didn't had any effect. 
&lt;BR /&gt;I change the 
&lt;BR /&gt; 
&lt;PRE&gt;org.apache.cxf.http.conduits-common.cfg&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;because I didn't knew how to properly name my file, so I used what I believed was the main file, and added my conf : 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;client.ConnectionTimeout=120000&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;client.ReceiveTimeout=120000&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I now think that I have to name file properly or activate this "common" file. 
&lt;BR /&gt;Do you have any clue to apply this settings ? Where can I find endpoints ? Karaf prompt me for an endpoint name to have an endpoint list, which : "You don't know the answer ? Give me the answer and I will give you the answer !!" 
&lt;BR /&gt; 
&lt;BR /&gt;Thank you for you time. 
&lt;BR /&gt; 
&lt;BR /&gt;Sincerely,</description>
      <pubDate>Sat, 16 Nov 2024 10:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317805#M88208</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2024-11-16T10:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: client.ReceiveTimeout parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317806#M88209</link>
      <description>Hello
&lt;BR /&gt;let me tell you this feature is only for ESB.&amp;nbsp;
&lt;BR /&gt;The naming of the file does not matter. You need to put the correct URL. e.g. Something like you are accessing a external webservice with tESBConsumer component and webervice in general takes more time to reply back. Then you create separate conduit file, put the part of (or complete) URL &amp;nbsp;ending with * there.&amp;nbsp;</description>
      <pubDate>Thu, 19 Jan 2017 12:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317806#M88209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-19T12:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: client.ReceiveTimeout parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317807#M88210</link>
      <description>Sure, I'm using it in TOS ESB, for Webservices jobs. 
&lt;BR /&gt;I'm using a tESBConsumer, which request for a localhost service (I have a front and a backoffice WS). 
&lt;BR /&gt;Since I was not sure about regexp syntax in this file, which was by default "url=http://localhost.*" ; I assumed that it was meaning "everything under localhost". 
&lt;BR /&gt; 
&lt;BR /&gt;Actually my file look exactly like this : 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;###&lt;BR /&gt;# #%L&lt;BR /&gt;# Talend :: Assembly&lt;BR /&gt;# %%&lt;BR /&gt;# Copyright (C) 2011 - 2012 Talend Inc.&lt;BR /&gt;# %%&lt;BR /&gt;# Licensed under the Apache License, Version 2.0 (the "License");&lt;BR /&gt;# you may not use this file except in compliance with the License.&lt;BR /&gt;# You may obtain a copy of the License at&lt;BR /&gt;#&lt;BR /&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp;http://www.apache.org/licenses/LICENSE-2.0&lt;BR /&gt;#&lt;BR /&gt;# Unless required by applicable law or agreed to in writing, software&lt;BR /&gt;# distributed under the License is distributed on an "AS IS" BASIS,&lt;BR /&gt;# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&lt;BR /&gt;# See the License for the specific language governing permissions and&lt;BR /&gt;# limitations under the License.&lt;BR /&gt;# #L%&lt;BR /&gt;###&lt;BR /&gt;&lt;BR /&gt;#Common SSL conduit configuration&lt;BR /&gt;&lt;BR /&gt;url = https://localhost.*&lt;BR /&gt;&lt;BR /&gt;tlsClientParameters.disableCNCheck = true&lt;BR /&gt;tlsClientParameters.trustManagers.keyStore.type = JKS&lt;BR /&gt;tlsClientParameters.trustManagers.keyStore.password = password&lt;BR /&gt;tlsClientParameters.trustManagers.keyStore.file = ./etc/keystores/keystore.jks&lt;BR /&gt;tlsClientParameters.keyManagers.keyStore.type = JKS&lt;BR /&gt;tlsClientParameters.keyManagers.keyStore.password = password&lt;BR /&gt;tlsClientParameters.keyManagers.keyStore.file = ./etc/keystores/keystore.jks&lt;BR /&gt;tlsClientParameters.keyManagers.keyPassword = password&lt;BR /&gt;tlsClientParameters.trustManagers.keyPassword = password&lt;BR /&gt;&lt;BR /&gt;tlsClientParameters.cipherSuitesFilter.include = .*_EXPORT_.*,.*_EXPORT1024_.*,.*_WITH_DES_.*,.*_WITH_AES_.*,.*_WITH_NULL_.*,.*_DH_anon_.*&lt;BR /&gt;&lt;BR /&gt;client.ConnectionTimeout=120000&lt;BR /&gt;client.ReceiveTimeout=120000&lt;/PRE&gt; 
&lt;BR /&gt;And I just saw that it was "https".... Can I put many "url" and paramarters in the same file or should I split them ? There's not much documentation on the internet. 
&lt;BR /&gt;I'm going to remove that "s" and tell you if it's ok. 
&lt;BR /&gt;Can you confirm that will be ok if I ask for "http://localhost:8040/services/MyWebservice"&amp;nbsp; with the actual regexp ? 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;U&gt;Update @6pm :&lt;/U&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I've used the following parameters : 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;Pid:            org.apache.cxf.http.conduits.fbeb7b06-246b-4ba5-84c5-a64b98283ee7&lt;BR /&gt;FactoryPid:     org.apache.cxf.http.conduits&lt;BR /&gt;BundleLocation: mvn:org.apache.cxf/cxf-rt-transports-http/3.1.4&lt;BR /&gt;Properties:&lt;BR /&gt;   client.ConnectionTimeout = 240000&lt;BR /&gt;   client.ReceiveTimeout = 240000&lt;BR /&gt;   felix.fileinstall.filename = file:/opt/Talend/Runtime_ESBSE/container/etc/org.apache.cxf.http.conduits-common.cfg&lt;BR /&gt;   service.factoryPid = org.apache.cxf.http.conduits&lt;BR /&gt;   service.pid = org.apache.cxf.http.conduits.fbeb7b06-246b-4ba5-84c5-a64b98283ee7&lt;BR /&gt;   tlsClientParameters.cipherSuitesFilter.include = .*_EXPORT_.*,.*_EXPORT1024_.*,.*_WITH_DES_.*,.*_WITH_AES_.*,.*_WITH_NULL_.*,.*_DH_anon_.*&lt;BR /&gt;   tlsClientParameters.disableCNCheck = true&lt;BR /&gt;   tlsClientParameters.keyManagers.keyPassword = password&lt;BR /&gt;   tlsClientParameters.keyManagers.keyStore.file = ./etc/keystores/keystore.jks&lt;BR /&gt;   tlsClientParameters.keyManagers.keyStore.password = password&lt;BR /&gt;   tlsClientParameters.keyManagers.keyStore.type = JKS&lt;BR /&gt;   tlsClientParameters.trustManagers.keyPassword = password&lt;BR /&gt;   tlsClientParameters.trustManagers.keyStore.file = ./etc/keystores/keystore.jks&lt;BR /&gt;   tlsClientParameters.trustManagers.keyStore.password = password&lt;BR /&gt;   tlsClientParameters.trustManagers.keyStore.type = JKS&lt;BR /&gt;   url = http://localhost:8040/*&lt;/PRE&gt; 
&lt;BR /&gt;and still, it does not work (I received a timeout after 60 sec). 
&lt;BR /&gt; 
&lt;BR /&gt;Any clues ? 
&lt;BR /&gt; 
&lt;BR /&gt;PS : the command "cxf:list-endpoints" shows my 6 endpoints correctly. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Sincerely.</description>
      <pubDate>Thu, 19 Jan 2017 12:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317807#M88210</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2017-01-19T12:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: client.ReceiveTimeout parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317808#M88211</link>
      <description>Hi everyone,
&lt;BR /&gt;
&lt;BR /&gt;Still no clue on how to make this parameters active ?</description>
      <pubDate>Fri, 27 Jan 2017 12:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317808#M88211</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2017-01-27T12:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: client.ReceiveTimeout parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317809#M88212</link>
      <description>Hello everyone,
&lt;BR /&gt;
&lt;BR /&gt;Sorry to bother you again with my problem but I'm still unable to process big XML file because of this timeout.
&lt;BR /&gt;Your help will be really appreciated, I'm kinda desperate for solutions...
&lt;BR /&gt;
&lt;BR /&gt;Thank you in advance.
&lt;BR /&gt;
&lt;BR /&gt;Sincerely,</description>
      <pubDate>Tue, 28 Feb 2017 15:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317809#M88212</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2017-02-28T15:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: client.ReceiveTimeout parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317810#M88213</link>
      <description>Hi, rmartin, 
&lt;BR /&gt; 
&lt;BR /&gt;By default the etc/org.apache.cxf.http.conduits-common.cfg is used by "https" transport conduit, you can add another one for "http" e.g. etc/org.apache.cxf.http.conduits-abc.cfg which looks like: 
&lt;BR /&gt;order = 2 
&lt;BR /&gt;url = http://localhost.* 
&lt;BR /&gt;client.ConnectionTimeout=240000 
&lt;BR /&gt;client.ReceiveTimeout=240000 
&lt;BR /&gt; 
&lt;BR /&gt;For more information, please find 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=271836899" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=271836899&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards.</description>
      <pubDate>Wed, 01 Mar 2017 06:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317810#M88213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-01T06:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: client.ReceiveTimeout parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317811#M88214</link>
      <description>Thank you for your help, I will try it this evening and report the results.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sincerely,</description>
      <pubDate>Wed, 01 Mar 2017 08:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/client-ReceiveTimeout-parameter/m-p/2317811#M88214</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2017-03-01T08:56:41Z</dc:date>
    </item>
  </channel>
</rss>

