Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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.
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.
Hello,
Thanks for your feedback and sharing the solution with us.
Best regards
Sabrina