github-actions[bot] commented on issue #13453:
URL: 
https://github.com/apache/dolphinscheduler/issues/13453#issuecomment-1407605838

   ### 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
   
   1. In docker-compose mode, deploy dolphin according to the document
   2. Modify the .env configuration file,
        Add two environment variables:
      FLINK_HOME=/mnt/flink-1.13.6
      SEATUNNEL_HOME=/mnt/seatunnel
   3. Modify the docker-compose file, and map the two paths on the server to 
the inside of docker
   4. Run the task after restarting, check the log and report an error, and 
enter the container to find that the java command can run
   ${SEATUNNEL_HOME}/bin/start-seatunnel-flink.sh --config 
/tmp/dolphinscheduler/exec/process/root/8378201744128/8380143812960_1/2/49/seatunnel_2_49.conf
 --run-mode run
   [INFO] 2023-01-29 08:23:12.841 +0000 - task run command: sudo -u root -E 
bash 
/tmp/dolphinscheduler/exec/process/root/8378201744128/8380143812960_1/2/49/2_49.command
   [INFO] 2023-01-29 08:23:12.844 +0000 - process start, process id is: 85
   [INFO] 2023-01-29 08:23:12.859 +0000 - process has exited. execute 
path:/tmp/dolphinscheduler/exec/process/root/8378201744128/8380143812960_1/2/49,
 processId:85 ,exitStatus,Code:127 processWaitForStatus: true , 
processExitValue: 127
   [INFO] 2023-01-29 08:23:12.871 +0000 - Send task execute result to master, 
the current task status: TaskExecutionStatus{code=6, desc='failure'}
   [INFO] 2023-01-29 08:23:12.871 +0000 - Remove the current task execute 
context from worker cache
   [INFO] 2023-01-29 08:23:12.871 +0000 - The current execute mode isn't 
develop mode, will clear the task execute file: 
/tmp/dolphinscheduler/exec/process/root/8378201744128/8380143812960_1/2/ 49
   [INFO] 2023-01-29 08:23:12.877 +0000 - Success clear the task execute file: 
/tmp/dolphinscheduler/exec/process/root/8378201744128/8380143812960_1/2/49
   _[INFO] 2023-01-29 08:23:13.844 +0000 - -> 
/mnt/seatunnel/bin/start-seatunnel-flink.sh: line 63: java: command not found_
        
   [INFO] 2023-01-29 08:23:13.846 +0000 - FINALIZE_SESSION
   
   
   
   
   ### What you expected to happen
   
   Running the task successfully
   
   ### How to reproduce
   
   Follow the above steps to
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.1.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]

Reply via email to