Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
talendtester
Creator III
Creator III

tBigQueryInput - java.lang.NullPointerException

I am trying to connect to a vendor's Google Big Query using a tBigQueryInput component.

 

I no longer get the 400 connection error, so I think my connection info is correct now.

 

My test query (runs successfully in a web browser and returns 2018-11-30😞

SELECT CURRENT_DATE() as myDate;

 

0683p000009M156.png

 

0683p000009M1FP.png 

 

The error I am now getting:

 

Exception in component tBigQueryInput_2 (BigQuery)
java.lang.NullPointerException
    at com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)
    at com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127)
    at com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:92)
    at com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85)
    at com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81)
    at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88)
    at com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)
    at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeTokenRequest.execute(GoogleAuthorizationCodeTokenRequest.java:158)
    at talenddemosjava.bigquery_0_1.BigQuery.tBigQueryInput_2Process(BigQuery.java:714)
    at talenddemosjava.bigquery_0_1.BigQuery.runJobInTOS(BigQuery.java:1337)
    at talenddemosjava.bigquery_0_1.BigQuery.main(BigQuery.java:1186)

Labels (5)
10 Replies
talendtester
Creator III
Creator III
Author

Did you get a change to try the steps?

Do you think the issue will be corrected by the next release?