Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
JCC1
Contributor
Contributor

Null Pointer Exception - Talend Job

We are getting null pointer exception when executing a job on Talend Studio -> Job conductor. Please see the attached report for details.

2 Replies
anselmopeixoto
Partner - Creator III
Partner - Creator III

Hi @ASDG Support​ 

 

NullPointerException usually is caused by some method used inside tMap that is receiving a null value as input, but the method is not "null safe".

 

Try opening tMap on the Studion and searching for methods like Integer.parseInt(), Double.parseDouble() and so on. There could be many possibilities.

 

If you're able to execute the Job on Studio and simulate the same error, I'd suggest you look at the following post on the community:

 

https://community.talend.com/s/feed/0D53p00007vCx4vCAC

 

 

 

Anonymous
Not applicable

Hello,

We need a little bit more information to address your issue.

Could you please clarify in which Talend version/edition you are and JDK version you are using?

Does this issue repro on specific job or all jobs?

Best regards

Sabrina