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

arm64/aarch64 run fails with missing libfluvio_java.so #129

Open
smndtrl opened this issue Jun 19, 2023 · 0 comments
Open

arm64/aarch64 run fails with missing libfluvio_java.so #129

smndtrl opened this issue Jun 19, 2023 · 0 comments

Comments

@smndtrl
Copy link

smndtrl commented Jun 19, 2023

On aarch64, gradle run fails with the error below.

$ gradle run

> Task :app:run FAILED
Loading cdylib for: Linux
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/nativeutils289653877006309/libfluvio_java.so: /tmp/nativeutils289653877006309/libfluvio_java.so: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64 .so on a AARCH64 platform)
        at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
        at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388)
        at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232)
        at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174)
        at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2389)
        at java.base/java.lang.Runtime.load0(Runtime.java:755)
        at java.base/java.lang.System.load(System.java:1953)
        at com.infinyon.fluvio.NativeUtils.loadLibraryFromJar(NativeUtils.java:126)
        at com.infinyon.fluvio.Fluvio.<clinit>(Fluvio.java:93)
        at custom.App.main(App.java:26)

OS
Linux 5a17d39e7ea8 6.1.29-0-virt #1-Alpine SMP Wed, 17 May 2023 14:22:15 +0000 aarch64 aarch64 aarch64 GNU/Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant