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

> Hi,
>
>
>
> This is GET call and there is no FormParam in this call only QueryParam.
>
>
>
> Following is the error I am seeing in catalina.out.
>
> WARNING: A servlet request, to the URI 
> http://<GUACAMOLE_SERVER>/guacamole/api/session/data/postgresql/activeConnections?token=8C9FD128866B8965C8485C42DA3CF7C9EBC4C15F0FC99D2CE4495A06EFF02B18,
> contains form parameters in the request body but the request body has been
> consumed by the servlet or a servlet filter accessing the request
> parameters. Only resource methods using @FormParam will work as expected.
> Resource methods consuming the request body by other means will not work as
> expected.
>
> 15:56:29.260 [http-bio-8080-exec-3] ERROR o.a.g.rest.RESTExceptionMapper -
> An internal error occurred, but did not contain an error message. Enable
> debug-level logging for details.
>

Two things
1) Can you show the code or command you're using to issue the request?
2) Can you enable debug mode and see what other messages might be generated?

http://guacamole.apache.org/doc/gug/configuring-guacamole.html#webapp-logging

-Nick

>

Reply via email to