Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
sarora1
Creator
Creator

How to run standalone Talend job on linux?

I created Talend job in Studio on windows environment. I built a stand alone job and ran the .bat file on my system, it worked perfectly fine.

 

I copied the same build folder on linux and when I am trying to run the same job on linux by running the .sh file, I get this error

Error: Could not find or load main class test.job_name

 

 

 

Labels (2)
1 Solution

Accepted Solutions
sarora1
Creator
Creator
Author

running the .sh file works. 

Issue resolved.

View solution in original post

5 Replies
sarora1
Creator
Creator
Author

running the .sh file works. 

Issue resolved.

sunitha
Contributor
Contributor

can u please explain how you done it

Thanks in advance
sarora1
Creator
Creator
Author

Build your job locally in Studio. Copy the whole thing to wherever you want to execute (In your case linux)

Unzip the build folder.

Go to the job folder inside your build folder. There you will find .sh file.

You can execute .sh file from command line.

I am executing standalone job on linux like this:

/path_to_your_job/job_name.sh

sunitha
Contributor
Contributor

I tried the same process but throwing error as load main class
Any suggestions?
sarora1
Creator
Creator
Author

Are you able to build the job?

Are you able to run the job in Studio?

Do you have any context variables to provide?

Please provide the error message and contents of .sh file and snapshot of terminal where you are executing.