-
Notifications
You must be signed in to change notification settings - Fork 170
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
SNOW-906821: The BROWSE action is not supported on the current platform! #1505
Comments
We could wrap those lines in a |
@RobbertDM What is your default web browser? |
Mozilla Firefox 117.0.1 |
Hi @RobbertDM , I've tried reproducing this issue and I am not able to. I have a VM with Ubuntu 22: $ uname -a
Linux XXX 6.2.0-34-generic #34~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 7 13:12:03 UTC 2 x86_64 x86_64 x86_64 GNU/Linux then Java 19: $ java -version
openjdk version "19.0.2" 2023-01-17
OpenJDK Runtime Environment (build 19.0.2+7-Ubuntu-0ubuntu322.04)
OpenJDK 64-Bit Server VM (build 19.0.2+7-Ubuntu-0ubuntu322.04, mixed mode, sharing)
Can you maybe update your Linux/DBeaver/Firefox to the latest versions and try again? |
The problem is Indeed, when I just For the |
@RobbertDM When I run it from snap I get another error while trying to open the browser:
I've not looked into yet to see why. |
That's what I got too last time I ran with the |
Are you bound to use only the snap version rather than just installing it with dpkg? I feel this is going into a different side rather than focusing on JDBC and I don't really have the time to go further into that investigation. |
Nope, fixed for me, thanks for the help, I wouldn't have thought of the |
What version of JDBC driver are you using?
3.14.1
What operating system and processor architecture are you using?
Ubuntu 22.04 LTS on x86_64.
Linux xxx 6.2.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jul 13 16:27:29 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
What version of Java are you using?
openjdk 19.0.2 2023-01-17
What did you do?
I'm using DBeaver community edition and trying to add a new Snowflake connection where
authenticator
is set toexternalbrowser
.I first posted at DBeaver but it's the JDBC driver who's trying to open a browser and failing.
The stack trace leads me to this line of code:
snowflake-jdbc/src/main/java/net/snowflake/client/core/SessionUtilExternalBrowser.java
Line 66 in 1e92087
What did you expect to see?
A browser opening and showing me a page to login at Snowflake.
Can you set logging to DEBUG and collect the logs?
Here's the stack trace
The text was updated successfully, but these errors were encountered: