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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error occurred while build a specific job

Hello,
When I build the specific job I got the error that
org.talend.designer.core.model.components.EmfComponent - <Component:tInitLog4J> Connector \"THEN_RUN\" defined in the xml, but doesn't exist.

I already added the custom components in the project.

I am also attaching the log file and screenshot of the error.

LOG FILE

!ENTRY org.talend.platform.logging 2 0 2017-11-03 11:16:19.051
!MESSAGE 2017-11-03 11:16:19,051 WARN org.talend.designer.core.model.components.EmfComponent - <Component:tInitLog4J> Connector \"THEN_RUN\" defined in the xml, but doesn't exist.

!ENTRY org.talend.designer.runprocess 2 0 2017-11-03 11:16:20.383
!MESSAGE ESB configuration folder does not exists - file:/home/hiten/TalendToolsStudio-6.4.1/studio/esb

!ENTRY org.talend.platform.logging 2 0 2017-11-03 11:16:23.212
!MESSAGE 2017-11-03 11:16:23,212 WARN org.talend.designer.core.model.components.EmfComponent - <Com



To see the whole post, download it here
Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

I downgrade the Talend open studio from 6.4.1 to 6.2 and setup the project again and added the required jars and download and installed the dependency which are required for my project and build the jobs again. And its working.

Its build the job without any error.

 

Thanks for your help.

View solution in original post

16 Replies
Anonymous
Not applicable
Author

Hi,

When you get some compile errors, please check your "Code" tab in your job. There will be your compile error highlighted in red line. Screenshots of your specific job setting will be preferred.

Best regards

Sabrina

Anonymous
Not applicable
Author

 

0683p000009LrXX.pngOkay.
I build my job again but I didn't get it that in which file it will be highlighted. 
I attached the screenshot of my code tab.
Can you please help me out.

Anonymous
Not applicable
Author

Hi,

 Next to the Designer tab there is a Code tab that lets you view the source code for the entire Job.

0683p000009LrKG.png

Best regards

Sabrina

Anonymous
Not applicable
Author

ohhh yes, got it.
But I didn't get any error in my code.
The error is occurred when I build my job.
Its like compile time error.
Anonymous
Not applicable
Author

Hello,

Could you please post your specific job setting screenshots on forum? Which will be helpful for us to address your issue.

Best regards

Sabrina

Anonymous
Not applicable
Author

0683p000009LrHV.png

 

I attached the screen shot of build job.

Anonymous
Not applicable
Author

did you get anything which is useful to me ?
This error is occurred in my all files when I build the jobs.
Anonymous
Not applicable
Author

Hello,

What's JDK version you are using? Oracle java 8? Can you build your other jobs successfully on current studio V 6.4?

We see that you unchecked "Context scripts", "Shell launcher", "items" and "java source" option from your screenshot. Do you want to build your job as a standalone one?

Have you already referred to this online document about:TalendHelpCenter:How to build Jobs ?

 

Best regards

Sabrina

Anonymous
Not applicable
Author

Yes, I am using the Oracle Java 8 version.
nope, whenever I build any of the job, I got the same error which I mentioned in this topic.
Yes, I want standalone job that's why I unchecked that options.