hi, I updated guacamole.properties file as below and dropped the "guacamole-auth-jwt.1.0.0.jar" under "extensions" folder. Is there anything else I need configure.
HTTP Status 500 - org.codehaus.jackson.map.JsonMappingException: Can not deserialize instance of java.util.ArrayList out of VALUE_STRING token
<HR size="1" noshade="noshade">
<p>
<b>type</b> Exception report
</p>
<p>
<b>message</b>
<u>org.codehaus.jackson.map.JsonMappingException: Can not deserialize instance of java.util.ArrayList out of VALUE_STRING token</u>
</p>
<p>
<b>description</b>
<u>The server encountered an internal error that prevented it from fulfilling this request.</u>
</p>
<p>
<b>exception</b>
<pre>javax.servlet.ServletException: org.codehaus.jackson.map.JsonMappingException: Can not deserialize instance of java.util.ArrayList out of VALUE_STRING token
hi, I updated guacamole.properties file as below and dropped the "guacamole-auth-jwt.1.0.0.jar" under "extensions" folder. Is there anything else I need configure.
guacd-hostname:localhost guacd-port:4822 auth-provider:com.aiden0z.guacamole.net.jwt.JwtAuthenticationProvider secret-key:1234567890
I'm receiving the error message when calling /api/token (gucamole url). I setup the guacamole according to this link https://www.tecmint.com/guacamole-access-remote-linux-windows-machines-via-web-browser I used 9.9 version. `
HTTP Status 500 - org.codehaus.jackson.map.JsonMappingException: Can not deserialize instance of java.util.ArrayList out of VALUE_STRING token
at [Source: org.apache.catalina.connector.CoyoteInputStream@3c739a50; line: 2, column: 2] com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:420) com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:538) com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:716) javax.servlet.http.HttpServlet.service(HttpServlet.java:731) com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263) com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178) com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91) com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62) com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118) com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
root cause