Hi there! I've been struggling to get my Guacamole install working all week; I'm hoping someone can help me out here.
I built guacd from source; pulled from github. I tried building the 'release' but ran into compilation/syntax issues on my system (SlackwareARM current), whereas the pull from github built and runs fine. I attempted to build the guacamole client from source as well, but ran into build issues there as well that I didn't want to dig into. So I opted to use the 'release' war file on the Downloads page. I installed it into Tomcat (10.1) and after adding a tweak to my context.xml file (<Loader jakartaConverter="TOMCAT" />) it appears to start according to the Tomcat Webapp Manager. When I point my browser to the application path, it seems it attempts to load, but gives up quickly and leaves me with a blank white page. I've looked at my logs but they don't provide me with much of anything to go off of. I've poted them to githib here: [ https://github.com/gotkube/guacamolefails | https://github.com/gotkube/guacamolefails ] In short; the access_log shows that requests to assets like css, javascript and images appear to be returned (with 200 result values in the log), but api requests return a code of 500 (see the bottom few lines of [ https://github.com/gotkube/guacamolefails/blob/main/tomcathost.mydomain.vpn.access_log.2023-03-23.txt | https://github.com/gotkube/guacamolefails/blob/main/tomcathost.mydomain.vpn.access_log.2023-03-23.txt ] ) I'm confused as to why this is happening and what needs to be done to get it working. I don't see anything in the Tomcat logs to suggest a problem with Guacamole, but clearly something isn't working for me. I'd appreciate any suggestions or insight into how to get this working. Thanks!
