[SecurityService, Invalid EmailId Password for authentication] : {}

Hi,

I am getting the following error, while starting edge management service, what may be the reason and how to solve it:

2018-12-13 12:31:04,637 org: env: target: contextId: action: main ERROR KERNEL.DEPLOYMENT - ServiceDeployer.startService() : ServiceDeployer.deploy() : Got a life cycle exception while starting service [SecurityService, Invalid EmailId Password for authentication] : {}

com.apigee.rest.framework.security.UnAuthorizedException: Invalid EmailId Password for authentication

at com.apigee.rbac.datastore.ldap.LdapContextFactory.logAndThrowAuthnFailedException(LdapContextFactory.java:149) ~[rbac-1.0.0.jar:na]

at com.apigee.rbac.datastore.ldap.LdapContextFactory.createDirCtx(LdapContextFactory.java:91) ~[rbac-1.0.0.jar:na]

at com.apigee.rbac.datastore.ldap.LdapContextFactory.createLdapContext(LdapContextFactory.java:55) ~[rbac-1.0.0.jar:na]

at com.apigee.rbac.datastore.LdapDataStore.createAndGetDirContext(LdapDataStore.java:554) ~[rbac-1.0.0.jar:na]

at com.apigee.rbac.datastore.LdapDataStore.initializeNameSpace(LdapDataStore.java:620) ~[rbac-1.0.0.jar:na]

at com.apigee.rbac.impl.UserServiceImpl.initialize(UserServiceImpl.java:125) ~[rbac-1.0.0.jar:na]

at com.apigee.security.usermanagement.UserManager.<init>(UserManager.java:89) ~[security-1.0.0.jar:na]

at com.apigee.security.SecurityManagerImpl.<init>(SecurityManagerImpl.java:81) ~[security-1.0.0.jar:na]

at com.apigee.security.SecurityServiceImpl.start(SecurityServiceImpl.java:98) ~[security-1.0.0.jar:na]

at com.apigee.kernel.service.deployment.ServiceDeployer.startService(ServiceDeployer.java:168) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.service.deployment.ServiceDeployer.deploy(ServiceDeployer.java:71) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.service.deployment.ServiceDeployer.deployDependantServices(ServiceDeployer.java:356) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.service.deployment.ServiceDeployer.deploy(ServiceDeployer.java:77) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.service.deployment.ServiceDeployer.deployDependantServices(ServiceDeployer.java:356) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.service.deployment.ServiceDeployer.deploy(ServiceDeployer.java:77) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.service.deployment.ServiceDeployer.deployDependantServices(ServiceDeployer.java:356) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.service.deployment.ServiceDeployer.deploy(ServiceDeployer.java:77) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.service.deployment.ServiceDeployer.deployDependantServices(ServiceDeployer.java:356) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.service.deployment.ServiceDeployer.deploy(ServiceDeployer.java:77) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.MicroKernel.deployAll(MicroKernel.java:190) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.MicroKernel.start(MicroKernel.java:151) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.MicroKernel.start(MicroKernel.java:146) [microkernel-1.0.0.jar:na]

at com.apigee.kernel.MicroKernel.main(MicroKernel.java:95) [microkernel-1.0.0.jar:na]

Thanks.

0 1 281
1 REPLY 1

"Invalid EmailId Password for authentication"

seems like the LDAP password you have configured in your config file is incorrect.

Check that.