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