Perform these steps for each impersonated user.
Procedure
-
Use sudo to log in interactively as the same user as the JobServer is running
as.
In a default configuration, it is talenduser.
Example
sudo -I -u talenduser
-
Check the shell used.
ps -p $$
-
Check that Java is available on the PATH.
java -version
- Confirm that it is the intended Java version.
-
If it is not, do one of the following:
- Modify the secure_path configuration in sudoers to include the Java directory.
- Add a symbolic link to the Java executable explicitly under /usr/bin.