Thanks Michael, Downgrading to Tomcat 9 seems to have fixed the problem. I'm now able to login, but I'm having connection problem with guacd. I'm able to now login and it begins to connect, but then disconnects without any explanation.
I came across this in my guacd output: guacd: symbol lookup error: /usr/local/lib/libguac-terminal.so.0: undefined symbol: pango_font_description_new ... after which the connection is immediately removed. I have pango-1.50.12 installed, which came installed on Slackware current; I wonder if my pango version is too new as well? Thanks! From: "Michael Jumper" <[email protected]> To: "user" <[email protected]> Sent: Friday, March 24, 2023 9:58:42 PM Subject: Re: Blank White Screen & Internal Server Error On Fri, Mar 24, 2023, 8:24 PM got kube < [ mailto:[email protected] | [email protected] ] > wrote: 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 have a soft spot for Slackware. It's how I got into Linux. You are probably running into: [ https://issues.apache.org/jira/browse/GUACAMOLE-1714 | https://issues.apache.org/jira/browse/GUACAMOLE-1714 ] Disabling the guacenc build would work around that. Testing a build of the latest dev code is more than welcome, too, though. BQ_BEGIN 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. BQ_END You need to use Tomcat 9.x. You cannot use Tomcat 10+. The converter will not affect Guacamole's extensions, and there will be mysterious and inexplicable failures. - Mike
