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

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

Job throws NullPointerException as StandAloneJob, but in Studio the Job is running without Problem

Hello talend-Community,

 

very strange Problem. There is a Job, that runs without any errors in the talend Studio. But when the job is running as Standalone Job, it throws NullPointerException.

Studio ist Open Studio for Data Integration 7.0.1 with jdk1.8.0_221 on Windows 10. The Server for the Standalone Jobs are SUSE Linux also with jdk1.8.0_221.

0683p000009M7fz.png

I`ve tried the jre instead of jdk, export and reimport the job ... absolutely no change of the error. I have no clue, why the job is running fine in studio and as standalone not.

 

Greetings

 

Michael

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Connect tJDBCConnection to tLDAPInput with OnComponentOK trigger to be sure i's executed before you try to connect to the DB

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Hi there Michael,

 

Can you provide more information on the topics below?

- How is you tMysqlOutput_1 configured? Can you take some screenshots on the component basic and advanced settings?

- What is the job supposed to do?

 

Regards,

 

Luiz 

Anonymous
Not applicable
Author

Hello Luiz,

 

the Job compares new users with existing users in an LDAP and writes the new users in a MySQL DB.

Here the  tMysqlOutput_1 setings and a view of the whole job:

tMysqlOutput_1 ist the third component

0683p000009M7g4.png0683p000009M7gE.png0683p000009M7gT.png

 

TRF
Champion II
Champion II

Connect tJDBCConnection to tLDAPInput with OnComponentOK trigger to be sure i's executed before you try to connect to the DB
Anonymous
Not applicable
Author

Hei TRF,

 

great, now the Job works standalone too.

 

Thank you so much!!

TRF
Champion II
Champion II

You're welcome