Hi Beam developers,

I started getting test failures when building Beam in my MacBook Pro.
Module: sdks/java/extensions/sql/zetasql. The NoClassDefFoundError occurs
because of jnilib file is missing.

Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: File
/zetasql/local_service/liblocal_service_jni.jnilib was not found inside JAR.
at
com.google.zetasql.JniChannelProvider.<clinit>(JniChannelProvider.java:68)
... 69 more
Caused by: java.io.FileNotFoundException: File
/zetasql/local_service/liblocal_service_jni.jnilib was not found inside JAR.
at
com.google.zetasql.cz.adamh.utils.NativeUtils.loadLibraryFromJar(NativeUtils.java:105)
at
com.google.zetasql.JniChannelProvider.<clinit>(JniChannelProvider.java:66)
... 69 more

Full log: https://gist.github.com/suztomo/f3d8815e8f48aeabd0288de34c1488f0

Has anyone encountered a similar problem?

-- 
Regards,
Tomo

Reply via email to