<?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: TimeOut Runtime Karaf in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TimeOut-Runtime-Karaf/m-p/2305647#M143989</link>
    <description>&lt;P&gt;This is the right configuration?&lt;/P&gt; 
&lt;P&gt;the timeout is consedered in seconds or milliseconds?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;#Common SSL conduit configuration&lt;/P&gt; 
&lt;P&gt;url = &lt;A href="https://localhost.*" target="_blank" rel="nofollow noopener noreferrer"&gt;https://localhost.*&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;client.ConnectionTimeout = 120000&lt;BR /&gt;client.ReceiveTimeout = 120000&lt;/P&gt; 
&lt;P&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;/P&gt; 
&lt;P&gt;tlsClientParameters.cipherSuitesFilter.include = .*_EXPORT_.*,.*_EXPORT1024_.*,.*_WITH_DES_.*,.*_WITH_AES_.*,.*_WITH_NULL_.*,.*_DH_anon_.*&lt;/P&gt;</description>
    <pubDate>Thu, 26 Apr 2018 10:51:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-26T10:51:45Z</dc:date>
    <item>
      <title>TimeOut Runtime Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeOut-Runtime-Karaf/m-p/2305645#M143987</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a job calling a webservice using tESBConsumer.&lt;/P&gt;
&lt;P&gt;My problem is how to change the timeout on karaf server after deploy the job?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try to change the&amp;nbsp;org.ops4j.pax.web.cfg file and set&amp;nbsp;org.ops4j.pax.web.server.idleTimeout=100000 but I still have the timeout at 60 seconds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeOut-Runtime-Karaf/m-p/2305645#M143987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: TimeOut Runtime Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeOut-Runtime-Karaf/m-p/2305646#M143988</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Please have a look at this online document about:&lt;A title="TalendHelpCenter:HTTP Conduit OSGi Configuration Parameters" href="https://help.talend.com/reader/RIDndCjEFD2oHNLa9CrfAQ/r0Cq31X2SGHEssVqZY_t~w" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:HTTP Conduit OSGi Configuration Parameters&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;On Runtime we use the 'standard' CXF-Conduit File to specific these parameters. &lt;/P&gt; 
&lt;P&gt;The specific parameter you look for are:&lt;BR /&gt;client.ConnectionTimeout&lt;BR /&gt;client.ReceiveTimeout&lt;/P&gt; 
&lt;P&gt;Let us know if it is Ok with you.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 07:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeOut-Runtime-Karaf/m-p/2305646#M143988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-12T07:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: TimeOut Runtime Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeOut-Runtime-Karaf/m-p/2305647#M143989</link>
      <description>&lt;P&gt;This is the right configuration?&lt;/P&gt; 
&lt;P&gt;the timeout is consedered in seconds or milliseconds?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;#Common SSL conduit configuration&lt;/P&gt; 
&lt;P&gt;url = &lt;A href="https://localhost.*" target="_blank" rel="nofollow noopener noreferrer"&gt;https://localhost.*&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;client.ConnectionTimeout = 120000&lt;BR /&gt;client.ReceiveTimeout = 120000&lt;/P&gt; 
&lt;P&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;/P&gt; 
&lt;P&gt;tlsClientParameters.cipherSuitesFilter.include = .*_EXPORT_.*,.*_EXPORT1024_.*,.*_WITH_DES_.*,.*_WITH_AES_.*,.*_WITH_NULL_.*,.*_DH_anon_.*&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 10:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeOut-Runtime-Karaf/m-p/2305647#M143989</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-26T10:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: TimeOut Runtime Karaf</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TimeOut-Runtime-Karaf/m-p/2305648#M143990</link>
      <description>&lt;P&gt;Yes this is the right configuration. It works for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the timeout is&amp;nbsp;&lt;SPAN&gt;consedered in milliseconds. For your example, it's 120000 milliseconds or 120 seconds.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Just specify your url for your example, you call a localhost url.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 13:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TimeOut-Runtime-Karaf/m-p/2305648#M143990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-26T13:56:14Z</dc:date>
    </item>
  </channel>
</rss>

