-
Notifications
You must be signed in to change notification settings - Fork 39
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
java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "getdtablesize" #236
Comments
Make sure you run with latest release GraalVM 20.2.0 (the log shows /home/leroy/Programs/graalvm-ce-java11-20.2.0-dev) from https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-20.2.0 For some reason, one of your dependencies is adding the |
We are not directly using any native libraries in our project and suspect it's one of the dependencies. In this issue you mentioned the client plugin scanning all dependencies for static native libraries. Do you have any suggestions on how I might be able to detect them? Now using latest release GraalVM 20.2.0 and the same error occurs If it is of any help, I've included jdeps output of our jar |
You can easily check what native libraries are extracted. See |
That folder is empty on my side. I've run clean, build, package, install, run |
Ok, looks like it could be added via JMX. Your log shows |
I took the following steps to resolve the issue:
|
Hi there
My client run task with android target fails with the below link error:
E/AndroidRuntime(19668): java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "getdtablesize" referenced by "/data/app/hello.hellodesktop-XiRilnh49ahx5XXKtJJqtg==/lib/arm64/libsubstrate.so"...
This specifically occurs when launching our enterprise jar with Assisted Configuration of Native Image Builds. I'm unfortunately unable to replicate the issue in a simple project
Env:
GraalVM CE 20.3.0-dev-20200814_0227 and it's bundled Java 11
Ubuntu 16.04
Maven client plugin version 0.1.31
full-stacktrace.log
Any assistance would be greatly appreciated
The text was updated successfully, but these errors were encountered: