-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
AdoptOpenJDK 11.0.4 gives UnsatisfiedLinkError
#1773
Comments
Hi @raphaelbauer, Are you using AdoptOpenJDK? There seems to be an issue: If so, you can either downgrade or upgrade (see the issue for the details) |
@bsideup You are a genius. Thanks! This was the problem. It looks like the adoptopenjdk11 builds got an issue right now. Workaround for those hitting this issue is detailed in the linked issue (adoptium/temurin-build#1211 (comment)). |
Thanks for the info guys. Saved me a lot of time. 🙏 |
In my case this issue was being masked by a |
UnsatisfiedLinkError
Good Evening, Currently Im having what looks like the same problem, but using adoptopenjdk12, please could you help me?
|
We have a Java project that uses postgresql from testcontainers. The project builds fine on Macs, Travis etc.
But there is this one Mac where it does not work.
Somehow postgresql cannot be started by the testcontainers plugin and we get a long problem description (attached below). Something like InvalidConfigurationException (ping failed).
Docker is installed on that machine and docker run hello-world is running just fine. We already deinstalled docker and re-installed it - to no avail.
Any pointer why this is happening would be great. Thanks!
More specs:
The text was updated successfully, but these errors were encountered: