Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I know this issue has been answered with TOS of old version and same threads helped me know the reason behind my problem which is the big number of columns.
But I can't find a solution for my problem ,yet.
When trying to load the schema of an xlsx file that contains 2341 columns , the exception above (in the title) is thrown !
I'm running The 7.1.1 version
What shoud I do exactly in this case ?
Hi @in21 ,
This is not a Talend issue, and this is a limitation of Java that JVM can only compile each class of maximum size of 64KB.
hence you need to split the columns in your Excel into multiple Excels and then proceed with your job.
My suggestion would be split the Excel into multiple parts and build separate subjobs, which will reduce the chance of JVM error.
Thanks and Regards,
Subhadip
Hi @in21 ,
This is not a Talend issue, and this is a limitation of Java that JVM can only compile each class of maximum size of 64KB.
hence you need to split the columns in your Excel into multiple Excels and then proceed with your job.
My suggestion would be split the Excel into multiple parts and build separate subjobs, which will reduce the chance of JVM error.
Thanks and Regards,
Subhadip