You're attempting to use a class in your Spring configuration that doesn't exist on your classpath: "nested exception is java.lang.ClassNotFoundException: org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver"
That typically means a missing dependency or a typo (or that the class doesn't exist any more). In this case, I would assume there's a CAS module missing or that class was replaced (I apologize I can't remember off the top of my head) On Fri, Jan 30, 2015 at 5:41 AM, Chris Cheltenham < [email protected]> wrote: > Anyone know what this is telling me? > > I appreciate your help in advance. > > > > I have gone through my docs over and over but I cannot figure out why this > is happening. > > > > > > > > 2015-01-30 05:30:51,724 ERROR > [org.springframework.web.context.ContextLoader] - <Context initialization > failed> > > org.springframework.beans.factory.BeanCreationException: Error creating > bean with name 'centralAuthenticationService' defined in Servl > > etContext resource [/WEB-INF/spring-configuration/applicationContext.xml]: > Cannot resolve reference to bean 'authenticationManager' wh > > ile setting bean property 'authenticationManager'; nested exception is > 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#62d185fe' > of type [org.jasig.cas.authe > > ntication.principal.CredentialsToLDAPAttributePrincipalResolver] while > setting bean property 'credentialsToPrincipalResolvers' with ke > > y [0]; nested exception is > org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find > class [org.jasig.cas.authentica > > tion.principal.CredentialsToLDAPAttributePrincipalResolver] for bean with > name 'org.jasig.cas.authentication.principal.CredentialsToLD > > APAttributePrincipalResolver#62d185fe' defined in ServletContext resource > [/WEB-INF/deployerConfigContext.xml]; nested exception is ja > > va.lang.ClassNotFoundException: > org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver > > > > > > Thank You, > > > > Chris Cheltenham > > SwainTechs / HHS > > > > Cell# 267-586-2369 > > > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
