On Mon, Feb 25, 2019 at 2:56 PM Robert Dinse <[email protected]> wrote:
> > Ok, here are the logs from starting tomcat with guacamole.war in the > /var/lib/tomcat8/webapps directory. It does not create the directory > guacamole and deploy but the sample war files provided with tomcat8 do > properly > deploy and operate on this server. > > Here is a link to the catalina.log file: > > https://www.eskimo.com/forums/viewtopic.php?f=6&t=492 > > Here is a link to the localhost log file: > > https://www.eskimo.com/forums/viewtopic.php?f=6&t=493 > > I think you've hit the following issue: https://issues.apache.org/jira/browse/GUACAMOLE-736 Looks like maybe you're using Java 11? There's a pull request in for this: https://github.com/apache/guacamole-client/pull/382 But it won't make it into the 1.1.0 release. For the time being you'll need to use a version of Java under version 11 - version 8 and 9 known to work. -Nick
