Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team
We have developed few talend jobs on local windows , but while moving the job to linux it throws below error-
"Error: Could not find or load main class dummy.demo_0_1.demo
Caused by: java.lang.ClassNotFoundException: dummy.demo_0_1.demoClass "
Could you please guide us what could be the the issue ? It could be a file permission issue but not sure which file . Any help/pointers is highly appreciated.
Hi
It seems like a permission issue, "Error: Could not find or load main class dummy.demo_0_1.demo" means it can't find the java file of the job (jobName_0_1.jar) or can't access it, open the job script jobName_run.sh, you will see which files will be accessed and where.
Regards
Shong