Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Jobserver errors on Linux

Hi all,

We freshly installed Talend Real Time Big data platform on a linux environment using the installer. The jobserver installation was included in this install.

When we have a look at the status of the jobserver in TAC, everything seems to be ok.

However, when we launch a job from the studio, we get the following error.

Execution failed : org.talend.remote.commons.exception.ClientServerException: Remote server has encountered an error:
, messageType=SERVER_ERROR, idRequestResponsePair=null,
message=java.io.IOException: Cannot run program "java" (in directory

When looking at these file locations, these files do exist. So, they get deployed, but can't be found afterwards.

We tried filling in 'talenduser' as the 'Run as' user, as this is the user that's running the jobserver. When we launch a job with that configuration, we get the following message ;

sudo: no tty present and no askpass program specified

Could you kindly help us out with this?

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Resolved thanks to customer support.

 

I added the java home path in the TalendJobServer.properties file.

 

Example

org.talend.remote.jobserver.commons.config.JobServerConfiguration.JOB_LAUNCHER_PATH=/usr/bin/jdk1.8/bin/java

 

Then restarted the jobserver.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Resolved thanks to customer support.

 

I added the java home path in the TalendJobServer.properties file.

 

Example

org.talend.remote.jobserver.commons.config.JobServerConfiguration.JOB_LAUNCHER_PATH=/usr/bin/jdk1.8/bin/java

 

Then restarted the jobserver.

Anonymous
Not applicable
Author

Hello,

Thanks for your feedback and sharing the solution with us.

Best regards

Sabrina