Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using a job since last 3 years. It never did throw error. Now after adding 3 columns , it started throwing error. I have removed 10 other columns that I am not using, it is still throwing the same error.
Design Structure :
I am creating 3 data flows and appending them using tUnite and using the resultant to left join with another data flow. I noticed that, when I deactivate any of the 3 data flows, it works well. As soon as I activate all the 3, it throws error "The code of method tDBInput2_Process exceeds 65535 byte limit"
Please help.Error.jpg
Hello,
There are Java limits on method size. We can do something on this matter (optimize / generate synthetic methods to split code in more chunks).
Here is community knowledge article:https://community.talend.com/t5/Design-and-Development/Exceeding-the-Java-65535-bytes-limit/ta-p/180
Let us know if it helps.
Best regards
Sabrina