Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
javvaji
Creator II
Creator II

Unresolved compliation Error

Hi,

 

I was getting an compilation error even though i don't put a single component in job.

Can anyone suggest me on this.

 

Below is the error.

 
"Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
at emsa_fdl_aws_dev_q.test_job_0_1.test_job.main(test_job.java:274)"
 
Regards,
Bharath.
Labels (1)
6 Replies
fdenis
Master
Master

start by restart talend studio.
click on code tab to see if there is error.
give us some pics to help us !!!
javvaji
Creator II
Creator II
Author

HI 

Thanks for Reply.

 

I did restart the studio and tried to run the job i was getting same error forgot to mention when i was running the first i was getting the following error.

 

"Error occurred during initialization of VM
Could not reserve enough space for 1048576KB object heap"

i changed the jvm max to 500 MB then it was getting the following error

 

"Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
at Sample.test_job_0_1.test_job.main(test_job.java:274)"

 

Note: I am using Talend 6.3 32 bit version.

Sorry i was unable to provide you the screen shot.

 

Regards,

Bharath.

 

fdenis
Master
Master

compilation error you may have forgot "
in your job, open code tab. lock at the red marks. it may help you to found the mistake.
javvaji
Creator II
Creator II
Author

Hi @fdenis 

 

I don't see any error in the code. Infact i didn't used any components in job just created new job that's it.

 

fdenis
Master
Master

no components into your job so nothing to do even if there are errors.
build a simple job (adding tJava into your job)
and try again.
javvaji
Creator II
Creator II
Author

Hi,

 

Already tried which said but no luck.