Mate created GUACAMOLE-215:
------------------------------
Summary: Guacamole client doesn't see the postgres jdbc driver
Key: GUACAMOLE-215
URL: https://issues.apache.org/jira/browse/GUACAMOLE-215
Project: Guacamole
Issue Type: Bug
Components: guacamole-client
Affects Versions: 0.9.11-incubating
Environment: CentOS Linux release 7.3.1611 (Core)
PostgreSQL 9.2.18
PostgreSQL JDBC 4.2 Driver, 42.0.0
Reporter: Mate
Priority: Critical
Attachments: log.txt
I'm trying to setup guacamole with Postgres database authentication. Guacamole
client starts but it doesn't allow me to sign in. It seems for me that
guacamole client doesn't see the jdbc driver and no matter if I put jdbc.jar in
GUACAMOLE_HOME/lib or not, I get the same warnings in the log file. Permissions
are set correctly.
>From the logs I see that auth extension is loaded, so it seems that variable
>from tomcat is loaded correctly but something goes wrong with lib.
GUACAMOLE_HOME="/etc/guacamole"
guacamole.properties
------------------------------------------------------
# PostgreSQL properties
postgresql-hostname: localhost
postgresql-port: 5432
postgresql-database: guacamole_db
postgresql-username: test
postgresql-password: test
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)