-
Notifications
You must be signed in to change notification settings - Fork 282
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] Plugin installation fails due to jar hell #2324
Comments
A couple of things we can try:
|
Core has a direct dependency on jackson-databind now? Looking into this more, a lot of components are going to need to react to this change. |
Looks like it was added for extensions: opensearch-project/OpenSearch#5366 We can remove our dependency on jackson-databind since it comes from upstream now. |
Created a PR to remove jackson-databind and jackson-annotations as direct dependencies: #2325 |
Thank you @cwperks |
I also created this issue in core: opensearch-project/OpenSearch#5526 |
Seems like the |
According to the above fixes, we can close this issue now. Thank you all for the help! |
What is the bug?
When executing the plugin install action on main, the process fails due to
Exception in thread "main" java.lang.IllegalStateException: failed to load plugin opensearch-security due to jar hell
This occurs when attempting to install the security plugin into OpenSearch core and results in the following complete error log:
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
This is a new error after the weekend.
Do you have any additional context?
The action worked as expected on Friday.
The text was updated successfully, but these errors were encountered: