You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
...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 jarThe text was updated successfully, but these errors were encountered: