On Tue, Oct 15, 2019 at 6:26 AM Umesh Bhatt <[email protected]> wrote:

> Hi,
>
>
>
> I am using with my server (1.0.0) to get a token but unable to use that
> token for getting active connections and other details.
>
>
>
> To get a Token:
>
>
>
> POST
>
> http://<GUACAMOLE_SERVER>/guacamole/api/tokens
>
>
>
> form data1: username
>
> form data2: password
>
>
>
> This API returns a new token but when I want to use it, fails with
> following error.
>
>
>
> GET
>
>
> http://<GUACAMOLE_SERVER>/guacamole/api/session/data/postgresql/activeConnections?token=
> <http://%3cGUACAMOLE_SERVER%3e/guacamole/api/session/data/postgresql/activeConnections?token=57964FF786C7F4E0B5DE75E5C202782081842173A885828D5433F73A6951590F>
> <RETRIEVED_TOKEN>
>
>
>
> Error:
>
> {
>
>     "message": "Unexpected internal error",
>
>     "translatableMessage": {
>
>         "key": "Unexpected internal error",
>
>         "variables": null
>
>     },
>
>     "statusCode": null,
>
>     "expected": null,
>
>     "type": "INTERNAL_ERROR"
>
> }
>
>
Is there an error in catalina.out (or wherever your Java application server
logs errors) that provides any further detail?

-Nick

>

Reply via email to