I just set up SQLeo on my Ubuntu 18.04 LTS with SQLeoVQB.2019.01.rc1 version, and got this error message: org.postgresql.util.PSQLException: An error occurred while setting up the GSS Encoded connection. The only web-search hit on that leads to an IBM support article
Last edit: PAscal 2020-08-31
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks PAscal - that did indeed help with the error message. But the (successful!) SSH tunnel (see thread linked in your original message above) means, it appears, that this error message is not triggered in any case. Good to know, though! Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2020-10-23
这个牛逼,真的解决了。
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
taken from
https://sourceforge.net/p/sqleo/discussion/general/thread/622c79e069/
I just set up SQLeo on my Ubuntu 18.04 LTS with SQLeoVQB.2019.01.rc1 version, and got this error message: org.postgresql.util.PSQLException: An error occurred while setting up the GSS Encoded connection. The only web-search hit on that leads to an IBM support article
Last edit: PAscal 2020-08-31
Hello David,
this seems to be related to (new) postgres configuration.
did you try specifying
gssEncMode=disable
in the connect string (that is supported in SQleo) ?
something like
jdbc:postgresql://myhost/mydb?gssEncMode=disable
Here is Postgres JDBC driver reference guide for this
https://jdbc.postgresql.org/documentation/head/connect.html
Regards
PAscal
Thanks PAscal - that did indeed help with the error message. But the (successful!) SSH tunnel (see thread linked in your original message above) means, it appears, that this error message is not triggered in any case. Good to know, though! Thanks.
这个牛逼,真的解决了。