On Thu, Feb 22, 2018 at 1:02 PM, Christian Kraus <christian.kr...@ckc-it.at> wrote:
> Hi, > > > I'm getting the following error on version 0.9.14 with ldap backend: > > > INFO o.a.g.r.auth.AuthenticationService - User "administrator" > successfully authenticated from [192.168.10.12, 172.17.42.1]. > 20:51:20.129 [http-nio-8080-exec-5] ERROR o.a.g.rest.RESTExceptionWrapper > - Unexpected internal error: org.apache.guacamole.auth.ldap. > LDAPAuthenticationProvider.decorate(Lorg/apache/guacamole/net/auth/ > UserContext;Lorg/apache/guacamole/net/auth/AuthenticatedUser;Lorg/apache/ > guacamole/net/auth/Credentials;)Lorg/apache/guacamole/net/auth/ > UserContext; > 22-Feb-2018 20:51:20.130 SEVERE [http-nio-8080-exec-5] > com.sun.jersey.spi.container.ContainerResponse.logException Mapped > exception to response: 500 (Internal Server Error) > org.apache.guacamole.rest.APIException > > > Are you mixing builds from git with 0.9.14 release binaries? The decorate() function referenced here is a recent addition to the API and was not part of 0.9.14. Though the version number displayed within git will still say "0.9.14" (version numbers are not bumped until immediately before release), the extension API on git is not compatible with the version of the API present in the actual 0.9.14 release. - Mike