Re: [cas-user] LDAP setup errors

2010-05-12 Thread Eric Pierce
You are missing the org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler class - make sure you have the following dependency in your pom.xml: org.jasig.cas cas-server-support-ldap 3.3.5 On Wed, May 12, 2010 at 11:48 AM, McKennon, Robert

Re: [cas-user] LDAP setup errors

2010-05-11 Thread Eric Pierce
E_ADMIN"/> > > > > class="org.jasig.services.persondir.support.StubPersonAttributeDao"> > > > > value="eduPersonAffiliation"/> > > > > > &g

RE: [cas-user] LDAP setup errors

2010-05-11 Thread McKennon, Robert
-Original Message----- From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: Tuesday, May 11, 2010 6:03 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] LDAP setup errors > org.springframework.beans.factory

Re: [cas-user] LDAP setup errors

2010-05-11 Thread Marvin Addison
> org.springframework.beans.factory.BeanCreationException: Error creating bean > with name 'centralAuthenticationService' defined in ServletContext resource > [/WEB-INF/spring-configuration/applicationContext.xml]: Cannot resolve > reference to bean 'authenticationManager' while setting bean pro

RE: [cas-user] LDAP setup errors

2010-05-11 Thread McKennon, Robert
V/R, Rob McKennon Unix Admin (fish out of water) -Original Message- From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: Tuesday, May 11, 2010 4:57 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] LDAP setup errors > class="org.jasig.cas.services.I

Re: [cas-user] LDAP setup errors

2010-05-11 Thread Marvin Addison
> class="org.jasig.cas.services.InMemoryServiceRegistryDaoImpl" >          p:entityManagerFactory-ref="entityManagerFactory"/> Should be simply Get rid of anything referencing dataSource and entityManagerFactory. Hopefully that'll get you with a clean startup. M -- You are currently subscri

RE: [cas-user] LDAP setup errors

2010-05-11 Thread McKennon, Robert
V/R, Rob McKennon Unix Admin (fish out of water) -Original Message- From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: Tuesday, May 11, 2010 4:22 PM To: cas-user@lists.jasig.org Subject: Re: [cas-user] LDAP setup errors > org.apache.commons.dbcp.

Re: [cas-user] LDAP setup errors

2010-05-11 Thread Marvin Addison
> org.apache.commons.dbcp.SQLNestedException: Cannot load JDBC driver class > 'com.mysql.jdbc.Driver' It looks like you're in a situation similar to another person we helped earlier today. You've defined org.jasig.cas.services.JpaServiceRegistryDaoImpl for the services manager, which requires dat

Re: [cas-user] LDAP setup errors

2010-05-07 Thread José Miguel Parrella Romero
McKennon, Robert escribió: > While I’m getting closer to getting this setup, I have ran across this > error. Am I missing a jar file or something obvious? You're missing a jar file for org.apache.commons.dbcp.BasicDataSource, and this doesn't seem related to LDAP. It seems to be available in the

Re: [cas-user] LDAP setup errors

2010-05-07 Thread Scott Battaglia
You haven't included the Commons DBCP as a dependency in your pom.xml On Fri, May 7, 2010 at 3:30 PM, McKennon, Robert wrote: > While I’m getting closer to getting this setup, I have ran across this > error. Am I missing a jar file or something obvious? > > > > I received this error when tryi