Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi we are running a job in TAC enterprise with a node also hosted for talend run-time .
Currently the job is checked into trunk and also promoted to our branches stage and prod .When we run the job from the job conductor from the trunk branch the job runs fine with the routine library dependency correctly picked up .
But when the job is run from the prod branch with all job and dependencies being promoted the same fails with the below errors which look like to be coming due to the routine library not being there .The library in question here is a freemarker jar .
Configuration cannot be resolved to a type
Configuration cannot be resolved to a type
Version cannot be resolved to a type
Template cannot be resolved to a type
TemplateException cannot be resolved to a type
at routines.WFGEmailUtils.processFMTemplate(EmailUtils.java:60)
Is there a way to resolve this somehow by checking in the jar into some location on the svn or any alternative .AS this doesn't look like consistent behavior from Talend Enterprise and its frustrating as it is happening in the production Branch for us .
STACK
TAC 5.5.1
Runtime 5.5.1
Studio 5.5.1
Regards,
Gaurav