Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
It is known issue in talend
## 4.10 Limitations of the Java Virtual Machine
* The amount of code per non-native, non-abstract method is limited to 65536 bytes ....
Hi,
It is known issue in talend.
Please refer to related jira bug , , . We are working on the error "The code of method is exceeding the 65535 limit." for a huge of columns.
It suggest you can open a jira issue of DI project for work item issue jira portal. Our component developer will check your issue and give a workaround on your case
Best regards
Sabrina
Hi,
I'm now having same problem trying to export a 500-column table from SQL Server using tMSSQLInput. Is there a workaround - I do need the table exported with all columns. The tickets you listed seem to be resolved, albeit mention a different component. Is this the same issue that was discussed here or something else? If yes - was it supposed to be fixed for all components or only ones listed in jira tickets?
Full error is as follows:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The code of method tMSSqlInput_1Process(Map<String,Object>) is exceeding the 65535 bytes limit
at .tMSSqlInput_1Process(.java:14697)
at .runJobInTOS(.java:30898)
at .main(.java:30755)
Appreciate your help
Alex