Replies: 2 comments 1 reply
-
Can you check your snowflake jdbc driver version please? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Its 3.23.1
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just upgraded from lite 2.4.x to 25.0.0.202503110504, and now snowflake is not working.
SQL Error [200001] [XX000]: JDBC driver internal error: Fail to retrieve row count for first arrow chunk: sun.misc.Unsafe or java.nio.DirectByteBuffer.(long, int) not available.
JDBC driver internal error: Fail to retrieve row count for first arrow chunk: sun.misc.Unsafe or java.nio.DirectByteBuffer.(long, int) not available.
Im connecting to snowflake via encrypted private key using the lite version of dbeaver.
I can see the databases and schemas, but get that error when trying to open the list of tables or views.
When our backend app connects using the same credentials as this connection (including user and role), it can see the tables and their data.
I get the same error when trying to query the tables.
I get the same error when I use SSO and my own user to connect to Snowflake.
Checking my connection, when I do "test connection" it correctly picks up the database, warehouse, schema, role etc.
I have the warehouse set correctly.
If I use exactly the same user, wharehouse and role on the snowflake web based UI, it works.
This was working in DBeaver before I upgraded.
Beta Was this translation helpful? Give feedback.
All reactions