Search code examples
talend

Talend job not running


I am new to Talend.

I created my first job, and ran it.

I followed this link. But, the job is not running and I get the following error :

Execution failed : generationManager is not initialized by the perljet/javajet!

Can somebody help me out?


Solution

  • I have resolved the issue.

    At first, the problem was that I wasn't running the appropriate version of Talend according to my 64-bit Windows OS. To do that, I had to run the "TOS_DI-win-x86_64" application from the installation directory. That solved the problem of incompatibility with the Jdk, and I was able to run my job successfully.