Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
clubiste84
Contributor II
Contributor II

[FATAL]: - tDie_1 null

Hello ,

when i execute my simple job i have usualie same erreur message with tdie

 

[FATAL]: tlnd_core_finance.test123_0_1.test123 - tDie_1 null
routines.system.TDieException
    at project_name.test123_0_1.test123.tDie_1Process(test123.java:592)
    at project_name.test123_0_1.test123.tFixedFlowInput_1Process(test123.java:458)
    at project_name.test123_0_1.test123.runJobInTOS(test123.java:1929)
    at project_name.test123_0_1.test123.main(test123.java:1757)
0683p000009M1rT.png

 

can you help me whay this tDie is null ?

 

thks

Labels (3)
16 Replies
manodwhb
Champion II
Champion II

@clubiste84,can you share the settings of tDie?

yham
Contributor
Contributor

Hi @clubiste84,
i have the same problem... did you find a way for this tdie null issue?

 

this is not what expected in the tutorial : https://help.talend.com/reader/7xlawz0oYxlhNJUvhRaKgQ/fMKX5yW5shH7nniLVJbd~Q

I am using Talend Real-time Big Data Platform 6.4.1.20170804_1551-patch

 

I debug the code a little, and found that it always goes through : 

if (true) {
	throw new TDieException();
}

 which catche by 

catch (java.lang.Exception e) {

			if (!(e instanceof TalendException)) {
				log.fatal(currentComponent + " " + e.getMessage(), e);
			}
}

is it a regression?

Anonymous
Not applicable

@yham 

 

Could you please share the job flow where you are getting this error? Also please share the component level screen shot of the component before tDie + screenshot of tDie. This will help us to understand what you are trying to do.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

yham
Contributor
Contributor

@nthampi ,

I reproduced the exact steps in the following Talend tutorial as i mentioned before :

https://help.talend.com/reader/7xlawz0oYxlhNJUvhRaKgQ/fMKX5yW5shH7nniLVJbd~Q

Regards,

Yousef

 

these are the screenshots :

0683p000009M3LF.png0683p000009M3LK.png0683p000009M2u0.png

Anonymous
Not applicable

Hi,

 

   Could you please also share the condition you have given in the Run If join?

 

    If the condition is missing, that is causing the null issue. If its there, then could you please disable the tLogCatcer and run the same job again?

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

yham
Contributor
Contributor

the condition is :

((Integer)globalMap.get("tRowGenerator_1_NB_LINE"))<=0

Same error after logcatcher is disabled :

0683p000009M3Le.png

i attached the whole job in attachement.


td.zip
Anonymous
Not applicable

Hi,

 

   Could you please advise your Talend Version? I tried to open using both 7.1 and 7.0 Data Fabric edition but it seems to be a job from an older version or you seems to use the Open source version of Talend.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

yham
Contributor
Contributor

Hi,
all in my first post...

"Talend Real-time Big Data Platform 6.4.1.20170804_1551-patch"
regards

Anonymous
Not applicable

Hi,

 

   I don't have a 6.4 version handy in my laptop.

   I am adding @xdshi and @rhall  to the loop.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂