Hello, I had the same problem here installing guacamole package on a clean install of Ubuntu 18.04 LTS via apt install guacamole.
Apparently the problem occurs because two required packages are not as dependencies and the post-run scripts are not creating some essential symbolic links Correction: Install libactivation-java and libstax-java packages that in my understanding should be as dependency: apt install guacamole libactivation-java libstax-java Create the symbolic links below: ln -s ../../../../java/javax.activation-1.2.0.jar /usr/share/guacamole/guacamole/WEB-INF/lib/javax.activation-1.2.0.jar ln -s ../../../../java/jaxb-core.jar /usr/share/guacamole/guacamole/WEB-INF/lib/jaxb-core.jar ln -s ../../../../java/jaxb-api.jar /usr/share/guacamole/guacamole/WEB-INF/lib/jaxb-api.jar Restart tomcat8 systemctl restart tomcat8 That's all, folks. ** Attachment added: "Script to Fix Guacamole Install" https://bugs.launchpad.net/ubuntu/+source/guacamole-client/+bug/1806510/+attachment/5228506/+files/fix.sh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1806510 Title: regression on bionic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/guacamole-client/+bug/1806510/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
