Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
1.3.0
-
None
-
None
-
RHEL8
Description
Get a blank screen when trying to reach the login page
This error message appears in the browser
Have a podman containerization setup:
- https://hub.docker.com/r/guacamole/guacamole
- https://hub.docker.com/r/guacamole/guacd
- https://hub.docker.com/_/mariadb
Respective logs of the containers attached
To explain a bit about the logs:
Currently writing a setup script and in total, I restart the guacamole and guacd container once and mariadb container twice (due to some manually editing in the container (my.cnf) then the additional reload when reloading all the containers).
I changed the tomcat port to 443 – that's why it says 8080 then 443
Also, in the mariadb log you'll see something about a connection closed – I don't think this is an issue. This occurs when I created the guac user and run the sql scripts for the guac table through the setup script. Everything is setup correctly in the DB container, so it may just be my script causing the issue (I read online that this error can occur when a sql connection is closed forcibly).