Where are you getting the executables from? Are you building them yourself? Is guacamole.properties readable by tomcat? Check the file permissions
I think something is broken in the executable because tomcat is crashing: Nov 2 15:32:13 hostname tomcat9[1835245]: java.lang.ClassCastException: class java.io.ObjectStreamClass$Caches$1 cannot be cast to class java.util.Map (java.io.ObjectStreamClass$Caches$1 and java.util.Map are in module java.base of loader 'bootstrap')) From: Aero Tech <[email protected]> Sent: Thursday, November 2, 2023 4:18 PM To: [email protected] Subject: Re: Build Issue Troubleshooting Ubuntu22 the build is tomcat9 and guac 1.5.3 On Thu, Nov 2, 2023 at 4:10 PM Mark Li <[email protected]<mailto:[email protected]>> wrote: What’s the O/S? From: Aero Tech <[email protected]<mailto:[email protected]>> Sent: Thursday, November 2, 2023 2:51 PM To: [email protected]<mailto:[email protected]> Subject: Re: Build Issue Troubleshooting That is the weird thing it won't create any logs in the guacamole log location even though I specified it in guacamole.properties. From what I read I should be able to get the 2fa working without the duo extension if the 2fa SRVR is handling LDAPS. It can do LDAPS or RADIUS. I've added both into the file but it still fails. I added the .pem cert to the cert store and can do an ldapsearch from terminal. If I need to add a DB I'm not opposed to that. If I add a user.xml I can get past the login page but it fails to remote which may be a FW port setting or something else. Was trying to set the user.xml to the actual server. I added a no authentication to test and still cannot get into it with every LDAPS and RADIUS setting commented out. So not sure if I need a separate DB to store the account the default account isn't working. I want to get that working then get the 2fa working. I can send you some of my config files redacted in a bit if you need. If I have to have a separate DB I would probably want to add a PSQL DB. Not totally against it just don't want to set up things if unneeded. On Thu, Nov 2, 2023 at 1:27 PM Mark Li <[email protected]<mailto:[email protected]>> wrote: Do the guac log files show any errors? Accesses from the browser? Is there a message saying unauthorized? From: Aero Tech <[email protected]<mailto:[email protected]>> Sent: Thursday, November 2, 2023 12:54 PM To: [email protected]<mailto:[email protected]> Subject: Build Issue Troubleshooting Team, I am stuck on a build and cannot seem to get in with the generic username and password even after removing all auth methods in guacamole.properties username and password still show up and nothing authenticates. There is probably something wrong with my build but not sure what. Would like to ideally have the build without a PSQL or MySQL DB and use 2FA through an existing 2FA server but need to iron out why I can't even login to the web int first. Regards, Blake
