Le 02/06/2017 à 16:37, Colm O hEigeartaigh a écrit : > Hi Emmanuel, > > I'm seeing some errors when I upgrade Kerby to pick up 1.0.0: > > java.lang.NoSuchFieldError: EMPTY_BYTES > at > org.apache.directory.server.core.authn.AuthenticationInterceptor.bind(AuthenticationInterceptor.java:521) > at > org.apache.directory.server.core.DefaultOperationManager.bind(DefaultOperationManager.java:442) > at > org.apache.directory.server.ldap.handlers.request.BindRequestHandler.handleSimpleAuth(BindRequestHandler.java:184) > > Any ideas?
This might be a pretty old version of ApacheDS you are using. We changed from StringConstants.EMPTY_BYTES to Strings.EMPTY_BYTES around june 2016. Can you check the versions ? -- Emmanuel Lecharny Symas.com directory.apache.org
