Hey,

We have pulled the dependency rework from the apache master and now we
cannot get our tests to run in eclipse. With maven from the command line
and also with travis it works perfectly but when I try to run tests that
access the the Configuration class we get the following exception:

java.lang.NoClassDefFoundError: com/google/common/io/BaseEncoding
at
org.apache.flink.configuration.Configuration.setBytes(Configuration.java:358)
at
.....
some stuff here
.....

Caused by: java.lang.ClassNotFoundException:
com.google.common.io.BaseEncoding
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 32 more

I literally tried everything to make it work, deleted all maven files,
reinstalled eclipse etc, but still no luck. Do you experience the same
issue when running the streaming-core tests in eclipse?

Regards,
Gyula

Reply via email to