<?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: issue while executing tBigQueryOutput component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/issue-while-executing-tBigQueryOutput-component/m-p/2232928#M22734</link>
    <description>I found the problem and got the problem resolved. However, If I ran the job, then it says that 11 rows (which I have at source) is processed with 2 different error as mentioned below, can you help me out to know what exactly is the problem at both these different cases? I guess 2nd one is related to connection issue and the 2nd one is related to deeper issue. Can you help me resolve what is the actual issue?
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;1st Error :
&lt;BR /&gt;[WARN ]: virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum - tBigQueryOutput_1_tBQBE - C:\Talend\git\project.git\token.properties (The system cannot find the file specified)
&lt;BR /&gt;Exception in component tBigQueryOutput_1_tBQBE
&lt;BR /&gt;java.net.SocketTimeoutException: Read timed out
&lt;BR /&gt;at java.net.SocketInputStream.socketRead0(Native Method)
&lt;BR /&gt;at java.net.SocketInputStream.socketRead(Unknown Source)
&lt;BR /&gt;at java.net.SocketInputStream.read(Unknown Source)
&lt;BR /&gt;at java.net.SocketInputStream.read(Unknown Source)
&lt;BR /&gt;[FATAL]: virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum - tBigQueryOutput_1_tBQBE Read timed out
&lt;BR /&gt;at sun.security.ssl.InputRecord.readFully(Unknown Source)
&lt;BR /&gt;at sun.security.ssl.InputRecord.read(Unknown Source)
&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
&lt;BR /&gt;at sun.net.
&lt;A href="http://www.protocol.https.HttpsClient.afterConnect(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.HttpsClient.afterConnect(Unknown&lt;/A&gt; Source)
&lt;BR /&gt;at sun.net.
&lt;A href="http://www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown&lt;/A&gt; Source)
&lt;BR /&gt;at sun.net.
&lt;A href="http://www.protocol.http.HttpURLConnection.getOutputStream0(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getOutputStream0(Unknown&lt;/A&gt; Source)
&lt;BR /&gt;at sun.net.
&lt;A href="http://www.protocol.http.HttpURLConnection.getOutputStream(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getOutputStream(Unknown&lt;/A&gt; Source)
&lt;BR /&gt;at sun.net.
&lt;A href="http://www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown&lt;/A&gt; Source)
&lt;BR /&gt;at com.google.api.client.http.javanet.NetHttpRequest.execute(NetHttpRequest.java:77)
&lt;BR /&gt;at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:965)
&lt;BR /&gt;at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:283)
&lt;BR /&gt;[statistics] disconnected
&lt;BR /&gt;at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest.execute(GoogleAuthorizationCodeTokenRequest.java:158)
&lt;BR /&gt;at virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum.tFileInputDelimited_1Process(iTether_json_curriculum.java:1060)
&lt;BR /&gt;at virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum.runJobInTOS(iTether_json_curriculum.java:1590)
&lt;BR /&gt;at virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum.main(iTether_json_curriculum.java:1424)
&lt;BR /&gt;
&lt;BR /&gt;Job iTether_json_curriculum ended at 15:29 29/05/2017. [exit code=1]
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;2nd Error I got while re-running the job
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;[WARN ]: virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum - tBigQueryOutput_1_tBQBE - C:\Talend\git\project.git\token.properties (The system cannot find the file specified)
&lt;BR /&gt;[FATAL]: virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum - tBigQueryOutput_1_tBQBE 400 Bad Request
&lt;BR /&gt;{
&lt;BR /&gt;"error" : "invalid_grant"
&lt;BR /&gt;}
&lt;BR /&gt;Exception in component tBigQueryOutput_1_tBQBE
&lt;BR /&gt;com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request
&lt;BR /&gt;{
&lt;BR /&gt;"error" : "invalid_grant"
&lt;BR /&gt;}
&lt;BR /&gt;at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:105)
&lt;BR /&gt;at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)
&lt;BR /&gt;at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest.execute(GoogleAuthorizationCodeTokenRequest.java:158)
&lt;BR /&gt;at virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum.tFileInputDelimited_1Process(iTether_json_curriculum.java:1060)
&lt;BR /&gt;at virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum.runJobInTOS(iTether_json_curriculum.java:1590)
&lt;BR /&gt;
&lt;BR /&gt;at virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum.main(iTether_json_curriculum.java:1424)
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Mon, 29 May 2017 11:17:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-29T11:17:30Z</dc:date>
    <item>
      <title>issue while executing tBigQueryOutput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-while-executing-tBigQueryOutput-component/m-p/2232926#M22732</link>
      <description>&lt;P&gt;H&lt;/P&gt; 
&lt;P&gt;I am trying to send some data in the form of table into Big Query using tBigQueryOutput component, but I am getting the following error while execution, May anyone help me to get this resolved?&lt;/P&gt; 
&lt;P&gt;BTW, if i deactivate the Bigquery component and use a tlogrow to check its output it is working fine. Can anyone of you help me to know where I am getting this wrong?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bigquery_error.jpg" style="width: 512px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lujl.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148406i25FA1377814BED43/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lujl.jpg" alt="0683p000009Lujl.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-while-executing-tBigQueryOutput-component/m-p/2232926#M22732</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: issue while executing tBigQueryOutput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-while-executing-tBigQueryOutput-component/m-p/2232927#M22733</link>
      <description>&lt;P&gt;it generally syntax errors - like missed quotes, or wrong variable name and etc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if You attache screenshot of component settings it will be more easy to help&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 10:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-while-executing-tBigQueryOutput-component/m-p/2232927#M22733</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-29T10:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: issue while executing tBigQueryOutput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/issue-while-executing-tBigQueryOutput-component/m-p/2232928#M22734</link>
      <description>I found the problem and got the problem resolved. However, If I ran the job, then it says that 11 rows (which I have at source) is processed with 2 different error as mentioned below, can you help me out to know what exactly is the problem at both these different cases? I guess 2nd one is related to connection issue and the 2nd one is related to deeper issue. Can you help me resolve what is the actual issue?
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;1st Error :
&lt;BR /&gt;[WARN ]: virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum - tBigQueryOutput_1_tBQBE - C:\Talend\git\project.git\token.properties (The system cannot find the file specified)
&lt;BR /&gt;Exception in component tBigQueryOutput_1_tBQBE
&lt;BR /&gt;java.net.SocketTimeoutException: Read timed out
&lt;BR /&gt;at java.net.SocketInputStream.socketRead0(Native Method)
&lt;BR /&gt;at java.net.SocketInputStream.socketRead(Unknown Source)
&lt;BR /&gt;at java.net.SocketInputStream.read(Unknown Source)
&lt;BR /&gt;at java.net.SocketInputStream.read(Unknown Source)
&lt;BR /&gt;[FATAL]: virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum - tBigQueryOutput_1_tBQBE Read timed out
&lt;BR /&gt;at sun.security.ssl.InputRecord.readFully(Unknown Source)
&lt;BR /&gt;at sun.security.ssl.InputRecord.read(Unknown Source)
&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
&lt;BR /&gt;at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
&lt;BR /&gt;at sun.net.
&lt;A href="http://www.protocol.https.HttpsClient.afterConnect(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.HttpsClient.afterConnect(Unknown&lt;/A&gt; Source)
&lt;BR /&gt;at sun.net.
&lt;A href="http://www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown&lt;/A&gt; Source)
&lt;BR /&gt;at sun.net.
&lt;A href="http://www.protocol.http.HttpURLConnection.getOutputStream0(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getOutputStream0(Unknown&lt;/A&gt; Source)
&lt;BR /&gt;at sun.net.
&lt;A href="http://www.protocol.http.HttpURLConnection.getOutputStream(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getOutputStream(Unknown&lt;/A&gt; Source)
&lt;BR /&gt;at sun.net.
&lt;A href="http://www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown&lt;/A&gt; Source)
&lt;BR /&gt;at com.google.api.client.http.javanet.NetHttpRequest.execute(NetHttpRequest.java:77)
&lt;BR /&gt;at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:965)
&lt;BR /&gt;at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:283)
&lt;BR /&gt;[statistics] disconnected
&lt;BR /&gt;at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest.execute(GoogleAuthorizationCodeTokenRequest.java:158)
&lt;BR /&gt;at virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum.tFileInputDelimited_1Process(iTether_json_curriculum.java:1060)
&lt;BR /&gt;at virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum.runJobInTOS(iTether_json_curriculum.java:1590)
&lt;BR /&gt;at virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum.main(iTether_json_curriculum.java:1424)
&lt;BR /&gt;
&lt;BR /&gt;Job iTether_json_curriculum ended at 15:29 29/05/2017. [exit code=1]
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;2nd Error I got while re-running the job
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;[WARN ]: virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum - tBigQueryOutput_1_tBQBE - C:\Talend\git\project.git\token.properties (The system cannot find the file specified)
&lt;BR /&gt;[FATAL]: virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum - tBigQueryOutput_1_tBQBE 400 Bad Request
&lt;BR /&gt;{
&lt;BR /&gt;"error" : "invalid_grant"
&lt;BR /&gt;}
&lt;BR /&gt;Exception in component tBigQueryOutput_1_tBQBE
&lt;BR /&gt;com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request
&lt;BR /&gt;{
&lt;BR /&gt;"error" : "invalid_grant"
&lt;BR /&gt;}
&lt;BR /&gt;at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:105)
&lt;BR /&gt;at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)
&lt;BR /&gt;at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest.execute(GoogleAuthorizationCodeTokenRequest.java:158)
&lt;BR /&gt;at virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum.tFileInputDelimited_1Process(iTether_json_curriculum.java:1060)
&lt;BR /&gt;at virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum.runJobInTOS(iTether_json_curriculum.java:1590)
&lt;BR /&gt;
&lt;BR /&gt;at virtusa_project.itether_json_curriculum_0_1.iTether_json_curriculum.main(iTether_json_curriculum.java:1424)
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 29 May 2017 11:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/issue-while-executing-tBigQueryOutput-component/m-p/2232928#M22734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-29T11:17:30Z</dc:date>
    </item>
  </channel>
</rss>

