Replies: 1 comment
-
|
I encountered a similar problem, have you solved it? How did you do it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[LOG-PATH]: /tmp/js_4e_user/worker-server/logs/20241025/15409388016704_12-92-146.log, [HOST]: Host{address='', ip='', port=1234}
[INFO] 2024-10-25 10:06:15.633 +0800 - Begin to pulling task
[INFO] 2024-10-25 10:06:15.641 +0800 - Begin to initialize task
[INFO] 2024-10-25 10:06:15.641 +0800 - Set task startTime: Fri Oct 25 10:06:15 CST 2024
[INFO] 2024-10-25 10:06:15.641 +0800 - Set task envFile: /tmp/js_4e_user/worker-server/conf/dolphinscheduler_env.sh
[INFO] 2024-10-25 10:06:15.641 +0800 - Set task appId: 92_146
[INFO] 2024-10-25 10:06:15.641 +0800 - End initialize task
[INFO] 2024-10-25 10:06:15.642 +0800 - Set task status to TaskExecutionStatus{code=1, desc='running'}
[INFO] 2024-10-25 10:06:15.643 +0800 - TenantCode:js_4e_user check success
[INFO] 2024-10-25 10:06:15.643 +0800 - ProcessExecDir:/home/js_4e_user/dolphinscheduler/exec/process/js_4e_user/15377582741440/15409388016704_12/92/146 check success
[INFO] 2024-10-25 10:06:15.644 +0800 - get resource file from path:/home/js_4e_user/dolphinscheduler/js_4e_user/resources/quality/test.sh
[INFO] 2024-10-25 10:06:15.645 +0800 - Resources:{/quality/test.sh=js_4e_user} check success
[INFO] 2024-10-25 10:06:15.645 +0800 - Task plugin: SHELL create success
[INFO] 2024-10-25 10:06:15.645 +0800 - shell task params {"localParams":[],"rawScript":"sh test.sh\r\n#echo "curr_time"","resourceList":[{"id":8,"resourceName":"/quality/test.sh","res":"test.sh"}]}
[INFO] 2024-10-25 10:06:15.645 +0800 - Success initialized task plugin instance success
[INFO] 2024-10-25 10:06:15.645 +0800 - Success set taskVarPool: null
[INFO] 2024-10-25 10:06:15.645 +0800 - raw script : sh test.sh
#echo "curr_time"
[INFO] 2024-10-25 10:06:15.645 +0800 - task execute path : /home/js_4e_user/dolphinscheduler/exec/process/js_4e_user/15377582741440/15409388016704_12/92/146
[INFO] 2024-10-25 10:06:15.645 +0800 - Begin to create command file:/home/js_4e_user/dolphinscheduler/exec/process/js_4e_user/15377582741440/15409388016704_12/92/146/92_146.command
[INFO] 2024-10-25 10:06:15.645 +0800 - Success create command file, command: #!/bin/bash
BASEDIR=$(cd
dirname $0; pwd)cd $BASEDIR
source /tmp/js_4e_user/worker-server/conf/dolphinscheduler_env.sh
/home/js_4e_user/dolphinscheduler/exec/process/js_4e_user/15377582741440/15409388016704_12/92/146/92_146_node.sh
[INFO] 2024-10-25 10:06:15.649 +0800 - task run command: sudo -u js_4e_user -i bash /home/js_4e_user/dolphinscheduler/exec/process/js_4e_user/15377582741440/15409388016704_12/92/146/92_146.command
[INFO] 2024-10-25 10:06:15.650 +0800 - process start, process id is: 33026
[INFO] 2024-10-25 10:06:16.067 +0800 - process has exited. execute path:/home/js_4e_user/dolphinscheduler/exec/process/js_4e_user/15377582741440/15409388016704_12/92/146, processId:33026 ,exitStatusCode:1 ,processWaitForStatus:true ,processExitValue:1
[INFO] 2024-10-25 10:06:16.068 +0800 - Send task execute result to master, the current task status: TaskExecutionStatus{code=6, desc='failure'}
[INFO] 2024-10-25 10:06:16.069 +0800 - Remove the current task execute context from worker cache
[INFO] 2024-10-25 10:06:16.069 +0800 - The current execute mode isn't develop mode, will clear the task execute file: /home/js_4e_user/dolphinscheduler/exec/process/js_4e_user/15377582741440/15409388016704_12/92/146
[INFO] 2024-10-25 10:06:16.069 +0800 - Success clear the task execute file: /home/js_4e_user/dolphinscheduler/exec/process/js_4e_user/15377582741440/15409388016704_12/92/146
[INFO] 2024-10-25 10:06:16.651 +0800 - -> /usr/bin/bash: /home/js_4e_user/dolphinscheduler/exec/process/js_4e_user/15377582741440/15409388016704_12/92/146/92_146.command: No such file or directory
[INFO] 2024-10-25 10:06:16.653 +0800 - FINALIZE_SESSION
Beta Was this translation helpful? Give feedback.
All reactions