-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [dolphinscheduler-task-java] The jar type task script error of the java node causes a running error #15641
Comments
Search before asking
What happenedJava node, select the jar type, and an error will be reported when running: unable to find jar What you expected to happenJava node, select jar type, the generated shell script has two bugs:
How to reproduceJava node, select the jar type, save it after the configuration is completed, go online, and start it to reproduce Anything elseNo response Versiondev Are you willing to submit PR?
Code of Conduct
|
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs. |
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future. |
Search before asking
What happened
java节点,选择jar类型,运行会报错:unnable to find jar
What you expected to happen
java节点,选择jar类型,产生的shell脚本有两个bug:
1、jar包路径重复了
2、当使用-jar参数后,-classpath参数指定的依赖包是无效的
How to reproduce
java节点,选择jar类型,配置完成后保存,上线,启动即可复现
Anything else
No response
Version
dev
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: