Skip to content
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

Update zookeeper exclusions to encompass zookeeper-jute as well, to guard against NoSuchMethodError #2626

Open
keith-ratcliffe opened this issue Nov 14, 2024 · 0 comments · May be fixed by #2627
Assignees
Labels
bug Something isn't working

Comments

@keith-ratcliffe
Copy link
Collaborator

keith-ratcliffe commented Nov 14, 2024

While building/testing DW against a recent Accumulo 2.1.4-SNAPSHOT, I observed that the web services failed to deploy in Wildfly due to:

WARN  [org.apache.zookeeper.ClientCnxn] (MSC service thread 1-7-SendThread(zk:2181)) 
Session 0x0 for server zk:2181, Closing socket connection.
Attempting reconnect except it is a SessionExpiredException.: java.lang.NoSuchMethodError:
'void org.apache.zookeeper.proto.ConnectRequest.<init>(int, long, int, long, byte[])'
...

...as a result of zookeeper-jute-3.9.2.jar having been included in the deployment transitively thru Accumulo, rather than the desired 3.8.x version of that jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant