I don’t know if this is related, but I just went in to try adding users and the like but when I click in the users tab I also get the same errors. The user interface is replaced by the error and so I am unable to do any user management. The only errors I see in the console are the ones mentioned previously.
-Nathaniel Belles > On Oct 8, 2024, at 07:32, Nick Couchman > <vnick_at_apache_org_8yqnwvnp920300_ce2d8...@icloud.com> wrote: > > >> On Tue, Oct 8, 2024 at 6:08 AM aynqua <ayn...@protonmail.com.invalid> wrote: > >> Hey Nathaniel and all, >> >> I have exactly the same problem. But in my case, the errors in the logs >> appear on these situations : >> User tab in the admin settings >> Group tab in the admin settings >> Authentification with a postgresql account (ie. With guacadmin the >> authentification is working but I have same error about caseSensitive) >> >> Here some of my logs in these cases here an authentification : >> guacamole | 09:57:47.039 [http-nio-8080-exec-5] INFO >> o.a.g.event.EventLoggingListener - User "guacadmin" (authenticated by >> "postgresql") successfully authenticated from X.X.X.X >> guacamole | 09:57:47.627 [http-nio-8080-exec-6] INFO >> o.a.g.event.EventLoggingListener - User "guacadmin" (authenticated by >> "postgresql") failed to access/retrieve their own user account within >> "postgresql": >> guacamole | ### Error querying database. Cause: >> org.apache.ibatis.binding.BindingException: Parameter 'caseSensitive' not >> found. Available parameters are [identifiers, param1] >> guacamole | ### Cause: org.apache.ibatis.binding.BindingException: >> Parameter 'caseSensitive' not found. Available parameters are [identifiers, >> param1] >> >> I hope it will help. >> > > Thank you for confirming - I am also able to reproduce it, and I do know why > it is occuring, but have not figured out the best way to fix it, yet. Still > working through that. > > -Nick