• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » [resolved] compilation problem in tFileInputDelimited

#1 2009-07-28 16:38:59

hariprasad
Member
Registered: 2009-06-10
Posts: 30

[resolved] compilation problem in tFileInputDelimited

Hi 

    with Java i am getting following error how to resolve it????

Exception in thread "main" java.lang.Error: Unresolved compilation problem:
    The code of method tFileInputDelimited_8Process(Map<String,Object>) is exceeding the 65535 bytes limit

    at latest.termination_latest_0_1.Termination_Latest.tFileInputDelimited_8Process(Termination_Latest.java:50725)
    at latest.termination_latest_0_1.Termination_Latest.runJobInTOS(Termination_Latest.java:5543)
    at latest.termination_latest_0_1.Termination_Latest.main(Termination_Latest.java:5251)
2009-07-28

Offline

#2 2009-07-28 23:11:24

Volker Brehm
Member
Registered: 2007-04-03
Posts: 1139
Website

Re: [resolved] compilation problem in tFileInputDelimited

Hi,

looks like you hit the JVM limits. You need to reduce your job complexity. Anything in the subjob with tFileInputDelimited_8 may help:
a) removing components
b) removing columns
c) putting logic into a own job and call it with tRunJob

Looks like TOS needs a small redesign for the code generation.

Bye
Volker

Offline

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » [resolved] compilation problem in tFileInputDelimited

Board footer

Powered by FluxBB