Frank The Tank created GUACAMOLE-1978: -----------------------------------------
Summary: Unable to login on build from main branch Key: GUACAMOLE-1978 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1978 Project: Guacamole Issue Type: Bug Components: guacamole Affects Versions: 1.6.0 Reporter: Frank The Tank When building the client from the main branch or the staging/1.6.0 on an arm64 container, it builds just fine, but after launching the containers, I am unable to login with the default guacadmin/guacadmin. Just says login failed. The errors in the logs are: {code:java} 21:16:06.353 [http-nio-8080-exec-8] DEBUG o.a.g.a.f.FileAuthenticationProvider - User mapping file "/tmp/guacamole-home.Ydf78SGgoV/user-mapping.xml" does not exist and will not be read.14321:16:06.354 [http-nio-8080-exec-8] WARN o.a.g.event.EventLoggingListener - Authentication attempt from [<REDACTED>, 10.10.10.2] for user "guacadmin" failed: unknown error (no specific failure recorded)14421:16:06.355 [http-nio-8080-exec-8] DEBUG o.a.g.rest.RESTExceptionMapper - Client request rejected: Permission Denied. {code} I'm using an initialized Postgres DB for the backend, and have made sure the psql extension and lib are available in the container. I would try 1.5.5, but it fails to build on arm64 due to maven issues. -- This message was sent by Atlassian Jira (v8.20.10#820010)