[ https://issues.apache.org/jira/browse/GUACAMOLE-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17859707#comment-17859707 ]
Nick Couchman commented on GUACAMOLE-1962: ------------------------------------------ Extensions are the various items that you use for authentication and storage, and are placed in the /etc/guacamole/extensions directory. Based on your configuration file, I would guess that you have the following authentication extensions installed: guacamole-auth-jdbc-mysql guacamole-auth-saml guacamole-history-recording-storage My guess is that the history recording module, which provides an overlay ("decorates") the JDBC module, is what's causing the issue, and this is probably a bug. I'll try to test it out with a configuration similar to yours and see if I can get it to fail in the same manner. > Error while killing session from Active Sessions > ------------------------------------------------ > > Key: GUACAMOLE-1962 > URL: https://issues.apache.org/jira/browse/GUACAMOLE-1962 > Project: Guacamole > Issue Type: Bug > Components: guacamole > Affects Versions: 1.5.5 > Reporter: Tribhuwan Phulera > Priority: Minor > Attachments: error.png, killsessionerror.har > > > Hi Team, > I'm encountering an error when trying to terminate an active session, as > shown in the attached image. > The response from the ActiveConnection API is as follows: > { > "message": "The extension providing this directory does not support > Atomic Operations. The patch cannot be executed.", > "translatableMessage": { > "key": "APP.TEXT_UNTRANSLATED", > "variables": > { "MESSAGE": "The extension providing this directory does not > support Atomic Operations. The patch cannot be executed." } > }, > "statusCode": null, > "expected": null, > "patches": null, > "type": "INTERNAL_ERROR" > } > I've spent two days searching online for a solution but haven't found anyone > else who has faced this issue before. Therefore, I'm raising it here in Jira. > Could you please help me understand under what circumstances this issue > occurs or if it's a bug? > Thank you. -- This message was sent by Atlassian Jira (v8.20.10#820010)