You are not logged in.
Announcement
Unanswered posts
|
Do you have an issue ?
Tried to activate tLogCatcher into my job properties, this doesn't works for me.
The component doesn't activate when an exception occured...
Hi, There's is no error message. I have cause an error in my job, to verify if the tLogCatcher really catch the error.
In tJavaRow_6 I wrote
System.out.println("Hi world, an error occured");but it doesn't displays anything.
The error I have caused is the following :
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
OnOk cannot be resolved
at pmi_stat.job5a.Job5a.tMysqlRow_4Process(Job5a.java:10425)
at pmi_stat.job5a.Job5a.tMysqlInput_15Process(Job5a.java:10218)
at pmi_stat.job5a.Job5a.tMysqlInput_16Process(Job5a.java:8215)
at pmi_stat.job5a.Job5a.tDenormalize_1_DenormalizeInProcess(Job5a.java:18577)
at pmi_stat.job5a.Job5a.tMysqlInput_1Process(Job5a.java:1953)
at pmi_stat.job5a.Job5a.tMysqlInput_17Process(Job5a.java:892)
at pmi_stat.job5a.Job5a.tFileList_1Process(Job5a.java:682)
at pmi_stat.job5a.Job5a.tJava_1Process(Job5a.java:10962)
at pmi_stat.job5a.Job5a.runJob(Job5a.java:18665)
at pmi_stat.job5a.Job5a.main(Job5a.java:18602)Thank you.
Hi
Can you show the error message?
Best regards
shong
Hi team !
I had successfully import my project from 2.1.2 to 2.2.2 with no bugs... except the job's part which manage errors.
If an error occured, I store log into a csv file, and I write a line into a MySQL table.
This works correctly on 2.1.2, but if my job bugs, It doesn't make operations...
Did I make something wrong or is it a bug ?
Thank you.