Skip to content
Advertisement

Tag: bazel

How to fix this ‘ Using type org.apache.zookeeper.KeeperException.NoNodeException from an indirect dependency ‘?

The function is very simple: However when I compile it I got this error at the catch statement: error: [strict] Using type org.apache.zookeeper.KeeperException.NoNodeException from an indirect dependency The zookeeper version is 3.4.14. What is causing this error and how can I fix it? java version is openjdk 10.0.2 2018-07-17 Answer This error is actually caused by an error in the

Advertisement