服务器 apache-tomcat-8.5.31
设计器ldap 登录报错内容 :2020-09-23 08:50:58
严重:08:50:58 AWT-EventQueue-0 ERROR [standard]
服务器报错内容:
standard] LDAP: Using cached word sAMAccountName
08:50:58 http-nio-8080-exec-2 DEBUG [standard] LDAP: Using word sAMAccountName name hefeng and found userDN cn=hefeng,cn=user,dc=anysion,dc=com
08:50:58 http-nio-8080-exec-2 ERROR [standard] [LDAP: error code 49 - Invalid Credentials]
javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3154)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3100)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2886)
at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2800)
at com.sun.jndi.ldap.LdapCtx.ensureOpen(LdapCtx.java:2699)
at com.sun.jndi.ldap.LdapCtx.ensureOpen(LdapCtx.java:2673)
at com.sun.jndi.ldap.LdapCtx.reconnect(LdapCtx.java:2669)
at javax.naming.ldap.InitialLdapContext.reconnect(InitialLdapContext.java:193)
at com.fr.decision.privilege.auth.LdapService.authenticate(Unknown Source)
at com.fr.decision.privilege.auth.LdapService.access$500(Unknown Source)
at com.fr.decision.privilege.auth.LdapService$1.call(Unknown Source)
at com.fr.decision.privilege.auth.LdapService$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.fr.decision.privilege.auth.LdapService.execute(Unknown Source)
at com.fr.decision.privilege.auth.LdapService.connect(Unknown Source)
at com.fr.decision.authorize.impl.LdapPassport.checkTicket(Unknown Source)
at com.fr.decision.webservice.v10.login.controller.CommonAuthenticController.doAuthentication(Unknown Source)
at com.fr.decision.webservice.v10.login.controller.AbstractAuthenticController.doAuthentication(Unknown Source)
at com.fr.report.util.RemoteDesignAuthHelper.doAuthenticate(Unknown Source)
at com.fr.decision.webservice.v10.remote.RemoteDesignService.getRemoteToken(Unknown Source)
at com.fr.decision.extension.report.api.remote.RemoteDesignResource.getRemoteToken(Unknown Source)
at sun.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.fr.third.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:221)
at com.fr.third.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137)
at com.fr.third.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:104)
at com.fr.third.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:747)
at com.fr.third.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:676)
at com.fr.third.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
at com.fr.third.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:938)
at com.fr.third.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:870)
at com.fr.third.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:961)
at com.fr.third.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:852)
决策平台可以正常登录
|