Chris,
I do not have my config available right now but bean creation errors mean that a bean is incorrectly configured. It is usually the last one listed. Given that 'credentialsToPrincipalResolvers' (in a bean with class org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver) is identified with 'key [0]', I will guess that you are missing a map or list of LDAP attributes or users. That should get you close enough to notice the problem. Ray ________________________________ From: [email protected] <[email protected]> on behalf of Chris Cheltenham <[email protected]> Sent: December 20, 2015 12:52 To: [email protected] Subject: [cas-user] cas 3.5.2.1 Hello, Anyone know what is causing this error: Error creating bean with name 'authenticationManager' Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationManager' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot create inner bean 'org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver#304da31b' of type [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver] while setting bean property 'credentialsToPrincipalResolvers' with key [0]; neste/WEB-INF/deployerConfigContext.xml If I delete ../wepabbs/cas//WEB-INF/deployerConfigContext.xml Restart tomcat , CAS starts fine but I need that deployer configed for LDAP. When I replace the deployerConfigContext.xml with the one is use for ldap , tomcat blows up with this error. I don't see why it stopped working. Thank You; Chris Cheltenham [email protected]<mailto:[email protected]> SwainTechs 10 Walnut Grove Rd Suite 110 Horsham, PA 19044 888-905-5767 / X407 -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
