kestra-io / plugin-scripts

https://kestra.io/plugins/
Apache License 2.0
9 stars 11 forks source link

Unable to load all plugin classes from from 'xxx/plugin-script-python-0.19.0.jar'. Cause: [NoClassDefFoundError] io/kestra/core/tasks/scripts/AbstractBash #184

Closed zhaosirlaile closed 2 weeks ago

zhaosirlaile commented 2 weeks ago

Describe the issue

Why can't I load this plugin (plugin-script-python-0.19.0.jar)?

image

Environment

Ben8t commented 2 weeks ago

Hello @zhaosirlaile , can you give us more context on your Kestra installation, and what are you trying to do please?

zhaosirlaile commented 2 weeks ago

Hello @Ben8t , I seem to have found the cause of the problem. It should be related to packaging (caused by not using shadowJar for packaging). Now it is normal. Thank you 🙏.

Ben8t commented 2 weeks ago

Ok thanks ! Closing