It sounds like you need to have the connection pooling jars in the WEB-INF/lib directory of your CAS server instance.
commons- ‐collections- ‐3.2.1.jar commons- ‐dbcp- ‐1.4.jar commons- ‐pool- ‐1.5.4.jar Rene On 2010-12-08, at 5:59 AM, Santhanam V wrote: > Dear Friends, > I am trying to change CAS default authentication from users table > in HSQL DB to MySQL Database. > > I have configured CAS as in > https://wiki.jasig.org/display/CASUM/Configuring . > > My Environment Details are : > Java = 1.6.0_22 > Tomcat = 6.0.18 > MySQL = 5.1.53 > > But still I am getting the following error message & cas-server.war > is not deployed (Please kindly check the attached log file) : > > > 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 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.adaptors.jdbc.SearchModeSearchDatabaseAuthenticationHandler#985016' > of type > [org.jasig.cas.adaptors.jdbc.SearchModeSearchDatabaseAuthenticationHandler] > while setting bean property 'authenticationHandlers' with key [1]; nested > exception is org.springframework.beans.factory.BeanCreationException: Error > creating bean with name > 'org.jasig.cas.adaptors.jdbc.SearchModeSearchDatabaseAuthenticationHandler#985016' > defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: > Cannot resolve reference to bean 'dataSource' while setting bean property > 'dataSource'; nested exception is > org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find > class [org.apache.commons.dbcp.BasicDataSource] for bean with name > 'dataSource' defined in ServletContext resource > [/WEB-INF/deployerConfigContext.xml]; nested exception is > java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSource > > > > Please kindly help me to resolve this issue. > > Thanks In Advance. > > > With Regards > Santhanam > > > > -- > 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 > <localhost.2010-12-08.log> > > --------------------------------------------------------------------- > Amrita Institute Of Medical Sciences & Research Centre, Cochin, India > -- 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
