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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
param75
Contributor III
Contributor III

Catch tDie before java exception in tLogCatcher

Hello !

I have a question about using the tLogCatcher component.

Today if I check "Get Java Exceptions" and "Get tDie" in the tLogCatcher component, I get the impression that java exceptions always have priority when an error occurs, even if there is a link "OncomponentError" on the component that is in error.

 

So, my question is: Is there a way to retrieve these 2 informations at the same time or if we can get the tDie before the java exception?

 

Thank's !

 

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi param75

It is normal, because the Java exception occurs before tDie which is linked with 'onComponentError' or 'OnsubjobError', tLogCatcher captures the error immediately once an error is thrown.

 

Regards

Shong

View solution in original post

1 Reply
Anonymous
Not applicable

Hi param75

It is normal, because the Java exception occurs before tDie which is linked with 'onComponentError' or 'OnsubjobError', tLogCatcher captures the error immediately once an error is thrown.

 

Regards

Shong