On Thu, Apr 25, 2019, 13:51 zdobe <[email protected]> wrote: > Hi Nick, > > Here is the catalina.out output at pastebin: > > https://pastebin.com/NDMtmfiL > > Please let me know if you need anything else, or for the file to grow in > length. It appears it is a database issue with the JDBC extension, but I am > not sure why it is experiencing issues. If i am correct, any thoughts on > troubleshooting that extension? >
>From the logs in the link above: > Error setting driver on UnpooledDataSource. Cause: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver You need to install the MySQL JDBC driver within GUACAMOLE_HOME/lib/. http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-installation - Mike
