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
JNA loader constraint violation with MariaDB & waffle-jna #22479
Comments
|
Hello @rusher Did you do these steps?
|
|
Thanks for the answer. We will look at it. |
|
The problem cause by JNA dependency in MySQL driver extension. |
serge-rider
added a commit
that referenced
this issue
Jan 18, 2024
… read moved to the registry bundle.
serge-rider
added a commit
that referenced
this issue
Jan 24, 2024
|
correction confirmed thanks ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Description
when loading latest mariadb connector version (3.3.2), connection throw an error
This is a problem, because since a few version, mariadb 3.3.2 has a waffle-jna dependency. So this always occurs for all connections, even if GSS authentication is not used.
Waffle-jna dependency and seems incompatible with dbeaver (reading from #8247), i've tryed to checking "ignore transcient dependencies" that permit connection when not using GSS authentication.
When needing GSS authentication, adding waffle artificts manually without JNA, that results in error" com/sun/jna/ptr/IntByReference", probably because JNA version doesn't match.
DBeaver Version
23.3.2.202401072024
Operating System
windows 11
Database and driver
mariadb database 10.11 and java connector 3.3.2
Steps to reproduce
No response
Additional context
This is similar to #8247 and #15289
The text was updated successfully, but these errors were encountered: