<?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: Sub Job Timeout org.apache.axis2.AxisFault in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Sub-Job-Timeout-org-apache-axis2-AxisFault/m-p/2340541#M108563</link>
    <description>Hello All / Sabrina, 
&lt;BR /&gt;I'm facing the same issue while running a Talend job connecting with Sales Force. 
&lt;BR /&gt;Kindly request you to help me out of this!! 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MECR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132664i75E088067ABA17F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MECR.png" alt="0683p000009MECR.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Tue, 02 Feb 2016 05:25:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-02T05:25:39Z</dc:date>
    <item>
      <title>Sub Job Timeout org.apache.axis2.AxisFault</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sub-Job-Timeout-org-apache-axis2-AxisFault/m-p/2340538#M108560</link>
      <description>Hi, 
&lt;BR /&gt;Hope someone can help. 
&lt;BR /&gt;I have a really frustrating issue with a Talend process which transfers data between Opera and Salesforce. There is a Master Job which executes a number of SubJobs. 
&lt;BR /&gt;Within these SubJobs are various Salesforce Components which read data from Salesforce and write data to Salesforce. 
&lt;BR /&gt;If I open the errant Job (TransactionLines) individually and manually execute this, there are no errors. The connection settings in the Salesforce Component are valid and are the same as the connection settings within other components in the same SubJob. 
&lt;BR /&gt;Version is 
&lt;BR /&gt;Version: 4.2.2 
&lt;BR /&gt;Build id: r63143-20110622-0628 
&lt;BR /&gt;Server: Windows 7 Professional SP1 32bit 
&lt;BR /&gt;JRE6 
&lt;BR /&gt;The error below is generated within one of these SubJobs (TransactionLines) 
&lt;BR /&gt; 
&lt;BR /&gt;Starting job MasterRun4 at 14:01 07/09/2011. 
&lt;BR /&gt; connecting to socket on port 3405 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tRunJob_11 
&lt;BR /&gt;java.lang.RuntimeException: Child job return 1. It doesn't terminate normally. 
&lt;BR /&gt;Exception in component tSalesforceInput_1 
&lt;BR /&gt;org.apache.axis2.AxisFault: Read timed out 
&lt;BR /&gt; at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) 
&lt;BR /&gt; at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203) 
&lt;BR /&gt; at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76) 
&lt;BR /&gt; at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400) 
&lt;BR /&gt; at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225) 
&lt;BR /&gt; at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:435) 
&lt;BR /&gt; at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402) 
&lt;BR /&gt; at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) 
&lt;BR /&gt; at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) 
&lt;BR /&gt; at com.salesforce.soap.partner.SforceServiceStub.query(SforceServiceStub.java:5882) 
&lt;BR /&gt; at org.talend.salesforce.SforceManagementImpl.query(SforceManagementImpl.java:749) 
&lt;BR /&gt; at salesforceoperasync.transactionlines_0_4.TransactionLines.tSalesforceInput_1Process(TransactionLines.java:18506) 
&lt;BR /&gt; at salesforceoperasync.transactionlines_0_4.TransactionLines.tJDBCInput_1Process(TransactionLines.java:13399) 
&lt;BR /&gt; at salesforceoperasync.transactionlines_0_4.TransactionLines.runJobInTOS(TransactionLines.java:18849) 
&lt;BR /&gt; at salesforceoperasync.transactionlines_0_4.TransactionLines.main(TransactionLines.java:18723) 
&lt;BR /&gt;Caused by: java.net.SocketTimeoutException: Read timed out 
&lt;BR /&gt; at java.net.SocketInputStream.socketRead0(Native Method) 
&lt;BR /&gt; at java.net.SocketInputStream.read(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.InputRecord.readFully(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.InputRecord.read(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.AppInputStream.read(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedInputStream.fill(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedInputStream.read(Unknown Source) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116) 
&lt;BR /&gt; at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346) 
&lt;BR /&gt; at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:560) 
&lt;BR /&gt; at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199) 
&lt;BR /&gt; ... 13 more 
&lt;BR /&gt; at salesforceoperasync.masterrun4_0_2.MasterRun4.tRunJob_11Process(MasterRun4.java:2020) 
&lt;BR /&gt; at salesforceoperasync.masterrun4_0_2.MasterRun4.tPrejob_8Process(MasterRun4.java:1811) 
&lt;BR /&gt; at salesforceoperasync.masterrun4_0_2.MasterRun4.runJobInTOS(MasterRun4.java:2938) 
&lt;BR /&gt; at salesforceoperasync.masterrun4_0_2.MasterRun4.main(MasterRun4.java:2748) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job MasterRun4 ended at 14:14 07/09/2011.</description>
      <pubDate>Sat, 16 Nov 2024 12:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sub-Job-Timeout-org-apache-axis2-AxisFault/m-p/2340538#M108560</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Job Timeout org.apache.axis2.AxisFault</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sub-Job-Timeout-org-apache-axis2-AxisFault/m-p/2340539#M108561</link>
      <description>This indicates the HTTP response is timing out. Are you using any proxies? You may wan to try something like Fiddler2 to capture your traffic and make sure you actually getting a response. It looks like a communication error.</description>
      <pubDate>Wed, 07 Sep 2011 15:02:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sub-Job-Timeout-org-apache-axis2-AxisFault/m-p/2340539#M108561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-07T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Job Timeout org.apache.axis2.AxisFault</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sub-Job-Timeout-org-apache-axis2-AxisFault/m-p/2340540#M108562</link>
      <description>Hi, thanks for the reply.&lt;BR /&gt;There are no proxies being used and there are no timeouts when I execute the errant SubJob by itself. It only fails if it runs as a SubJob as part of the Master Job.</description>
      <pubDate>Mon, 12 Sep 2011 10:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sub-Job-Timeout-org-apache-axis2-AxisFault/m-p/2340540#M108562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-12T10:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sub Job Timeout org.apache.axis2.AxisFault</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sub-Job-Timeout-org-apache-axis2-AxisFault/m-p/2340541#M108563</link>
      <description>Hello All / Sabrina, 
&lt;BR /&gt;I'm facing the same issue while running a Talend job connecting with Sales Force. 
&lt;BR /&gt;Kindly request you to help me out of this!! 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MECR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132664i75E088067ABA17F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MECR.png" alt="0683p000009MECR.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 02 Feb 2016 05:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sub-Job-Timeout-org-apache-axis2-AxisFault/m-p/2340541#M108563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-02T05:25:39Z</dc:date>
    </item>
  </channel>
</rss>

