On Tue, Apr 30, 2019, 07:39 zdobe <[email protected]> wrote: > ... > Per Mike's findings, I changed from the MariaDB Connector to the MySQL > connector and am now getting different errors in Catalina.out. It looks > like > my guacamole SQL user doesn't have rights to the database. Currently > troubleshooting that, I followed the directions on the manual, but it's not > behaving properly. > > Here is the Catalina.out log, in large fashion this time: > > https://pastebin.com/iN1tQwqq
>From the above logs: "Access denied for user 'guacamole_user '@'localhost'" There is a trailing space in the username. Remove the trailing space from guacamole.properties and restart Tomcat. You may want to check whether you have accidentally added spaces to other properties, as well. - Mike
