My Talend Job hangs without producing an error. I have a mysql input and a MS SQl output. After several thousand rows, the job just hands (the rows are not increasing on the output). I have also tried outputting to a csv and get the same issue. I don't see any errors, if I leave it running for a while, it times out. I can't use trace debug because the issue occurs after about 50,000 rows. The trace debug runs very slow it would take a couple of hours to get to the point it hangs. Is there a different way to debug or to force Talend to display an error?
Any idea?
More info: I don't even get an output timeout like the original poster it just stops without any log on workspace\.metadata\.log or in the job logs. No exception ... no nothing
* I've tested it in 4.2.3, Talend 5M3, M4 and M5.
I use parallel execution in iterates so maybe its a Thread deadlock. How can I debug this?
Hello I have the same issue plze Help, I don't even get an output timeout like the original poster it just stops without any log on workspace\.metadata\.log or in the job logs. No exception ... no nothing
I am getting the same thing.
I am trying to get the lastInsertId but the logger shows only until id 554 but I see that 1315 rows have been inserted.
I get no errors, it just hangs there.
I am using:
Version: 5.6.0
Build id: V5.6.0_20141024_1545
On windows 7 Pro 64 bit.
The job is just running on my machine for now.