xukaisjz opened a new issue, #15722: URL: https://github.com/apache/dolphinscheduler/issues/15722
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened erro logs: "tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7/4_7.sh: line 4: /bin/javac: No such file or directory /tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7/4_7.sh: line 4: /bin/java: No such file or directory" console logs: ` [INFO] 2024-03-16 09:57:27.974 +0800 - *********************************************************************************************** [INFO] 2024-03-16 09:57:27.974 +0800 - ********************************* Execute task instance ************************************* [INFO] 2024-03-16 09:57:27.974 +0800 - *********************************************************************************************** [INFO] 2024-03-16 09:57:27.974 +0800 - The current java source code will begin to replace the placeholder: public class Test { public static void main(String[] args) { System.out.println("======="); System.out.println("1111"); } } [INFO] 2024-03-16 09:57:27.975 +0800 - tenantCode: root, task dir:/tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7 [INFO] 2024-03-16 09:57:27.975 +0800 - the java source code:/tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7/Test.java, will be write to the file: public class Test { public static void main(String[] args) { System.out.println("======="); System.out.println("1111"); } } [INFO] 2024-03-16 09:57:27.976 +0800 - Final Shell file is: [INFO] 2024-03-16 09:57:27.976 +0800 - ****************************** Script Content ***************************************************************** [INFO] 2024-03-16 09:57:27.976 +0800 - #!/bin/bash BASEDIR=$(cd `dirname $0`; pwd) cd $BASEDIR ${JAVA_HOME}/bin/javac -classpath .:/tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7 /tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7/Test.java;${JAVA_HOME}/bin/java -classpath .:/tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7 Test [INFO] 2024-03-16 09:57:27.976 +0800 - ****************************** Script Content ***************************************************************** [INFO] 2024-03-16 09:57:27.976 +0800 - Executing shell command : sudo -u root -i /tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7/4_7.sh [INFO] 2024-03-16 09:57:28.051 +0800 - process start, process id is: 1921 [INFO] 2024-03-16 09:57:29.051 +0800 - -> /tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7/4_7.sh: line 4: /bin/javac: No such file or directory /tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7/4_7.sh: line 4: /bin/java: No such file or directory [INFO] 2024-03-16 09:57:29.053 +0800 - process has exited. execute path:/tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7, processId:1921 ,exitStatusCode:127 ,processWaitForStatus:true ,processExitValue:127 [INFO] 2024-03-16 09:57:29.053 +0800 - java task run result: TaskResponse(varPool=null, processId=1921, resultString=null, appIds=null, process=null, cancel=false, exitStatusCode=127, status=null) [INFO] 2024-03-16 09:57:29.053 +0800 - *********************************************************************************************** [INFO] 2024-03-16 09:57:29.053 +0800 - ********************************* Finalize task instance ************************************ [INFO] 2024-03-16 09:57:29.054 +0800 - *********************************************************************************************** [INFO] 2024-03-16 09:57:29.055 +0800 - Upload output files: [] successfully [INFO] 2024-03-16 09:57:29.059 +0800 - Send task execute status: FAILURE to master : 172.17.0.4:1234 [INFO] 2024-03-16 09:57:29.060 +0800 - Remove the current task execute context from worker cache [INFO] 2024-03-16 09:57:29.060 +0800 - The current execute mode isn't develop mode, will clear the task execute file: /tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7 [INFO] 2024-03-16 09:57:29.060 +0800 - Success clear the task execute file: /tmp/dolphinscheduler/exec/process/root/12922454007776/12936536535008_4/4/7 [INFO] 2024-03-16 09:57:29.060 +0800 - FINALIZE_SESSION` ### What you expected to happen normal ### How to reproduce  ### Anything else _No response_ ### Version 3.2.x ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
