[ 
https://issues.apache.org/jira/browse/GUACAMOLE-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17859660#comment-17859660
 ] 

Tribhuwan Phulera edited comment on GUACAMOLE-1962 at 6/24/24 12:29 PM:
------------------------------------------------------------------------

Hi Nick,

I am using Apache Guacamole behind NGINX proxy server.

My Nginx configuration is: 

 location /

{         proxy_http_version 1.1;         proxy_pass 
http://localhost:8080/guacamole/;         proxy_buffering off;         
proxy_set_header Upgrade $http_upgrade;         proxy_set_header Connection 
$http_connection;         proxy_set_header Host $http_host;         
proxy_set_header X-Real-IP $remote_addr;         proxy_set_header 
X-Forwarded-For $proxy_add_x_forwarded_for;         proxy_set_header 
X-Forwarded-Proto $scheme; }

 

No further customizatoins.


was (Author: JIRAUSER305631):
Hi Nick,

I am using Apache Guacamole behind NGINX proxy server.

My Nginx configuration is: 

 location / {
        proxy_http_version 1.1;
        proxy_pass http://localhost:8080/guacamole/;
        proxy_buffering off;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection $http_connection;
        proxy_set_header Host $http_host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
}

I have done a minor change in code in indexRouteConfig.js where I am 
redirecting user to my Custom UI application callback URL after successfully 
login from / route with Guacamole Token, username, and data source variables. 
Actually it's for showcasing application in interactive manner in Nodejs 
application. But that doesn't have nothing to do with activeConnections.

 

Rather than that I haven't done any changes.

Also I am using Apache guacamole settings/activeConnections route for deleting 
sessions. Above customization is only for showcasing machines in interative 
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)

Reply via email to