Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 12:27 AM
For anyone encountering this issue in 2025, I was able to solve it by using the
--add-opens=jdk.unsupported/sun.misc=ALL-UNNAMED
option in combination with the latest jdbc driver (v2.7.1). I was using the driver in dbeaver, but I assume the issue could be also solved in similar environments.
Description The following error occurs whenever I try to browse table's data, or execute an arbitrary query: Error occured while deserializing arrow data: sun.misc.Unsafe or java.nio.DirectByteBuffer.(long, int) not available DBeaver Ver...