You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

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

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
Pages: 1