I have this really weird issue going on.
Talend Open Studio 7.1.1 is installed on Ubuntu 18.04. I create the jobs and the build them and move the build files to a test server. The jobs are then executed by using the "sh run_job.sh". Have like 9 jobs and all of them work fine, except of this one job. It works fine on the dev, but when the same set of files are moved to prod, I get the class not found error.
The dev and prod are setup with exact same specs. The Java version is 1.8.0_191.
Tried rebuilding the job and I still get the same error on prod. The other jobs work flawlessly on prod. Where should I be looking at?