dolphinscheduler2.0 task failed #6536
Unanswered
Data-bytes305
asked this question in
Q&A
Replies: 1 comment
-
Is this problem exists in 2.0.0-alpha? |
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
-
Shell -Task failed
[ERROR] 2021-10-15 12:09:13.902 org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread:[215] - task scheduler failure
java.lang.NullPointerException: null
at org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread.run(TaskExecuteThread.java:146)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
[INFO] 2021-10-15 12:09:13.912 org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread:[237] - develop mode is: true
Beta Was this translation helpful? Give feedback.
All reactions