UNCLASSIFIED - NO CUI

guacamole warball fails to deploy

Summary

(Summarize the bug encountered concisely)

Steps to reproduce

(How one can reproduce the issue - this is very important)

What is the current bug behavior?

guacamole.war is not deployed

What is the expected correct behavior?

guacamole.war is deployed

Relevant logs and/or screenshots

16-Aug-2021 20:19:31.598 SEVERE [main] org.apache.catalina.core.StandardContext.listenerStart Error configuring application listener of class [org.apache.guacamole.GuacamoleServletContextListener]
        java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener

Possible fixes

The guacamole upstream image uses tomcat 8 per https://hub.docker.com/layers/guacamole/guacamole/latest/images/sha256-b1e04f8d133044992c489550ac95c16ffef2be924330a33667b136411a3ae8c4?context=explore

According to https://stackoverflow.com/a/66712199 the error above is due to using tomcat 10 instead of an older tomcat.

Defintion of Done

  • Bug has been identified and corrected within the container
Edited by Al Fontaine